내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to check Launch enabled page (AEM page)

Avatar

Level 4

how to check the datalayer

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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