Hi All,I can’t find some channels in my reports (all web).I’m using the same UTM structure in all the marketing channels,but for some reason, I can see only part of these channels in the reports.Any idea why? Or how to fix it?Thanks!
Hi fnoam ,
In order to test that your UTM parameters are set up correctly, make sure you are accessing your website via a link that contains UTM parameters. We track the 5 standard UTM parameters;https://www.docs.developers.amplitude.com/data/sdks/javascript/#enable-via-sdkIf there are no UTM parameters to grab from the URL or nothing in the browser cookie (e.g. the user is in private browsing mode), then there will be no UTM parameters attached because we will disregard null values and act as if the properties don't exist. I'd suggest testing this yourself by accessing your website via a URL with UTM parameters attached. So, if a user doesn't have any UTM parameters stored in their cookie or there are no UTM parameters to parse from the URL, then nothing will show up in Amplitude.Click on this link for an example URL with UTM parameters set:https://www.docs.developers.amplitude.com/data/sdks/javascript/#track-utm-parameters
To analyze this in Amplitude, use a "group by" in a Funnels chart or Event Segmentation chart. Here's an example of "referral_source" in Event Segmentation:
Here is more information:
https://www.docs.developers.amplitude.com/data/sdks/javascript/#web-attribution
Hope this helps, and please let me know if you have other questions.
Kind Regards,Denis
Thanks for reaching out here fnoam Here’s more information about channels in our help center - link. Please keep us posted if you need any additional support.
Im using UTMs on every link i use.But for some reason Amplitude only shows me some of the sources for example
for example, I can see traffic from utm_source=facebookbut i can’t see traffic from utm_source=criteoAny idea why?
Hi fnoam , this is certainly odd. I will ask Jeremie Gluckman the community manager to turn this into a ticket and one of the team will look into this shortly. Thank you!
Thanks Denis Holmes. I just submitted that for you!
Hi Denis Holmes Jeremie Gluckman , any update on this?
We do have a ticket for this but are currently dealing with high ticket volumes. However, I have spoken about this with Jeremie and I aim to have someone take the ticket today. Thank you!
Thank you Denis Holmes!
Hey there I've been playing around for a couple of hours with the guide and analytics which fires properly on the UI but wouldn't give me any analytics. I read that there is another script that should be installed for the analytics part of things. Would anyone be able to guide me towards the potential script or some…
All my data is being collected through Firebase I want to export all this data in Amplitude and keep it synced with GA4, I tried adding data sources as BigQuery and GA4 both but for some reason it only partially imported the data and now its not working, I cant even see connected sources. Any help will be appreciated.
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…