304 questions
-4
votes
0
answers
47
views
How can I pass UTM parameters into HubSpot contacts when using an embedded Meetings form?
I am trying to pass UTM parameters from my site into HubSpot so they are stored on the contact after a visitor books a meeting through an embedded HubSpot Meetings form.
The Meetings tool is embedded ...
4
votes
0
answers
94
views
How to detect if Flutter app was installed via Google Ads / AdMob using Install Referrer?
I’m using Flutter and I want to know whether my app was installed via a Google Ads (UAC) / AdMob app install ad.
For Facebook Ads and Unity Ads, I already detect installs successfully by checking ...
0
votes
0
answers
34
views
Merge rasters returns blank spaces
I have TIF files with different UTM zones(zone 37, zone 38). I want to merge these TIF files: first I reproject them to the same projected coordinate system (Mercator). After that, I used the merge ...
0
votes
0
answers
377
views
How to get UTM params stored in local storage to send them in the response after payment?
I have an issue with UTM parameters that are stored in local Storage but I can't send them in my response when someone going checkout --- payment --- thank you page.
Do you have any idea how I can ...
0
votes
1
answer
166
views
How to track utm parameters from pardot salesforce forms?
I am new to salesforce and GA. I have created a custom redirect for my contact form. I have a form that has hidden utm fields. It has a layout template and as per my understanding I have to copy the ...
-1
votes
2
answers
82
views
How do I interpret these coordinates I got from the website of the german statistical bureau?
Thanks for clicking.
During my research, I stumbled upon the "Unfallatlas", which is essentially a collection of all the accidents that happened in a specific year. For me, only the ...
0
votes
1
answer
121
views
UTM parameters doesn't work with Elementor Mega Menu
My website WordPress website doesn't gather UTM parameters when I navigate the links with the mega menu. but the main navigation and the other links / buttons work fine and gathering all UTM ...
1
vote
1
answer
3k
views
Using chromium webdriver under selenium on ubuntu ARM64
I am running an ubuntu 22.04 ARM64 UTM virtual machine on an Apple M1 mini. I am trying to get chromedriver running via python on this ARM64 architecture using this code snippet:
from selenium import ...
0
votes
0
answers
47
views
How to troubleshoot attribution issues on websites when sample URLs are given?
So the issue is :
Custom Campaign traffic attribution is not working on GA4 properties. UTM parameters like aff code, etc,.. are not getting grouped under affiliate channels.
Because of this, we are ...
0
votes
1
answer
480
views
GAID/ Client ID Missing in BigQuery
I have a flow of data that sends Google Analytics (GA4) data to BigQuery. I am working on tracking website users and connecting their visits to understand UI of website. When I try to track my own ...
1
vote
0
answers
717
views
How to get AppStore Connect campaign link in iOS App?
I know that I can generate AppStore campaign link
https://developer.apple.com/help/app-store-connect/view-app-analytics/manage-campaigns/
I have several questions about this feature:
How to test it ...
-1
votes
1
answer
153
views
How can I append the page title variable onto a url
In Wordpress, I need to append the page title variable ($page) into a link on an elementor button
so link in elementor button is https://test.com/apply
And I want to track which page the click has ...
1
vote
1
answer
4k
views
GA4 - Correct way to send UTM campaign data using Measurement protocol?
Im missing something with the UTM information using GA4's Measurement protocol.
With the old Universal Analytics, this data only needed to be set through the url (utm_source=sourceValue&utm_medium=...
1
vote
0
answers
108
views
Convert latitudes and longitudes to utm on the equator (latitudes have mixed signs)
I am using the utm package and want to convert a set of latitudes and longitudes near the equator. For my use case I do not know the UTM zone before hand.
The following minimal example
import utm
...
0
votes
1
answer
349
views
JavaScript UTM parameters from iframe URL - URL querystring format problem
I trying to extract UTM parameters from the URL querystring of an iframe URL however the querystring always includes "#038;" which seems to prevent JavaScript from getting more than first ...
0
votes
1
answer
50
views
UTM: Which terms for web application?
We are trying to find which correct UTMs to use. Example, we have 4 areas in a React web application that all direct to the our partner company ElectronicsStore website.
In Screen Page 1 (www....
0
votes
0
answers
341
views
UTM variables tracking issue using php
I need help to clarify utm tracking between php and google analytics (g4). My client wanted me to build a tracking dashboard for UTM variables using php. Site running on WordPress CMS.
I simply used ...
0
votes
1
answer
385
views
Extract and store UTM parameters for SPA through GTM
I'm managing a single page app for on of my clients who is generating motor insurance quotes for users. we need to track our marketing campaigns efficiency by extracting the utm parameters from the ...
1
vote
2
answers
952
views
Distance between pairs of coordinastes (UTM) in km with R
I have a dataframe with 2 pairs of UTM (32N) coordinates and I need to compute the differences in km between each of them, from origin to destination.
I'm trying with sf library, using "...
0
votes
1
answer
493
views
How can I use data validation in Google Sheets to keep two or more characters from being put in a cell?
We have a google sheet UTM builder for our tracking URLs. One use case we've run into recently is some users are inputting reserved characters (like '?' or '&') into UTM values, causing trouble in ...
0
votes
1
answer
740
views
Convert lat/long to UTM (zone 27)
I am struggling to convert my lat and long columns to UTM (zone 27). I found the below function in another post but I believe I am running into an issue due to not all my sites not having spatial data....
-1
votes
1
answer
1k
views
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 ...
0
votes
1
answer
241
views
How can I edit the values of coordinates within a geojson file?
I am trying to map a geojson file (A map of Alaska precincts, downloaded from the division of elections and then converted online to geojson) onto a choropleth map using folium, the problem is the ...
0
votes
1
answer
107
views
Uncaught Type Error for First Object in Multidimensional Array, but Can Still Print to Console
I'm sure there's a simple solution to this, so I feel like a buffoon asking for help. I'm just stuck.
My design intent is to capture UTM data and store it in local storage for later use in a web form (...
1
vote
0
answers
174
views
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 ...