Implement Adobe Analytics with AppMeasurement for JavaScript
- Topics:
- Implementation Basics
CREATED FOR:
- Developer
AppMeasurement for JavaScript has historically been a common method to implement Adobe Analytics. However, with increasing popularity of Tag Management Systems, using tags in Adobe Experience Platform is recommended.
A high-level overview of the implementation tasks:
Task | More Information | |
---|---|---|
1 | Ensure you have defined a report suite | Report Suite Manager |
2 | Download the required JavaScript code for AppMeasurement from Code Manager. Unzip the file. | Code Manager |
3 |
Add
| |
4 |
Define configuration variables within
| Configuration Variables |
5 |
Define page-level variables within your site's page code. These variables determine specific dimension and metrics sent to Adobe.
| Page Variables |
6 |
Send the data to Adobe using the
| t() method |
7 | Extend and validate your implementation before pushing it out to production. |