Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Conversions Not Working - Script Won't Load

I have an AdWords campaign for which I have set up conversion tracking. Google generated some code which I placed after the the begin body tag:

  <!-- Google Code for Sign Up Conversion Page -->
<script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = 999999999;
    var google_conversion_language = "en";
    var google_conversion_format = "3";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "redacted";
    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/999999999/?label=redacted&amp;guid=ON&amp;script=0"/>
    </div>
</noscript>

It seems to work in Safari and IE. But it in Firefox and Chrome, loading conversion.js fails. In Firefox the status says aborted, in Chrome failed. No status code.

I've tried putting this code in various places including head and at the bottom.

Ideas?

like image 994
Tim Scott Avatar asked May 02 '12 15:05

Tim Scott


People also ask

Why are my Google Ads not showing conversions?

Verify that Google Ads can "see" your tag and is recording conversions within your account. Use other tools and methods to check that the tag is installed in the right place and uses the right code parameters. Review a few common problems to check for if conversions aren't being recorded properly.

How long does it take for Google ad to show conversions?

It can take up to 24 hours for conversion data to start appearing in Google Ads. If after 24 hours conversions still aren't showing up, it's possible that no customers have converted yet.

Can you manually add a conversion to Google Ads?

You can create a custom variable by using conversion tracking tags or uploading offline conversions. Important: After creating a new conversion action, wait 4-6 hours, before uploading conversions for that conversion action. Sign in to your Google Ads account.


1 Answers

Do you have Adblock Plus or similar ad-blocking software installed? Adblock Plus will block the download of conversion.js, so you will need to disable ad-blocking on your site for testing.

like image 112
Rob Grzyb Avatar answered Oct 29 '22 02:10

Rob Grzyb