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
my code <DFPSlotsProvider dfpNetworkId='223513049' collapseEmptyDivs>
and I put onSlotRender={dfpEventData => console.log('slot 1', dfpEventData)} it's showed {slotId: "div-apt-ad-H4YaImS13r", event: cu} event: cu {slot: Zb, serviceName: "publisher_ads", isEmpty: true, slotContentChanged: true, size: null, …} slotId: "div-apt-ad-H4YaImS13r" __proto__: Object
but dont show the Ads.
if I dont use this when it's dont have Ads render It's have white space.
And
2. I put onSlotIsViewable={dfpEventData => console.log('slot 1 viewable!.', dfpEventData)} in
But dont have anything in my console :)
Thank for your help. :)
The text was updated successfully, but these errors were encountered:
<DFPSlotsProvider dfpNetworkId='223513049' collapseEmptyDivs>
and I put
onSlotRender={dfpEventData => console.log('slot 1', dfpEventData)}
it's showed{slotId: "div-apt-ad-H4YaImS13r", event: cu} event: cu {slot: Zb, serviceName: "publisher_ads", isEmpty: true, slotContentChanged: true, size: null, …} slotId: "div-apt-ad-H4YaImS13r" __proto__: Object
but dont show the Ads.
if I dont use this when it's dont have Ads render It's have white space.
And
2. I put
onSlotIsViewable={dfpEventData => console.log('slot 1 viewable!.', dfpEventData)}
inBut dont have anything in my console :)
Thank for your help. :)
The text was updated successfully, but these errors were encountered: