Adwords conversions on button press
-
Hey,
I’m using the free version of wordpress and was just wondering how I can trigger the code google adwords provides to track conversions once my button (an image with a url to an external site) has been pressed?
The example google give only show how to do this for a page on the current site.
Thanks
Dave,The blog I need help with is: (visible only to logged in users)
-
I doubt you’ll be able to do this at all on a WordPress.com site. Can you paste the exact code here between backticks so we can look it over?
-
Hi RainCoaster,
Thanks for your reply.
Sure, heres the code:
<!-- Google Code for sal purchase Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 977812795;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "Fpr4CIi1qgMQwOCZ0gM";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/977694784/?label=Fpr4CIi1qgMQwOCZ0gM&guid=ON&script=0"/>
</div>
</noscript>
-
Okay, as I thought, it won’t work. It can’t even be adapted, because it’s Javascript. Unless they have a plain, no script HTML version available, you won’t be able to use that within WordPress.com.
-
@raincoaster: Maybe you can clarify… Isn’t Google Adwords some kind of advertising product? Wouldn’t it be forbidden per WordPress.com’s advertising policy anyway? Or am I confusing with Google Adsense?
http://en.support.wordpress.com/advertising/
- The topic ‘Adwords conversions on button press’ is closed to new replies.