registering to events with google publisher tag
问题 according to the documentation at https://developers.google.com/doubleclick-gpt/reference#googletag.events.SlotRenderEndedEvent there should be a way to register to an event that a tag was rendered: Class googletag.events.SlotRenderEndedEvent This event is fired when a slot on the page has finished rendering. but when i inspected the dfp object i don't see any event namespace any idea how to register to this event? 回答1: To register the event, use the following code: <script type='text