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

Using utm parameters

I am currently trying to use utm parameters and I was wondering if the order in which we use them have any importance into the url. To say it into another way : Is…
Scipion
  • 11,449
  • 19
  • 74
  • 139
0
votes
2 answers

Analytics UTM Tags - Data not recording

I created a helper module in Rails that creates a hash of parameters that are passed to link_to rails helpers. These utm parameters are being used in emails sent out by the Rails app. The problem is that Google Analytics is not picking up any data…
0
votes
2 answers

R: Lat-Lon to UTM for zoo time series

Given a zoo time series with columns "lat", "lon" and "value": z <- zoo(...) # anyone knows how to create a simple example series here? I need to convert the lat and lon degrees to UTM in order to perform further operations like distance…
Martin
  • 1,395
  • 1
  • 11
  • 33
0
votes
3 answers

Tracking utm parameters with universal analytics

Previously I was using ga.js (asynchronous - _gaq.push) at time I was 99% able to capture all utm parameters. Later on I have update the code and moved to analytics.js (universal - ga send), from then I am unable to capture a single utm…
Dinesh Patil
  • 615
  • 2
  • 15
  • 37
0
votes
1 answer

How to configure UTM to remotely access SQL Server2008 R2

I have installed SQL Server 2008 R2 on my server and Configure SQL server and Windows firewall installed on server.It works fine over the LAN. Now I am trying to access it over internet with the public ip of our server.We have installed UTM…
Paul S
  • 81
  • 2
  • 13
0
votes
1 answer

Geolocation: UTM to Geodetic translation

Maybe there's a better place to ask this, but I figured maybe someone has come into this problem before and can give me a hand with it. I have a bunch of locations (36k) and they are represented using SIRGAS2000 (UTM 21s) coordinates. I need some…
martskins
  • 2,920
  • 4
  • 26
  • 52
0
votes
0 answers

Performing Kernel Density Estimations in MATLAB

I have been using MATLAB to perform Kernel Density Estimations (KDE) on UTM data (X and Y coordinates). I ran into a problem that I do not seem to be understanding. I perform the KDEs with a sample of 45 points. Everything works fine and I produce…
squishy
  • 344
  • 3
  • 12
0
votes
0 answers

How are UTM coordinates related to cartesian ones?

I am conducting a spatial econometrics study on housing prices. In order to calculate spatial auto-correlation between house locations using some econometric software (like Matlab), I use decimal latitude/longitude coordinates of each house as the…
Houssem
  • 143
  • 9
0
votes
1 answer

Store utm source from url to database when user signup

I would like to keep the utm source data when a user visit my site via the url with utm source in order to see the efficiency of any source. url example : http://www.mydomain.com/?utm_source=facebook&utm_medium=promoted&utm_campaign=welcome I need…
june8
  • 609
  • 1
  • 6
  • 12
0
votes
1 answer

MYSQL Sort Results By Nearest UTM Co-ordinates

I have a mysql table with location names with UTM co-ordinantes for each entry, i.e. Name X Y House 1 387000 406100 House 2 394500 805300 I need a mysql query so that when a query where x and y co-ordinates are entered, it lists…
0
votes
1 answer

Trouble converting UTM to lat long for southern hemisphere

I have ~40 points in UTM zone 19 taken from Peru that I would like to convert to lat/long to project onto Google Earth. I am having some problems with PBSmapping and can't seem to figure out the solution. I have searched through the forums and tried…
0
votes
2 answers

Latitude and Longitude to UTM coordinates

I have a big latitude longitude information from the UTM-zone 33 north. I tried the following commands to convert this geographical information to UTM coordinates (my data set object is initially called…
user2120231
  • 25
  • 1
  • 5
0
votes
1 answer

Need to convert latitude and longitude to UTM with specific zone in Java

I'm having trouble converting coordinates to UTM33 (Northern Hemisphere) in Java. I have found plenty of lat/long to UTM converters, however these determine which UTM zone the coordinates are in and give an answer accondingly. That's not what I…
kajafls
  • 89
  • 1
  • 2
  • 11
0
votes
2 answers

Set _utmz cookie for Direct Visits?

It is my understanding that Direct Visits do not rewrite _utmz cookies in Google Analytics, as these visits are not "campaigns" or generated by an external source. However, I still want to track users that come to my site on subsequent visits by…
Glenn B
  • 89
  • 1
  • 10
0
votes
2 answers

How to add Googles utm_source variable in Wordpress?

I am using a permalink structure in wordpress like www.domain.com/sample-post/ but it blocks naturally all parameters which it doesnt know. I actually just want to add Googles ?utm_source= variable to some links to track some sources, but…
Boxhorn
  • 25
  • 1
  • 5