Validate your production implementation

Confirm that you’re seeing data on the live version of your site, and begin official data collection for Adobe Analytics.

  1. Once you have confirmed from your website owners that they have pushed the tag code to production, navigate to your website’s homepage in Chrome and open the Adobe Experience Cloud debugger.
  2. If everything is working, you should see similar data to your tests in your dev environment. At this point, you are now collecting data on your site and can now start using Adobe Analytics for reporting.

Troubleshooting

No data appears in the debugger.

While on your site, open the browser’s developer console (typically F12). Look at the source code of the page and make sure the following are met:

  • There are no JavaScript errors in the console. Work with your organization’s website owners to make sure all JS errors are resolved.
  • Header code is properly implemented: Make sure the header code is inside the <head> tag, and that the file exists.
  • AppMeasurement library exists: Navigate directly to the JS source to make sure the JS file contains code. If it does not, make sure each environment is created, and that the library is published to its respective environment.
  • Interfering extensions: Some extensions, such as ad blockers, can prevent image requests from firing. Disable any extensions that might stop data from being sent to Adobe.