Search code examples
adobe-analytics

Migrating from H-code to AppMeasurement in adobe analytics


As per the adobe document https://marketing.adobe.com/resources/help/en_US/sc/implement/appmeasure_mjs_migrate.html I have updated each and every piece of code in appmeasurement.js but the code is not working. It doesn't give any error.

Initially i have added these 2 lines. var s=s_gi(s_account); s=new AppMeasurement(); Then all the code that i had in s_code.js. I have replaced new appmeasurent.js integrate module and the media module. I have downloded the code from here https://sc.omniture.com/p/am/1.3/index.html?a=CodeManager.Index&ssSession=6ecfe7a8f3ee22161af6a37226f160f6&jpj=43153526643383

After all this the analytics is not working. It is not firing any value. It is not giving any error also.How should i debug this? Any idea?


Solution

  • You should have a look at this blog post: http://webanalyticsfordevelopers.com/2013/12/10/migrating-from-h-code-to-appmeasurement/

    It really helped me to do this migration.