Yongzhi Huang
Yongzhi Huang
I have the same issue here. Anyone care to chime in?
Amazing! Thanks so much @taak77
Is there a way to set multiple values? `GPT.setTargeting(key, value);` seems to only set one key, Should I just loop through a list and calling this over and over? It...
Thanks @taak77 it seems I can't chain it too, but I found a way around it, and that is by invoking the global `googletag` object: ``` _.map(this.pageLevelKeyvals, (value, key) =>...
hi @taak77 thank you so much for the fix. I'm now seeing the following behavior: If I have an array with metadata in each element, and I want to render...
I guess that's just how pageLevel Targeting, I was trying to update page level targeting when some ads are in view on a section of website. Need a way to...