atwwei / ngx-dfp

Semantic DoubleClick for Publishers (DFP by Google) integration with Angular v6.0.
16 stars 15 forks source link

Callback when ad is loaded #8

Closed abyrne85 closed 6 years ago

abyrne85 commented 6 years ago

Would it be possible to include some usable data in the afterRefresh event? ie size of ad returned and whether or not it's empty

atwwei commented 6 years ago

ngx-dfp@1.2.1 SlotRenderEndedEvent

abyrne85 commented 6 years ago

This is great. Thank you.

sir-captainmorgan21 commented 5 years ago

@atwwei when does the slot render event get emitted? We are trying to wait for the ad to render before we show the rest of our listings, but the renderEnded event never gets called. We see the init event, but not the renderEnded event.