Adwords conversion tag not working

ThemeBurn SupportForumsOpenCart ThemesBurnEngineAdwords conversion tag not working

This topic has been marked as not resolved.

Hi,

I inserted the adwords conversion tag in catalog/view/theme/BurnEngine/template/common/success.tpl but it is not working. See code below.

Google tag assistent says: No HTTP response detected

Can you tell me why the script is not running on the success page:

<?php echo $header; ?>

<?php // Breadcrumbs -------------------------------------------------- ?>

<?php $tbData->slotStartSystem('common/success.breadcrumbs'); ?>
<ul class="breadcrumb">
  <?php foreach ($breadcrumbs as $breadcrumb) { ?>
  <li><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a></li>
  <?php } ?>
</ul>
<?php $tbData->slotStop(); ?>

<?php // Page title --------------------------------------------------- ?>

<?php $tbData->slotStartSystem('common/success.page_title'); ?>
<h1><?php echo $heading_title; ?></h1>
<?php $tbData->slotStop(); ?>

<?php // Page content ------------------------------------------------- ?>

<?php $tbData->slotStartSystem('common/success.page_content'); ?>
<div class="tb_text_wrap tb_sep">
  <?php echo $text_message; ?>
</div>

<div class="buttons">
  <div class="pull-right"><a href="<?php echo $continue; ?>" class="btn btn-primary"><?php echo $button_continue; ?></a></div>
</div>

<!-- Google Code for Succespagina verkoop+contactform Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1017867920;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "Uuy4CLngmWgQkN2t5QM";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1017867920/?label=Uuy4CLngmWgQkN2t5QM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>

<?php $tbData->slotStop(); ?>

<?php echo $footer; ?>
November 10, 2016 at 10:36 pm #52962
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 14, 2016 at 11:45 pm #53094

Thanks! It is working now!

November 15, 2016 at 9:34 pm #53166

When I disable “optimise JS” the adwords conversion tag is working properly but another problem appears: the productimages on the productpages are not shown anymore.

Do you have a solution for that?

November 15, 2016 at 11:33 pm #53168

Hi,

We will need the admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

November 18, 2016 at 9:40 am #53287

Hello, to access my site you need….

Thanks for the help!

November 18, 2016 at 1:20 pm #53299

Hi,

Do you have time for the check?

Thank you!

December 1, 2016 at 7:50 am #53890

@TB support

Did anyone see my last posts?

December 7, 2016 at 10:09 pm #54105

Before the new Facebook Pixel (the one that went live at 1 Febr. 2017) I managed to just delete the and tags and the FB pixel code worked fine.
Now I can’t really figure it out with the new FB pixel code either…
Same thing happens to me, product images from product page disappear..

February 3, 2017 at 10:38 am #56085

im also having huge issues with FB pixel, everything works but add to cart which is the most important front end event. cant test purchase without that working first.

March 14, 2017 at 3:09 pm #57423

@britanniamc

Can you insert the Facebook pixel JS from Theme Settings > Custom > Javascript? Just do not forget to remove any script tags.

BR,
ThemeBurn team

March 23, 2017 at 6:25 pm #57702
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.