Jump to content
  • 0

Add a conversion tracking tag to Blesta


Question

Posted

 

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}

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...