Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Load Completed #10

Open
jerry-bennett opened this issue Jun 26, 2023 · 2 comments
Open

Page Load Completed #10

jerry-bennett opened this issue Jun 26, 2023 · 2 comments
Labels

Comments

@jerry-bennett
Copy link
Contributor

Page Load Completed

Page Load Completed is part of the page load sequence, including virtual page loads in the case of single page apps, and must be the last event pushed in the page load event sequence.

Javascript Code

window.dataLayer = window.dataLayer || [];
dataLayer.push({
  "event": "page_view",
  "detailed_event": "Page Load Completed"
});
@jerry-bennett
Copy link
Contributor Author

jerry-bennett commented Jun 26, 2023

Tested on: https://preview.brookings.edu/

Use case: Loaded page

Status: Working as expected, also seeing the correct tag fire in GTM.

Image

Image

@jerry-bennett
Copy link
Contributor Author

PROD QA:

Tested on: https://www.brookings.edu/articles/techtank-podcast-episode-72-social-media-and-teens/

Use case: Loaded page

Status: Looking great, seeing the data layer push and tag fire correctly.

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant