GDN -> DV360 Implementation

Bronze Contributor
Bronze Contributor

A partner agency is transitioning our client to Display and Video 360 from Google Display Network, and have asked me to implement a DV360 tag via Tealium iQ. I haven't been able to find any info regarding this and it seems the DV360 data is fueled by current Floodlight and Remarketing tags that are already implemented on the site via Tealium iQ. I did come across an article on Google to remove old tags and implement a Global tag for DV360. I dont have access to their DV360 account so not sure if there is gtag i need to leverage for the implementation. 

Are there any implementation requirements for DV360 I need to make or will the current tags still pass the required data to DV360? 

3 REPLIES 3

GDN -> DV360 Implementation

Silver Contributor
Silver Contributor
Did you ever get an answer to this?

GDN -> DV360 Implementation

Bronze Contributor
Bronze Contributor

there was nothing specific needed from our team regarding DV360. We were only responsible for the implementation of the Floodlight tags via Tealium. The existing tags were used in the transition.

GDN -> DV360 Implementation

Bronze Contributor
Bronze Contributor

There are 2 type of DV360 tags. counter and sales. I recommend to use Image part of the tag for your requirement. Since it doesn't need any custom configuration and does the job. Please use the Tealium Iframe tag and allign a load rule to it.

<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<img src="https://ad.doubleclick.net/ddm/activity/src=00000type=0000000;cat=111111111;dc_lat=;dc_rdid=;tag_for...' + a + '?" width="1" height="1" alt=""/>');
</script>
<noscript>
<img src="https://ad.doubleclick.net/ddm/activity/src=00000;type=0000000;cat=11111111;dc_lat=;dc_rdid=;tag_for...?" width="1" height="1" alt=""/>
</noscript>
<!-- End of Floodlight Tag: Please do not remove -->

 

Public