I'm working on a project that can get conversions either from Google Adwords or Apple SearchAds, and I'm trying to find a way to display this conversion data on the same view.
The best way so far that I've found out would be to map this conversions in a User Property, with the help of the iAd framework I can determine if the user is an attribution from SearchAds, is there a similar way to find out if the User is an attribution from Adwords?
The thing is Firebase doesn't track SearchAds attributions, so probably my SearchAds attributions are being mapped as "direct" attributions. I want to separate them somehow.