Hi,
I have a doubleclick tag which I need to implement it on the PageLoad. I tried putting it on non-sequential HTML with top of the page rule. My Tag does not fire.I am using DTM. Any suggestions on what I can do next?
<script>
gtag('event', 'conversion', {
'allow_custom_scripts': true,
'send_to': 'DC-9065328/[activityGroupTagString]/[activityTagString]+standard'
});
</script>
<noscript>
<img src="https://ad.doubleclick.net/ddm/activity/src=9065328;type=;cat=;dc_lat=;dc_rdid=;tag_for_child_direct...?" width="1" height="1" alt=""/>
</noscript>
<!-- End of event snippet: Please do not remove -->