-
Notifications
You must be signed in to change notification settings - Fork 1.6k
UTM parameters lost after relaunch #2910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment has been minimized.
This comment has been minimized.
Hello? Any updates? |
@dmandar, is this intended behavior? |
Pinging for updates |
Hello @dmandar , did you have time to check? |
Monthly ping for updates |
To confirm, are you using dynamic links at all or is this a Firebase analytics question? |
@dmandar we are not using firebase dynamic links, we are using branch utm links and do the utm tracking with firebase. I guess this is an Analytics question. |
Internally tracked at b/137757236 |
Hello @paulb777 , is there any progress? |
Thank you for the feedback @b-onc. We are following up internally to discuss which is the best implementation for Analytics. I will reply back once I have an update. In parallel, I would like to hear from you, your thoughts in the following points:
|
Hello @ggpuglia Thank you for looking into this.
We're using https://ga-dev-tools.appspot.com/campaign-url-builder/ and only care for mandatory parameters |
Thank you for your input! We are tracking this as an internal project. Unfortunately, it might take us a little time to get this prioritized. |
Hello @ggpuglia , is there any progress on this? |
1 similar comment
Hello @ggpuglia , is there any progress on this? |
Sorry, the development team hasn't had a change to prioritize this. We are working on getting release soon. |
Have there been any updates on this in the last year? |
Hi, has there been any update on this? We have run into a similar issue, with AnalyticsEventCampaignDetails not firing events as expected, but when manually setting campaign, source, and medium parameters on other events, they will get attributed in the acquisition report. |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
We’re having a problem with utm parameters. We track those with
AnalyticsEventCampaignDetails
event whenever a link with with utm params are clicked (we're using branch.io for links) but we’ve seen that conversion events are not attributed to utm params. More specific, utm params are lost after a relaunch and future events are not attributed.Facebook persists utm events and attributes future events with utm params. Firebase should also do the same, per spec (https://support.google.com/firebase/answer/6317518?hl=en) In the meantime, we've implemented our custom interim solution: save utm params to user defaults and report them on relaunch.
We’re searching for a way to test this functionality. Specifically, we want to make sure our utm parameters, once reported, gets attributed to future conversion events, so we don't need our custon solution. DebugView does not show utm params on events. How should we proceed?
Also asked the question under issue #2462 and told to create a ticket for it. Asked the question on firebase slack but could not get a response.
The text was updated successfully, but these errors were encountered: