You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to integrate partytown on redBus app and the collect calls are fired consistently but the page_view and onLoad events are not fired as soon as the page load which is fired in case of partytown not enabled, I am not able to see those calls in the network tab.(dataLayer.push is happening for these events)
Run the app and check if load events or page_view events are fired
Browser Info
Chrome
Additional Information
The gtag and gtm js file is exact same and page_view event in both the cases are captured within the script, only issue is sendBeacon function call never happens in the case of partytown.
Partytown has the highest priority and it loads at the earliest
Gtag is fired from gtm script that is cached by service worker. Thus, no cases of delayed loading can happen.
The text was updated successfully, but these errors were encountered:
I was trying to integrate partytown on redBus app and the collect calls are fired consistently but the page_view and onLoad events are not fired as soon as the page load which is fired in case of partytown not enabled, I am not able to see those calls in the network tab.(dataLayer.push is happening for these events)
Describe the bug
I was trying to integrate partytown on redBus app and the collect calls are fired consistently but the
page_view
andonLoad
events are not fired as soon as the page load which is fired in case of partytown not enabled, I am not able to see those calls in the network tab.(dataLayer.push is happening for these events)My integration looks like this:
The gtag is not reaching the below method call when partytown is enabled
Does anyone have solution related to page_view events?
Reproduction
https://www.redbus.sg/things-to-do/
Steps to reproduce
Browser Info
Chrome
Additional Information
The text was updated successfully, but these errors were encountered: