Expand my Community achievements bar.

Interested in becoming an Adobe Analytics Champion? Join us on May 15 at 9 am PT, and learn how to become a 2025 Adobe Champion.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to check Launch enabled page (AEM page)

Avatar

Level 4

how to check the datalayer

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Priyanka
I think that you ca try below methods

1) Use source view
Right-click of mouse on the browser and select ‘View Source’
If you search for "digitalData" with Ctrl + F and page contains a search term,
you can use Launch because it is a page made with AEM.

2) Using the developer tool console
In the console window, enter "digitalData" to distinguish the following.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi Priyanka
I think that you ca try below methods

1) Use source view
Right-click of mouse on the browser and select ‘View Source’
If you search for "digitalData" with Ctrl + F and page contains a search term,
you can use Launch because it is a page made with AEM.

2) Using the developer tool console
In the console window, enter "digitalData" to distinguish the following.

thank you @kamlesh-maddheshiya