Adding DoubleClick floodlight tag on OnClick of a button event in DTM | Community
Skip to main content
Level 2
October 16, 2015

Adding DoubleClick floodlight tag on OnClick of a button event in DTM

  • October 16, 2015
  • 1 reply
  • 6827 views

Hi DTM experts,

Can anyone help me with regards to adding floodlight tag on OnClick of a button event in DTM?

Which option shall I use -  sequential/ nonsequential JS , sequential/ nonsequential HTML?

Do I have to create a data element for this button? If so, how do I add this data element to the execution of the Floodlight tag? Please help.

Regards

Sid

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Rahsing
Level 9
October 16, 2015

Hi Sid,

For adding a tag, you'd need to paste the code under the 'Third Party Tags' section of your rule.

You can use either of the options depending on how you want the tag to trigger.

You don't need to use a data element for implementing this.

Regards

Rahul

Level 2
October 16, 2015

Rahul

Thanks. But if I would like to add a tag, for example, on a video play click, how do I do it? I assume I must need to use a condition which DTM understands to fire this third-party tag. Would you be able to please list the steps taking this example? 

Rahsing
Level 9
October 16, 2015

Hi Sid,

Here's how you can do it.

1. Go to the 'Rules' tab for your web property.

2. Set up a new event based rule.

3. Under the condition, select 'Play' under 'HTML 5 video' (this is for your example of video click; you'll notice there are many other events that can be used) // This is the condition that DTM will check for before firing the tag

4. Once you've set the condition, go to 'Third Party Tags' and paste the code for your tag there.

5. Save your rule and test it.

Let me know if this helps

Regards

Rahul