I am using Firebase to track the installs from google ads campaign. I have tried all the solutions available on Stack overflow and Github as well but it did't work for me. Let me explain each step I am doing:
- Register application on Firebase and add these install pods 'Firebase/Analytics' and 'FirebaseCore'
- Add SKAdNetworkItems in info.plist as well.
- Added the required frameworks and libraries i.e. AdSupportFramework, iAd framework, libAdidAccess, libGoogleAnalyticsServices.
- Add the Appstore ID in firebase project as well.
- Added the IDFA permission i.e. ATTrackingManager as well.
- Configuring the Firebase in Appdelegate as well. These are all steps I am doing to track custom campaign.
Now I am getting all the events like first_open and other screen events on firebase console but it didn't show me the events related to my custom google ad campaign.
Is there any solution or am I missing something? Please help me to resolve this issue.