The title says it all. I have run a search ads campaign on Google Ads. Now I would like to know who downloaded the app and came from that channel. Is there any way I can analyse (and get the user ID of those users)?Thanks in advance
Hey mariocamus
If you have access to behavioral cohorts, then you can create a cohort satisfying your use case by using user property value identifying the Google Ads campaigns and the relevant event.
Once you have that, you can easily export this cohort as a CSV with the user IDs.
You can also create a user segmentation chart by applying that definition and then download the user IDs within the desired time interval datapoint using Microscope.
Let me know if I have interpreted your use case correctly. Hope this helps.
Hi mariocamus ,
Thanks for the answer Saish! I am wondering if you are possibly looking into Attribution? This will help you send events of when the user installed the device. Amplitude integrates with many third-party attribution partners from which you can send attribution data to Amplitude via the Attribution API. Here is a list of our partners: https://amplitude.com/partners. To cover our bases, I'd like to go over how the AppsFlyer<>Amplitude integration works: AppsFlyer uses the Amplitude Attribution API to send data to Amplitude. We store all attribution events but do not display all of these events in the Amplitude UI. Attribution events will only show up in Amplitude once Amplitude matches the AppsFlyer event to an existing Amplitude user. If we receive non-attribution events with user information that matches the attribution events, the attribution events will then be ingested into Amplitude and subsequently be displayed in the UI. Otherwise, the attribution event will be dropped. This allows attribution information to be sent without worrying about polluting Amplitude with events from people who never actually use the app. There are a few key points to keep in mind:
To summarize, in order for a AppsFlyer event to show up in Amplitude, there must be a non-attribution event that has a matching Advertising ID already in Amplitude or sent to Amplitude within 72 hours of receiving the AppsFlyer event. Lack of Advertising ID and lack of matching events are the two most common reasons that attribution events do not make it into Amplitude. Unless I have misunderstood the question? I hope this helps but let me know if I have misunderstood and require further help! Kind Regards,Denis
Auto Capture is a very prominent feature for the Browser SDK and the Native SDK's i.e. the IOS and the Android SDKs. It allows us to capture the basic [Amplitude] events like Button clicks, Navigation to pages, Pages Viewed, etc. The project that I am currently working on already has a web version on which we use the…
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!