searchdiscovery / Apollo-Documentation-Xactly-Corp

An Apollo generated Event Driven Data Layer
0 stars 0 forks source link

Page Load Completed #17

Open rossozburnsdi opened 1 year ago

rossozburnsdi commented 1 year ago

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"
});
rossozburnsdi commented 1 year ago

test

milind0299 commented 1 year ago

Hi @rossozburnsdi ,

Moving this to SDI Review. Site to test : http://xactlystg.prod.acquia-sites.com/

Thanks

rossozburnsdi commented 1 year ago

@milind0299 I'm not seeing this event in the data layer

Tested on: http://xactlystg.prod.acquia-sites.com/ Use Case: Loaded the page Status: I'm not seeing this event in the data layer

Image

milind0299 commented 1 year ago

Hi @rossozburnsdi , Both the page start and complete are present in stg site

Image

rossozburnsdi commented 1 year ago

@milind0299 I'm see the page_view event code on the site but we're not seeing the event in the data layer.

We have cleared browser data and cleared cache but still are not seeing the event

Image

milind0299 commented 1 year ago

Hi @rossozburnsdi ,

Please check now, it has been fixed.

Thanks

jerry-bennett commented 1 year ago

ROUND 2 QA: @rossozburnsdi

Tested on: http://xactlystg.prod.acquia-sites.com/

Use case: Loaded page and accepted cookies.

Status: Looking good, the event name shows up as page_view, and then the 'detailed event' value is 'page load complete'. Seeing it fire in GTM and in the network tab.

Image

Image

rossozburnsdi commented 1 year ago

Not seeing breadcrumb in the Data layer event across all pages. Will confirm we Xactly if this is a blocker

Image

jerry-bennett commented 1 year ago

PROD QA: @rossozburnsdi

Tested on: https://www.xactlycorp.com/

Use case: Loaded page and checked data layer.

Status: Not working, no longer seeing this event in the data layer.

Image

rossozburnsdi commented 1 year ago

Tested on: https://www.xactlycorp.com/

Use case: Loaded page and checked data layer.

Status: Seeing this event in the data layer and network call.

Image