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
1
vote
3 answers

From Latitude and Longitude to absolute X, Y coordinates

I have a series of Lat/Long coords. I need to transform it in X, Y coordinates. I've read about UTM, but the problem is that UTM coordinates are relatives to a single zone. For example, this two coordinates UTM has the same Easting (x) and Northing…
BAD_SEED
  • 4,840
  • 11
  • 53
  • 110
1
vote
1 answer

Translate latitude and longitude in X, Y coordinates

I have to translate latitude and longitude coordinates on X, Y plan. I have decided to use UTM as projection system. I use this page ( http://www.uwgb.edu/dutchs/usefuldata/ConvertUTMNoOZ.HTM ) to test and quickly get result. As test I wann plot on…
BAD_SEED
  • 4,840
  • 11
  • 53
  • 110
1
vote
0 answers

Campaign attribution for mobile app deep linking (UTMs /GA4)

Has anyone been able to successfully implement UTMs to deeplinks (iOS) and have them display in GA4? I've followed this guide but for some reason they do not seem to…
1
vote
1 answer

Server Side Google Analytics -- utm variables

So I have set up on my server a page that will be called depending on certain conditions. This script creates the .gif for google analytics and hits their server. I've confirmed with my clients they're seeing the page hits; however, some want to…
Antares
  • 185
  • 2
  • 10
1
vote
1 answer

JavaScript UTM parameters array not populating form fields

I have the below script which takes UTM parameter values from the URL querystring i.e. 'example.com?utm_campaign=testCampaign&utm_source=testSource' and is supposed to populate hidden form fields. However the script doesn't seem to work as the input…
FullStack
  • 11
  • 2
1
vote
1 answer

Is it possible to implement UTM tracking on Facebook App Install Ads?

I've been trying to track the campaigns, ad sets, and ads from Facebook ads on GA however, under the ads setting in Facebook ads manager, I'm unable to find the 'URL parameters' field to add the UTM link. Also, can we create a custom audience to…
1
vote
0 answers

Convert UTM home range to km^2 (gArea function)?

I am calculating a home range using the following data (extract) x y 437850.3 7220701 465101.3 7210903 489314.6 7159065 513795.7 7114472 532871.0 7075753 I use the following code to calculate home range, with my coordinates converted to…
Cam
  • 449
  • 2
  • 7
1
vote
1 answer

URL parameters are reordered when using anchor links with Inheriting UTMS

I am using a javascript on my site, which always inherits the UTM parameters to the links on the site. However, this is not working, when the links are anchor links to a section of the site and the link the visitor used to visit the page contains…
hl01
  • 11
  • 2
1
vote
0 answers

Build and Run on Ubuntu VM

I just installed UTM on my M1 Macbook and am running ubuntu-20.04.4 as a Virtual Machine. I've been trying to build and run a code given for an assignment, as requested by the course professor. An issue rose when I got 'make: g++: Command not…
Kwaxx00
  • 21
  • 3
1
vote
1 answer

Python - Converting list of coordinates to latitude and longitude

I recently started learning programing and Python. Now I've been trying to convert a list of coordinates x,y to latitude and longitude. I searched and found a method in python in this post: How to convert from UTM to LatLng in python or…
NathanSN
  • 11
  • 2
1
vote
0 answers

Tying Google Analytics conversion metric to Google Optimize experiment through segment

We are running an A/B testing experiment through Google Optimize where the PRIMARY OBJECTIVE is a Google Analytics Goal: What we are measuring is how many users trigger a custom Signup request event, with certain UTM properties. The conversion…
elethan
  • 16,408
  • 8
  • 64
  • 87
1
vote
0 answers

How to add middleware on all the routes in Next js

If we come from an external source to our web page, we have utm parameters added in our url for quite some time(as in only in first page), then if we go to some other route, those parameters disappear. Now I want to retain those utm parameters for…
Muskan Rawal
  • 58
  • 1
  • 9
1
vote
1 answer

Lat/Long to UTM conversion failing for dataframe

The error OutOfRangeError: latitude out of range (must be between 80 deg S and 84 deg N)" appears when I use the utm.from latlon() function on a dataframe. When I try it for a single lat/long, however, it returns the result. I'm not sure what's…
John
  • 27
  • 6
1
vote
0 answers

Get UTM in android

Faced a problem that Play Market does not give utm after installing the ad. I did everything according to the tutorial on getting utm through reciver - the tests work out everything and the receiver works. But if you upload it to the product and the…
1
vote
1 answer

Error in GTM: This language feature is only supported for ECMASCRIPT_2015 mode or better: const declaration

I am trying to parse UTMs and get them into fields but it seems that my script won't publish on GTM. (the script works when directly put on webflow custom code) var queryString = window.location.search; console.log(queryString); //…
Alain B.
  • 11
  • 2