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
0
votes
1 answer

UTM parameters are missing in GA4

My app sends push notification with this kind of URL: mywebapp.com/#postId?utm_source=push That worked very fine at UA, but at GA4 - source parameter is missing. Is there a way to get it working? I have idea to parse URL with js and send it as…
MAZ
  • 643
  • 5
  • 18
0
votes
1 answer

How to I change the domain value for handl cookies in WordPress and PHP

I am trying to change the domain value for handl_url, handl_original_ref, handl_landing_page, and handl_ip cookies on a WordPress website. I would like to do it via PHP, but if there is another way I open to knowing about it. Currently the domain is…
Justin
  • 416
  • 3
  • 9
  • 26
0
votes
0 answers

utm_content param not getting recorded in GA4 for email links

The value of the umt_content query param is not getting recorded in GA4 for email links. When I put the dimension "first user manual ad content" in the filters then it shows me (not set) against the email links. How do I fix it? i have read a lot of…
0
votes
0 answers

how can i send tracking Campaign URL from my app to play console

I create link from Campaign Builder and remove ad network and I try this code, but nothing appears on my play console. And some issue occurs about SDK 31 or above ///////////////////// Targeting S+ (version 31 and above) requires that one of…
0
votes
0 answers

Sticky UTM parameters

Currently researching this and wondered if anyone had utilised this approach before. At the moment, we capture initial UTM parameters for the first visit in a cookie. When they complete the form, their cookie value is output into a hidden form…
0
votes
1 answer

Acquisition in Google Analytics 4 HTTP referrer and UTM parameters

I am currently getting to know about Google Analytics 4 (GA4). It is said that the GA4 tracks the referral traffic using the http referrer field in the request header. If the referrer field is not present/empty in the header then GA4, relies on UTM…
0
votes
1 answer

Reference an e-commerce order to cookie consent via UTM

Is it possible to reference an e-commerce order in WooCommerce with info about if cookie consent was given from the customer who made the order? My idea is the following: Let's say a user comes from an Ad, so the URL already contains UTM…
0
votes
1 answer

UTM Parameters showing up more than once

I have a web page and in it, I've embedded a donation form. When a donor visits, they do so with a link that has a source code at the end. I've figured out how to add the source code to the embedded URL. Here is my…
Bto2
  • 1
0
votes
0 answers

Website Returns Page Not Found when UTM Parameters appended

We have a website that currently returns a Page Not Found when UTM parameters are appended to it. This is across the homepage and all URL paths. Does not accept any strings that start with '?'. The standard, non-appended URLs work just fine. Any…
0
votes
2 answers

I want to track internal URL that brought the URL to the next page or exit page

I want to track the URL of the current page, then pass it to a URL variable to the next page. For example…
Neha Patel
  • 31
  • 8
0
votes
0 answers

Passing UTM Parameters Across WP Link (Working with bugs need advice)

This code DOES work, however I can't make it stop adding blank UTM to the other links. The way it should work is if there are no UTM strings set it does nothing. This snippet passes the UTM data onto other links across the site so we can use UTM…
Scath
  • 1
0
votes
1 answer

How to share URL with UTM parameters on WhatsApp

I have given an option to my users to share my website on whatsapp. And I want to know how many users land back on the website using the shared link. Hence, the shared button opens this…
Chandan
  • 166
  • 2
  • 18
0
votes
0 answers

How to pass utm_source in a Facebook post?

I'm posting a link to my Android app on Facebook (in related community), and I would like to track its performance. So I add "&utm_source=110" in the end of the link. But it seems Facebook deleted this parameter somehow, and added certain "fbclid"…
chernish2
  • 113
  • 1
  • 9
0
votes
0 answers

Handlebars - Best practice to handle UTM parameters

The entire project is based on Handlebars (using HTML, css and JS). I have a footer components that contains all the pages in my website (about, terms of service etc...). When someone clicks on one of my campaigns (google ads for example), the URL…
Itai Soudry
  • 338
  • 1
  • 6
  • 17
0
votes
1 answer

Do UTM properties in URL work without gtag.js?

Maybe it's a silly question but couldn't find an answer for it other than for the opposite question. If I have my website already connected with Google Analytics, do I still need to add gtag.js in order for UTM properties in an URL to be…
Mojimi
  • 2,561
  • 9
  • 52
  • 116