How can I check Appmeasurment code with Google chrome developer? | Community
Skip to main content
Level 2
October 9, 2020
Solved

How can I check Appmeasurment code with Google chrome developer?

  • October 9, 2020
  • 1 reply
  • 3403 views

I would like to check my appMeasurement.js code on Google Chrome Developer tool.
But I cannot find any file under 'assets.adobedtm.com' like that.
How can I check my published appMeasurement.js file with browser?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jacob-DDdev

Hi @tomo_xxx ,

You may want to check several things before looking for the AppMeasurement.js file.

1. Make sure that the implementation code is being hosted on Akamai because otherwise it may be coming from a different source altogether. You could start just by checking that there is a assets.adobedtm.com tag on the page.

2. If the tag is on the page, make sure something in Launch (DTM) is actually using the Analytics extension in order for it to load. You could make a temporary pageload rule which has an action of clearing the Analytics variables. This will ensure that AppMeasurement.js is used on the page.

 

Depending on who is hosting the implementation code, it should show up with Developer Tools > Sources once you start using the extension.

1 reply

Jacob-DDdev
Jacob-DDdevAccepted solution
Level 6
October 9, 2020

Hi @tomo_xxx ,

You may want to check several things before looking for the AppMeasurement.js file.

1. Make sure that the implementation code is being hosted on Akamai because otherwise it may be coming from a different source altogether. You could start just by checking that there is a assets.adobedtm.com tag on the page.

2. If the tag is on the page, make sure something in Launch (DTM) is actually using the Analytics extension in order for it to load. You could make a temporary pageload rule which has an action of clearing the Analytics variables. This will ensure that AppMeasurement.js is used on the page.

 

Depending on who is hosting the implementation code, it should show up with Developer Tools > Sources once you start using the extension.

tomo_xxxAuthor
Level 2
October 19, 2020
Thanks for your replying. I published Appmeasurement.js with Launch by Adobe. According to your message, I think I cannot check with developer tool in this case.