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 have a scenario in my project where in I navigate from Listing page to Listing page and will change the results. For each of these actions we are making a DFP call to get new Ads. But as the AdUnitPath and Slot size remains the same am not seeing we are destroying the old slot and adding a new one hence the slot remains blank.
Do you think you have a fix for the same? Previously before using react-gpt when I was doing the implementation by my own I was adding the timestamp for the div Id to make sure every time I call DFP i will call with new id.
The text was updated successfully, but these errors were encountered:
mdshaheer
changed the title
AdUnit path as well as the slot size remains but the page results same the new slot is not created
AdUnit path as well as the slot size remains but the page results changes in that case the new slot is not created
May 17, 2018
I have a scenario in my project where in I navigate from Listing page to Listing page and will change the results. For each of these actions we are making a DFP call to get new Ads. But as the AdUnitPath and Slot size remains the same am not seeing we are destroying the old slot and adding a new one hence the slot remains blank.
Do you think you have a fix for the same? Previously before using react-gpt when I was doing the implementation by my own I was adding the timestamp for the div Id to make sure every time I call DFP i will call with new id.
The text was updated successfully, but these errors were encountered: