Title: Conversion Tracking (again)
Last modified: January 12, 2017

---

# Conversion Tracking (again)

 *  [jpk48](https://wordpress.org/support/users/jpk48/)
 * (@jpk48)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/conversion-tracking-again/)
 * Hello!
    I know it isn’t first topic about tracking with google adwords but I 
   don’t find solution in another topics…
 * I know the site:
    [http://contactform7.com/tracking-form-submissions-with-google-analytics/](http://contactform7.com/tracking-form-submissions-with-google-analytics/)
 * But my conversion code looks different. I’ve got something like this:
 *     ```
       	<!-- Google Code for Add to Cart Conversion Page
       	In your html page, add the snippet and call goog_report_conversion
       	when someone clicks on the chosen link or button. -->
       	<script type="text/javascript">
       	 /* <![CDATA[ */
       	goog_snippet_vars = function() {
       	  var w = window;
             w.google_conversion_id = 12345678;
       	  w.google_conversion_label = "abcDeFGHIJklmN0PQ";
       	  w.google_conversion_value = 13.00;
       	  w.google_conversion_currency = "USD";
       	  w.google_remarketing_only = false;
       	}
       	// DO NOT CHANGE THE CODE BELOW.
       	goog_report_conversion = function(url) {
       	  goog_snippet_vars();
       	  window.google_conversion_format = "3";
       	  var opt = new Object();
       	  opt.onload_callback = function() {
       	  if (typeof(url) != 'undefined') {
       	    window.location = url;
       	  }
       	}
       	var conv_handler = window['google_trackConversion'];
       	if (typeof(conv_handler) == 'function') {
       	  conv_handler(opt);
       	  }
               }
       	/* ]]> */
       	</script>
       	<script type="text/javascript"
       	src="//www.googleadservices.com/pagead/conversion_async.js">
       	</script>
       ```
   
 * And this is the instruction from Google: [https://support.google.com/adwords/answer/6331304?hl=en](https://support.google.com/adwords/answer/6331304?hl=en).
 * So, I dont’t know where I have to paste it. Anybody help me?
    -  This topic was modified 9 years, 5 months ago by [jpk48](https://wordpress.org/support/users/jpk48/).

The topic ‘Conversion Tracking (again)’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [adwords](https://wordpress.org/support/topic-tag/adwords/)
 * [conversion](https://wordpress.org/support/topic-tag/conversion/)

 * 0 replies
 * 1 participant
 * Last reply from: [jpk48](https://wordpress.org/support/users/jpk48/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/conversion-tracking-again/)
 * Status: not resolved