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

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

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

해결됨

Which event type need to be used to track page views

Avatar

Level 9

Hello everyone,

Which one I can use to track page view  between DOM Ready. Window Loaded, Library Loaded and Page Bottom?

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Dear Luca,

This is tentative.

- If you have proper data layers set and use the synchronous method, you can use Library Loaded, else use DOM Ready. Suppose if DOM ready is not scrapping any element value and if you know the exact location on your page where you need to fire the pageview after element availability, you can use Page Bottom. Don't use window loaded, not preferred unless there is a need for it.

- For the asynchronous method, Page Bottom is not available so, you need to use DOM ready or Direct Call if you didn't have proper data layers in place to use Library Loaded.

Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Dear Luca,

This is tentative.

- If you have proper data layers set and use the synchronous method, you can use Library Loaded, else use DOM Ready. Suppose if DOM ready is not scrapping any element value and if you know the exact location on your page where you need to fire the pageview after element availability, you can use Page Bottom. Don't use window loaded, not preferred unless there is a need for it.

- For the asynchronous method, Page Bottom is not available so, you need to use DOM ready or Direct Call if you didn't have proper data layers in place to use Library Loaded.

Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics

Avatar

Employee
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?