Questions tagged [utm]

Use this tag only for questions related to the Universal Transversal Mercator coordinates system. For questions related to Google Analytics, use the [utm-tracking] tag.

Universal Transversal Mercator (UTM) is a geographic coordinate system to give locations on the surface of the Earth.

303 questions
0
votes
1 answer

GA utm_campaign "not set" and taken as utm_source

In one of my email mkt that I send in a daily basis, the utm_parameters are defined as follows www.mydomain.com{/page}#utm_source=newsletter&utm_medium=textlink&utm_campaign=actividad All the links are defined the same way, however when I see the…
-1
votes
0 answers

Storing UTM parameters using localStorage

I am demand gen in one B2B company, and I've heard there is a way to store UTM parameters (in my case most important thing) from URL and append them every time users re-visits our website using localstorage. Since I'm not so familiar with this, I…
-1
votes
0 answers

How can i extract the campains structure of google ads of competitors using UTM parameters?

I have been reading a blog and I saw that the blogger managed to extract the structure of ads campaign of a competitor as a case study , the only clue he gived is 2 words "utm parameters " the structure is there any case study on how we can do…
-1
votes
1 answer

UTM tracking across sub-domains

I have a main website (e.g. mybrand.com ) with static pages mostly developed on Wix.com and I have a full application hosted on AWS on a sub-domain, e.g. app..com. For tracking the traffic coming from different social media channels, we are building…
rad
  • 1
  • 1
-1
votes
1 answer

WebView load crashes on url opening

I have an app that retrieves urls from a json and when the user clicks on a button the UIWebView opens to the url. The problem is that when I added utm codes to the urls the app started to crash and the UIWebView returns nil. My guess is that the…
liz14
  • 168
  • 3
  • 14
-1
votes
1 answer

Where do you write campaign code for redirects? .htaccess or index.html

I'm fairly new to .htaccess and proper re-directs. I recently bought domain.net and want to redirect to domain.com, but I want to track the traffic via Google Analytics campaign. Would I put the UTM code in index.html? Should I do it somehow in…
-1
votes
2 answers

Converting from UTM to WGS84 using GeoTools with missing .prj file?

I have a function that reads a set of coordinates and I get UTM coordinates. Later I convert these UTM coordinates to WGS84. No problems when this data comes from the set of 4 files (shp, .dbf, .shx and .prj). This is my code to get the coordinates…
Mimmetico
  • 422
  • 9
  • 25
-1
votes
2 answers

IS THERE AN OPTION TO KNOW WHERE MY USER URL COME FROM?

I am using a typeform.com form, but I want to reduce questions, one of my question is "what is your instagram username", I want to eliminate that question if I have the posibility to catch the URL or Username where it comes from when someone made…
-1
votes
1 answer

UTM to WGS84 in C

I am trying to convert coordinates from UTM to WGS84/(LatLon) in C language. I found this similar thread: How to convert from UTM to LatLng in python or Javascript However, when converting the code, the latitude is correct, but the longitude is way…
-1
votes
3 answers

Not able to get utm_source parameter from URL

I am trying to get all the GET parameters, but I am not able to get them. Array is empty. The same I tried in a different server where it is working without any issue. Can anyone please help in solving this. I am wondering where could be the problem…
-1
votes
1 answer

pyproj - How to decide the initial points of any UTM zone

I am trying to convert X,Y system to latitude and longitude, and it seems that many people recommend pyproj In their sample code, they use p1 = Proj(init='epsg:26915') and p2 = Proj(init='epsg:26715') But that's for UTM Zone15 Here is my sample x =…
Cherry Wu
  • 3,844
  • 9
  • 43
  • 63
-1
votes
2 answers

Converting x,y,zone coordinates to Latitude and Longitude

I want to convert my x,y,zone coordinate to latitude-longitude in c#.how can i do that??? i find some function in net but they doesnt work properly.plz help me. if my country is important i live in Iran. for example: i give this x,y,zone:…
Vahid Akbari
  • 189
  • 7
  • 25
-1
votes
3 answers

Google Analytics Custom URL Reorting

I have used custom url builder to build custom url and submitted to different directories. URL is ?utm_source=directory&utm_medium=referral&utm_campaign=DirectoryReferrals Now i am stuck with reporting coz it shows source as "directory" thats what…
Abhishek Salian
  • 928
  • 2
  • 10
  • 27
-2
votes
0 answers

passing utms from url to an iframe

I have an iframe embedded on my site (built with elementor) and I want to pass all utm parameters from the URL the iframe is embedded on to the iframe. (The iframe later sends the utms via webhook) Therefore, I have two codes: The code which is…
-2
votes
1 answer

Adding UTM parameters to Woocommerce order information (Meta box)

I would like to store UTM parameters to Woocommerce order information (metabox). So I need to capture this during the checkout proces. Is there any code snippet available which achieves this?
Alex C
  • 1
  • 1
1 2 3
20
21