Plugin Author
Okoth1
(@okoth1)
Hi,
Do you have a script example?
Thanks
hello,
the script is similar to the normal analytics snippet.
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 12312323123;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/9999999/?value=0&guid=ON&script=0"/>
</div>
</noscript>
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".post-160").fitVids({ customSelector: "iframe.wistia_embed"});
});
</script>
Plugin Author
Okoth1
(@okoth1)
Hi,
I’m afraid the current plugin is not working for doubleclick. The script needs to use gaq.push.
Sorry.