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
Hi Guys,
In your latest update, you guys changed something in the pagecontext. We used to be able to do this:
var pageContextRaw = document.getElementById('data-mz-preload-pagecontext').innerHTML;
var pageContext = JSON.parse(pageContextRaw);
var now = pageContext.now;
And use the 'now' variable to do checks in our Google Analytics functions to avoid duplicate data. Did you purposefully remove the 'now' object from pagecontext? Could you put it back?
Thanks,
Tony
The text was updated successfully, but these errors were encountered:
Hi Guys,
In your latest update, you guys changed something in the pagecontext. We used to be able to do this:
var pageContextRaw = document.getElementById('data-mz-preload-pagecontext').innerHTML;
var pageContext = JSON.parse(pageContextRaw);
var now = pageContext.now;
And use the 'now' variable to do checks in our Google Analytics functions to avoid duplicate data. Did you purposefully remove the 'now' object from pagecontext? Could you put it back?
Thanks,
Tony
The text was updated successfully, but these errors were encountered: