Hi,
I am seeing a difference between what I filter and the data that is shown.
Why could this happen?
Thanks!
Hi trosen,
Thanks for your reply and apologies for the late response! You can do a user look-up and view their individual event stream and see what the value was at the time “Deal Won” was performed.
The user properties displayed with each event in a user's individual event stream capture the value of the user property at the time of the event. The exported file will show the most recent user property values. I think this user may have fired an event after Deal Won that had a value with “cpc” and that’s why you see it.
https://help.amplitude.com/hc/en-us/articles/115002380567-User-properties-and-event-properties#h_856d23e3-10ea-4398-a50d-4982a42d1f3f
Let me know if you have questions or concerns!
Best, Loc
Thank you for the screenshots of this issue. Is “initial_utm_medium” an event property or a user property? Also, can this property value change when another event is sent to Amplitude?
The reason I ask is that when you download a .CSV of users, the file will contain each user’s most-recently sent user property values. I think this might be the cause, but let me know those first two questions and I can take a closer look! Thanks.
Best,
Loc
Hi Loc Tran!
Is there any way to see this? Could I confirm this somehow? (that it doesn´t change)
Regards,
Tal
Hi Loc Tran,
Don’t worry. But that was exactly the case, we figured it out a couple of days ago.
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…