在 Adobe Analytics 中从 H 代码迁移到 AppMeasurement
Migrating from H-code to AppMeasurement in adobe analytics
根据 adobe 文档 https://marketing.adobe.com/resources/help/en_US/sc/implement/appmeasure_mjs_migrate.html 我已经更新了 appmeasurement.js 中的每一段代码,但代码无法正常工作。它没有给出任何错误。
最初我添加了这两行。
var s=s_gi(s_account);
s=新的 AppMeasurement();
然后是我在 s_code.js 中的所有代码。我已经更换了新的 appmeasurent.js 集成模块和媒体模块。我从这里下载了代码 https://sc.omniture.com/p/am/1.3/index.html?a=CodeManager.Index&ssSession=6ecfe7a8f3ee22161af6a37226f160f6&jpj=43153526643383
毕竟分析无法正常工作。它没有触发任何值。它没有给出任何错误 also.How 我应该调试它吗?有什么想法吗?
你应该看看这个博客 post:
http://webanalyticsfordevelopers.com/2013/12/10/migrating-from-h-code-to-appmeasurement/
它真的帮助我完成了这次迁移。
根据 adobe 文档 https://marketing.adobe.com/resources/help/en_US/sc/implement/appmeasure_mjs_migrate.html 我已经更新了 appmeasurement.js 中的每一段代码,但代码无法正常工作。它没有给出任何错误。
最初我添加了这两行。 var s=s_gi(s_account); s=新的 AppMeasurement(); 然后是我在 s_code.js 中的所有代码。我已经更换了新的 appmeasurent.js 集成模块和媒体模块。我从这里下载了代码 https://sc.omniture.com/p/am/1.3/index.html?a=CodeManager.Index&ssSession=6ecfe7a8f3ee22161af6a37226f160f6&jpj=43153526643383
毕竟分析无法正常工作。它没有触发任何值。它没有给出任何错误 also.How 我应该调试它吗?有什么想法吗?
你应该看看这个博客 post: http://webanalyticsfordevelopers.com/2013/12/10/migrating-from-h-code-to-appmeasurement/
它真的帮助我完成了这次迁移。