Setup Google Ads Conversion Tracking With Firebase For iOS App - Swift
I'm trying to set up conversion tracking with Firebase. I followed Google's instructions but no conversions are showing.
Here is what I've tried so far:
Code Implementation
- Set up Firebase Analytics.
- Logged event after In-App Purchase.
.logEvent()
- Showed ATT prompt after a successful purchase.
ATTrackingManager.requestTrackingAuthorization
Firestore Console
- Entered App Store ID in profile.
- Integrated Google Ads.
Google Ads
- Created a conversion action.
Now, I know some people allowed tracking because I log their input.
Am I Missing something? Any help would be appreciated!
Thanks.