Jump to content
  • 0

Add a conversion tracking tag to Blesta


domaingood

Question

 

Add a conversion tracking tag to your website

When you create a conversion action in your Google Ads account, you’ll get a conversion tracking tag to add to your website. This tag tracks when someone who’s clicked your ad goes to your website and completes an action that you’ve defined as valuable, such as a purchase or sign-up.

This article explains how to add the tag to your website. Before you begin, make sure you’ve first followed the instructions to set up conversion tracking for your website.

These instructions are just for conversions that happen on your website. For other kinds of conversion tracking, like apps, phone calls, or offline conversions, find the instructions here.

<!-- Event snippet for Purchase conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': '****',
      'value': 1.0,
      'currency': 'USD',
      'transaction_id': ''
  });
</script>

https://docs.blesta.com/display/user/Order+System#OrderSystem-EmbedCode

 

But Can you help how can I setup with Code so Google can tracking every Purchase by Google ADS

{invoice.paid}    The total amount paid
{invoice.currency}
{order.client_address1}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...