0% found this document useful (0 votes)
940 views3 pages

Blocking Tags - How To Preview A Blocking Tag

This document provides instructions for previewing blocking tags by removing certain code elements. It presents 3 cases involving INS tags blocked by DoubleVerify or AdSafe, as well as a legacy Javascript tag blocked by DoubleVerify. For each case, the user is instructed to remove code marked in red and paste the remaining code into an HTML editor or ad server to preview how the tag would render without the blocking elements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
940 views3 pages

Blocking Tags - How To Preview A Blocking Tag

This document provides instructions for previewing blocking tags by removing certain code elements. It presents 3 cases involving INS tags blocked by DoubleVerify or AdSafe, as well as a legacy Javascript tag blocked by DoubleVerify. For each case, the user is instructed to remove code marked in red and paste the remaining code into an HTML editor or ad server to preview how the tag would render without the blocking elements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

How to preview a blocking tag

Case 1: INS tags, blocked by DoubleVerify:

<script type="text/adtag">

<ins data-dcm-click-tracker='%%CLICK_URL_UNESC%%' class='dcmads' style='display:inline-


block;width:300px;height:250px'

data-dcm-placement='N6036.134245.PGATOUR/B10744056.146749808'

data-dcm-rendering-mode='script'

data-dcm-https-only

data-dcm-resettable-device-id=''

data-dcm-app-id=''>

<script src='https://www.googletagservices.com/dcm/dcmads.js'></scr+ipt>

</ins>

</script>

<script language="javascript" type="text/javascript"


src="https://cdn.doubleverify.com/dvbs_src.js?ctx=875628&cmp=10744056&plc=146749808&sid=11359
32&dvregion=0&unit=300x250">

</script>

Remove code in red. Don’t forget to remove + from </scr+ipt>

Paste the remaining code in ad server or editor:


https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
Case 2: INS tags, blocked by AdSafe:

<ins data-dcm-click-tracker='%%CLICK_URL_UNESC%%' class='dcmads' style='display:inline-


block;width:300px;height:250px'

data-dcm-placement='N266802.1271JOHNSONANDJOHNSONBA0/B10711050.142979739'

data-dcm-rendering-mode='script'

data-dcm-https-only

data-dcm-resettable-device-id=''

data-dcm-app-id=''>

<script
src='https://fw.adsafeprotected.com/rjss/www.googletagservices.com/72623/12716086/dcm/dcmads.j
s'></script>

</ins>

Replace AdSafe JS script url (in red) with https://www.googletagservices.com/dcm/dcmads.js

Paste the remaining code in ad server or editor:


https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
Case 3: Legacy Javascript tag, blocked by DoubleVerify:

<script type="text/adtag">

<SCRIPT language='JavaScript1.1'
SRC="https://ad.doubleclick.net/ddm/adj/N6138.1271.BABYCENTER/B10743208.143716134;sz
=300x250;click=%%CLICK_URL_UNESC%%;ord=%%CACHEBUSTER%%;dc_lat=;dc_rdid=;tag_for_
child_directed_treatment=?">

</scr+ipt>

<NOSCRIPT>

<A
HREF="%%CLICK_URL_UNESC%%https://ad.doubleclick.net/ddm/jump/N6138.1271.BABYCENTE
R/B10743208.143716134;sz=300x250;ord=%%CACHEBUSTER%%?">

<IMG
SRC="https://ad.doubleclick.net/ddm/ad/N6138.1271.BABYCENTER/B10743208.143716134;sz=
300x250;ord=%%CACHEBUSTER%%;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?"
BORDER=0 WIDTH=300 HEIGHT=250 ALT="Advertisement"></A>

</NOSCRIPT>

</script>

<script language="javascript" type="text/javascript"


src="https://cdn.doubleverify.com/dvbs_src.js?ctx=2325305&cmp=10743208&plc=143716134&
sid=920715&dvregion=0&unit=300x250">

</script>

Remove code in red. Don’t forget to remove + from </scr+ipt>

Paste the remaining code in ad server or editor:


https://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic

You might also like