Tagged: x
-
AuthorPosts
-
September 21, 2016 at 11:35 am #1184938
David vbParticipantHi,
I am trying to implemend Adwords conversion tracking for a single page. I read several forum posts and followed your advices, comming up with the following code entered into my child theme. However, it is still not working. It tells me there is No HTTP response detected. What is going wrong?
It is for this thank you page: http://bootuitjes.nl/ssmvo-s1ff/
function my_google_adwords_code() {
?>
<?php if (is_page( 717 ) ) : ?><!– Google Code for Aanvraag offerte Conversion Page –>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 872664287;
var google_conversion_language = “en”;
var google_conversion_format = “3”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “2lklCKm0r2oQ35mPoAM”;
var google_remarketing_only = false;
/* ]]> */
</script>
<script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
</div>
</noscript><?php endif; ?>
<?php }add_action( ‘wp_footer’, ‘my_google_adwords_code’, 99 );
September 21, 2016 at 12:32 pm #1185049
DarshanaModeratorHi there,
Thanks for writing in! Basically, it means that Google detected your conversion tracking code, so it’s there, but it’s not executing.
There can be a number of reasons this might happen but first up, double check that the code is copied perfectly and hasn’t been tweaked. Second, Google has both HTTP and HTTPS specific versions of that tracking and you’ll want to make sure to use the HTTP one.
Please refer to the following resource for more information (https://support.google.com/tagassistant/answer/2947038?hl=en#http_response).
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184938 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
