I’m assuming this plugin is abandoned, but reporting this nonetheless with latest versions:
]]>PHP Notice: Undefined index: ccembedscript_noncename in /wp-content/plugins/creative-clans-embed-script/creative-clans-embed-script.php on line 82
I have to add the Google conversion code on the Thank you page. Instructions are to add between the <body></body> tags of the thank you page. Can I do this using the creative clans? The creative clans gives me option to paste the code on top of the page or on the bottom of the page. How do I do it between the <body></body> tags?
Thanks.
https://www.ads-software.com/plugins/creative-clans-embed-script/
]]>I’m using Tag Assistant to verify the code is working, and under “suggestions” it says:
1) Code should be placed directly above the closing <body> tag. Whether I put it in the top or bottom location on the plugin, the actual location within the source code doesn’t change.
Is there a way to ensure the code is placed as suggested?
2) It also says “both <script> and <iframe> used — I don’t know if that is a result of the plugin however.
Thanks.
https://www.ads-software.com/plugins/creative-clans-embed-script/
]]>For those experiencing problems with their Google Conversion Tracking scripts because of missing CDATA comments, the solution is here: https://simon.xn--schnbeck-p4a.dk/wordpress-cdata-nightmare/
Basically, you have to edit the includes/post-template.php file and comment out line 167 which is responsible for replacing the closing “>” with “>”
https://www.ads-software.com/plugins/creative-clans-embed-script/
]]>I have used this plugin on another site and it worked great. Works on this site but when viewing the source code, I see that it inserted my script 5 times on the page. I don’t know why multiple instances but I don’t need or want it more than once.
Any clues?
https://www.ads-software.com/plugins/creative-clans-embed-script/
]]>can i use this with any ad network and then use the revenue token to report back to the ad network the revenue generated on the conversion?
https://www.ads-software.com/plugins/creative-clans-embed-script/
]]>I’m attempting to deploy Google Adwords conversion tracking code, but keep running into an issue where WordPress is conversion a greater than symbol into special characters (e.g., “>” into “>”). This prevents the script from running. Any suggestions on how to prevent the conversion? Here’s the Google Adwords conversion code:
****** WHAT THE CODE SHOULD BE **********
<!– Google Code for Contact Page Conversion Page –>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 961285138;
var google_conversion_language = “ar”;
var google_conversion_format = “3”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “JNR0CJaF4wIQkpiwygM”;
var google_conversion_value = 0;
/* ]]> */
</script>
<script type=”text/javascript” src=”https://www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
<img height=”1″ width=”1″ style=”border-style:none;” alt=”” src=”https://www.googleadservices.com/pagead/conversion/961285138/?label=JNR0CJaF4wIQkpiwygM&guid=ON&script=0″/>
</div>
</noscript>
********** HOW IT’S RENDERED IN THE SOURCE CODE ***********
<!– Google Code for Contact Page Conversion Page –>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 961285138;
var google_conversion_language = “ar”;
var google_conversion_format = “3”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “JNR0CJaF4wIQkpiwygM”;
var google_conversion_value = 0;
/* ]]> */
</script>
<script type=”text/javascript” src=”https://www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
<img height=”1″ width=”1″ style=”border-style:none;” alt=”” src=”https://www.googleadservices.com/pagead/conversion/961285138/?label=JNR0CJaF4wIQkpiwygM&guid=ON&script=0″/>
</div>
</noscript>
https://www.ads-software.com/extend/plugins/creative-clans-embed-script/
]]>