Let's say a user touches one of my ads and installs my app. Great, I see it in the search ads console as a conversion.
But how can I tell if that user makes an in-app purchase?
Is there some event my app can report up to apple to signal this?
thanks
Yes you can, with the Search Ads Attribution API.
See my other post: https://forums.developer.apple.com/thread/64464
Although you need to log it yourself, Apple doesn't do this.
When an IAP is made, we request this attribution data.
We log the IAP event incl. the attribution data, which might be:
- unavailable, due to Limited Ad Tracking
- Not via Search Ads installation
- name of the Search Ads campaign
We use Fabric Answers Event to log the IAP and put the Search Ads data in the custom event data.
This will be nicely (and real-time ➕) shown in the Fabric dashboard.