如何使用订单项ID在Google广告管理系统(DFP)中刷新广告

时间:2020-07-17 11:03:19

标签: google-dfp google-ad-manager

我对如何通过提供订单项ID刷新广告有疑问,

我的情况是,每个订单项都有2个版本的广告素材,因此如何通过提供订单项ID来刷新广告。我可以使用以下功能获取订单项ID:

    googletag.pubads().addEventListener('slotRenderEnded', function(event) {
      var slot = event.slot;
      console.group('Slot', slot.getSlotElementId(), 'finished rendering.');
      console.log('Line Item ID:', event.lineItemId);

    });

谢谢

1 个答案:

答案 0 :(得分:0)

您有广告位,因此如果lineItemId是您要查找的广告位,则可以致电 googletag.pubads()。refresh([slot]);