Open chiel opened 7 years ago
Thanks @chielkunkels, I'm having trouble recreating this. I commented out Gpt.enableSingleRequest();
in apps/routing/app.js
but don't see the same issues in my chrome console. What url are you navigating to in Chrome? Did I miss something in your issue? Thanks!
Thanks for the reply @jamsea - are you checking in your actual chrome console? I wasn't too clear about it, but the console I meant is the Google Publisher Console. You can enable it by adding ?google_force_console=1
to the url, or through some other methods which may be found here: https://support.google.com/dfp_premium/answer/2462712
When you have that open and navigate around a bit (and hit a page the second time) you should see the warnings I described. Hope this helps, cheers!
Hi! Any progress with this? I have same issue and its appearing also when check document.getElementById is found, but still this error happens.
Hi there - first off thanks for the great library. It looks really complete and supports all the features we need. Besides that it was also a breeze to implement.
However, I am getting a warning when re-rendering ads with the same slot name as previously used.
For example: I have an ad slot called
GP-Left
, on the first page render everything looks perfectly fine and the google console displays "Page tagged correctly" along with these messages:Perfect.
However, when clicking through to another page, it shows me the warning:
Along with the following logs:
The logs look just fine, and the page seems to be displaying just fine, so I'm not sure how much of an issue this is, or what's causing it.
This issue can be reproduced in the routing example if you disable single request mode. If you click around and hit the same page more than once, this error will manifest itself.
Could it have something to do with the generated slot name not being equal to the given slot name perhaps? I am not sure.
Either way, wanted to let you guys know - hit me up if you need a hand or want me to test something!
Cheers