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
When calling DFPManager.refresh(); in a useEffect I get the following error google tag console:
Edit:
When I pass a slot id it correctly refreshes that slot. The docs mention that you do not need to explicitly set the slot to refresh. Is this a bug or maybe I have configured something wrong.
The text was updated successfully, but these errors were encountered:
I don't know if this is related, but I found the functionality to refresh ad has changed in recent version. Instead of passing gptSlot as expected by PubAdsService, it is now passing slotId.
Version:
0.20.0
When calling
DFPManager.refresh();
in auseEffect
I get the following error google tag console:Edit:
When I pass a slot id it correctly refreshes that slot. The docs mention that you do not need to explicitly set the slot to refresh. Is this a bug or maybe I have configured something wrong.
The text was updated successfully, but these errors were encountered: