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!
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
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…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!