因此,GPT 在其 API getResponseInformation() 中提供了一个函数,该函数可用于获取有关已加载广告的信息,例如 lineItemId、advertisingrId、campaignId、creativeId 等。此函数与 SlotRenderEndedEvent 结合使用时非常有用。但是,据我所知,这仅适用于非放大器广告。
我正在尝试为 AMP 广告寻找类似的功能。有谁知道 AMP 提供的任何此类功能,我可以通过这些功能至少获得已加载广告的 lineItemId 吗?
PS:我正在寻找客户端的解决方案,在 Javascript 中。
参考:
getResponseInformation() https://developers.google.com/doubleclick-gpt/reference#googletag.events.slotrenderendedevent
SlotRenderEndedEvent https://developers.google.com/doubleclick-gpt/reference#googletag.ResponseInformation