Google Conversions Not Working - Script Won t Load

0 votes


I have started an AdWords campaign for which I have set up conversion tracking for which Google has generated some code which I placed after the the begin body tag as mentioned below:

     <!-- 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> 
<scripttype="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>

These lines of code seem to work in Safari but not while using Firefox and Chrome as the loading conversion.js fails. In Firefox the status says aborted and for Chrome it says failed.No status code.

I've tried putting this code in various places including the head and at the bottom, but havent been successful so far? Any suggestions I could get?

Feb 10, 2022 in Java by Rahul
• 9,670 points
2,452 views

1 answer to this question.

0 votes
To give you a suggestion, you will have to install Adblock Plus or similar ad-blocking software as Adblock Plus will block the download of conversion.js, which will help in disabling ad-blocking on your site for testing. Hope this helps you out!
answered Feb 10, 2022 by Soham
• 9,700 points

Related Questions In Java

0 votes
2 answers

“Could not find or load main class” mean?

Use the final modifier to enforce good initialization. Avoid returning ...READ MORE

answered Sep 18, 2018 in Java by Sushmita
• 6,910 points
4,169 views
0 votes
1 answer

How to resolve the error: could not find or load main class?

If you are getting error: could not ...READ MORE

answered May 28, 2018 in Java by Parth
• 4,630 points
10,855 views
+2 votes
4 answers

Javac command not working in my windows 10

Check your javac path on Windows using Windows Explorer C:\Program Files\Java\jdk1.7.0_02\bin and ...READ MORE

answered Aug 6, 2019 in Java by Sirajul
• 59,230 points
50,663 views
0 votes
1 answer

Presenting docket dtates inside html page by javascript

Use the Docker Engine Api:Docker Engine API ...READ MORE

answered Jun 20, 2018 in Docker by DareDev
• 6,890 points
498 views
0 votes
1 answer

Migrating proxy npm repo in nexus 3

I don't think you can achieve this ...READ MORE

answered Jun 22, 2018 in DevOps Tools by DareDev
• 6,890 points
1,217 views
+1 vote
1 answer

What is the difference between JavaScript and Java

This quote rightly explains that 2 totally ...READ MORE

answered Jun 29, 2018 in Java by Daisy
• 8,120 points
577 views
0 votes
1 answer

Start script missing error when running npm start

It seems that there is an undefined ...READ MORE

answered Feb 10, 2022 in Java by Soham
• 9,700 points
4,075 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP