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…

flashcard
- 29
- 1
- 4
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 =…

Josef Moucachen
- 1
- 2
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…

Vika
- 13
- 1
- 6
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…

Manik Sood
- 31
- 3
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?