Questions tagged [conversion-tracking]

76 questions
0
votes
1 answer

How to track incoming traffic from a certain link?

I have a software that has a free and a commercial (pro) version. It can be installed on a webserver similar to WordPress. The free version has a link in the admin area telling the user to upgrade to the pro version. I'd like to track how many sales…
0
votes
1 answer

GTM Enhanced Ecommerce - Uncaught TypeError: Cannot read property 'purchase' of undefined

I am trying to get data like revenue, order value etc using the following code. Upon checking in the console I receive: "Uncaught TypeError: Cannot read property 'purchase' of undefined" var revenue = 0; var shipping = 0; var tax = 0; var orderID =…
0
votes
1 answer

Tracking multiple Conversions in one session - Implementation problems

I need to track multiple conversions of the same conversion event in the same session. Due to the reason that Analytics can only fire one Conversions per Conversion Goal in one Session, I'm going to use the Transaction Handler. Everytime the page…
0
votes
1 answer

Google Ads API ConversionTrackerService - return only single conversion

I am trying to fetch the conversions data from the Google Ads API using the ConversionTrackerService. I have 5 conversions in my Google Ads account (refer to the screenshot) but I am getting only 1 in the response. Also in the selector object, I…
0
votes
1 answer

How do I send conversion data to google analytics alongside google ads

I want to send a transaction-specific conversion value i.e: $totalValue to google analytics alongside Google ad. The current setup only sends the $totaValue info to google ads. How can I send that info to google analytics as well?
0
votes
0 answers

Page load Conversion tracking through google tag manager

I am new to the Google tag Manager. I want to track the particular page of my website when it's load with the help of google tag manager. The problem here is that the url of the page is not fixed as I used the dynamic slug in the url. Help me how…
0
votes
1 answer

Regex for Google Analytics Goal Conversion Funnel

Setting up Google Analytics Goal conversion funnel, concerned that Step 1 and Step 2 could fire twice, what is the proper Regex to discreetly identify these steps? Current code: Step 1 Homepage: .*sitename.com Step 2 Checkout:…
0
votes
2 answers

How to run code when Shopify conversion tracking vars exist in URL?

One can add note, attributes and ref vars to Shopify URLs for conversion tracking as described here: Shopify Conversion Tracking Documentation How can I execute extra code if one of these vars exists in the URL? I need to run code right when the URL…
Ryan
  • 5,883
  • 13
  • 56
  • 93
0
votes
0 answers

Set up attribution through tag manager, not sure if the syntax is right

For a multiple domain site I have set up a way to measure if conversions come through AdWords or E-mail by creating a cookie of the UTM-Medium UTM Tag. Now this worked nicely on my product pages which I created in seperate tag manager containers.…
0
votes
1 answer

What is required to use more than one Google Adwords call tracking number on a website?

I've been trying to get conversion tracking setup to use Google Adwords free call tracking numbers, but the client has multiple business locations, each with their own phone number. So we need different numbers to be replaced, depending on the page…
Matt
  • 97
  • 3
  • 11
0
votes
0 answers

Subtract DataLayer values to return in UETQ variable revenue script

The module installed in my Magento store "WeltPixel" does not account for discount value when calculating revenue, but it does produce a discount variable, so I'd like to subtract discount value from the e-commerce-total before returning to bing…
0
votes
1 answer

Google Conversion Tracking when click button

I am trying to add google conversion tracking to an external-linking button on my website, using the steps outlined at https://support.google.com/adwords/answer/6331304?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en, but there is a little wrinkle: I am…
0
votes
1 answer

Facebook Custom Conversion: How to set a conversion event equal to number of pages viewed?

How do you create a custom conversion event for user engagement such that a "success" equals a user who has viewed more than a specific number of pageviews? For example, the custom conversion event should be triggered when a user views any 20 or…
wn2017
  • 1
  • 1
0
votes
1 answer

Pinterest conversion tracking tag for WooCommerce orders

I need to install the Pinterest conversion tag to dynamically track 'value' and 'order_quantity' from WooCommerce orders. The Pinterest tag has 2 parts of Javascript. Part 1 is the Base Code that goes in the header of the site. Part 2 is the Event…
0
votes
1 answer

How can I register a Google AdWords conversion in very backend PHP?

Basically, as part of our system, a conversion is only registered when someone offline decides to go ahead and offer the service. This then triggers a load of backend PHP to run, etc. The customer is not shown any kind of landing page or anything…
Adam Browner
  • 103
  • 1
  • 6