Questions tagged [utm-tracking]

A UTM code is a simple code that you can attach to a custom URL in order to track a source, medium, and campaign name. This enables Google Analytics to tell you where searchers came from as well as what campaign directed them to you.

A question relating to the special tagging format used in web links by Google Analytics and the Google Play Store

47 questions
39
votes
5 answers

Has anyone gotten Google Play's "Tracked Channels (UTM)" campaign tracking to work?

The Google Play Developer Console offers the Tracked Channels (UTM) view under User Acquisition → Performance which should be able to show a breakdown of which tagged links users clicked to get to the store listing, etc. I have generated several…
Markus A.
  • 12,349
  • 8
  • 52
  • 116
18
votes
3 answers

How to track UTM tags in App Store URLs

I'm working on implementing my own analytics system. One part of it consists of tracking where users originated from. I use UTM tags for this. Reading UTM tags from the query parameters is quite easy in Android, iOS and web. However, I also want to…
Remq
  • 378
  • 1
  • 3
  • 9
15
votes
0 answers

Google Play Third-Party Referrals (UTM Source and Campaign) on the Beta Dashboard - Does it need Google Analytics SDK installed in my App or not?

I have been trying to determine if, in order to see the the UTM Source and UTM Campaign in the new Google Play Dashboard, I need to have Google Analytics SDK installed in my app or not. I cannot seem to find with certainty if this is the case or…
Piltsen
  • 161
  • 4
10
votes
1 answer

Are utm_source and utm_medium always required for link tagging in Google Analytics?

According to every source I've found, in order to manually tag links for campaign tracking in Google Analytics 3 fields are required - utm_campaign, utm_source, and utm_medium. However, I get mixed results when I don't use the latter two. If I set…
joelmdev
  • 11,083
  • 10
  • 65
  • 89
4
votes
0 answers

Transfer UTM Parameters From One Page To Another/App Url using Firebase Dynamic link

I want to track marketing effort for app, I want to redirect user to my app when he click on download button of web page. If I call utm link on button click event, then I have to create separate web page for every UTM link. More explanation : I…
earthling
  • 147
  • 16
3
votes
0 answers

Is there any correspondance between UTM parameters and Apple ones (at, ct, mt, pt)?

I want to improve my Firebase Dynamic Links with analytics parameters as specified on https://firebase.google.com/docs/dynamic-links/create-manually ("utm_source", "utm_medium"... but also "at", "ct, "mt", "pt" for the Itunes Connect Analytics from…
2
votes
1 answer

How to pass the search query to the landing page URL of a Google Ads (search)

When a user clicks a google ad, then I would like to pass the search query to the landing page via the utm_term parameter. User goes to www.google.de and searches for "development software grails company ny" Our google Ad shows, when the search…
frasen
  • 169
  • 2
  • 6
2
votes
0 answers

Can we create Deep Link to Android apps which has no host (Domain) registered in Android Manifest.xml?

Let's assume the package name of application is com.example.com with below entry in AndroidManifest.xml
2
votes
2 answers

How to setup URL Friendly Google Analytics Tracking Campaign

I want to track an ad campaign via a URL that will appear in a magazine. I see how to generate the Google Analytics campaign tracking url as follows: https://example.com?utm_source=news4&utm_medium=email&utm_campaign=spring-summer But I can't…
user9541073
1
vote
0 answers

How to add utm tags to a wix form?

I am currently attempting to include UTM tags in a webhook that I am sending from a wix form. However, upon sending the webhook, I am either receiving an empty response or receiving "google.co.il" source. I am expecting specifically Google Ads or…
1
vote
0 answers

No traffic getting captured towards UTM's except "Google" and "Firebase"

I am having a tough time while analysing store listing for my app with third party referrals. When i am analysing UTM sources under Store analysis in play console I don't see any visitor/ acquisition towards most of my UTM sources except few like…
1
vote
1 answer

How can I add query parameter(s) to the URL in Navigator.share() based on where its shared?

I'm using window.navigator.share({url}) . This makes it share the same url to all apps in the device. Is it possible to add specific query parameter(I want to add utm parameters) for each app? For example, if the user selected WhatsApp to share,…
Mahesh Bansod
  • 1,493
  • 2
  • 24
  • 42
1
vote
2 answers

Extract UTM parameters in Google Sheets

I need to extract UTM parameters in Google Sheets and I have, I believe, a simple question. I would like to extract the value associated to the utm_campaign in column A to column B: If possible, I would like to keep the opportunity to do an…
1
vote
1 answer

Google Analytics UTM Tracking Without Variables in URL

I need to be able to track UTM parameters in Google Analytics without them being in the URL. We load information when the page loads, and we want to use this information in our UTM parameters, and we don't want to redirect users to the URL with UTM…
LucyTurtle
  • 1,043
  • 1
  • 17
  • 37
1
vote
1 answer

How to prevent WordPress theme from removing analytics tracking parameters

I'm trying to track page views in google analytics using utm parameters, but they're getting stripped out of my urls when loaded. The problem appears to be specific to the WordPress theme I'm using, but I haven't been able to locate any code in the…
1
2 3 4