I'm running facebook and Google ads campaigns, and I wonder if I still need to include their sdk to measure those campaigns performance when using SKAdNetwork
According to Apple, with SKAdNetwork, the advertised app’s responsibilities is only to "Provide app install validation information by calling registerAppForAdNetworkAttribution()" see here https://developer.apple.com/documentation/storekit/skadnetwork or here https://developer.apple.com/documentation/storekit/skadnetwork/configuring_the_participating_apps
But :
Facebook says that 2 SKAdNetworkIdentifiers should be added in the app plist, and it is not clear to me whether the facebook sdk is required or not when you run a facebook campaign https://developers.facebook.com/docs/SKAdNetwork
In the same way, Google lists the required SKAdNetworkIdentifiers and says the "Google Mobile Ads SDK" is required.
All I want to do is to get installs reported in my facebook campaigns dashboard and Google Ads campaigns dashboard, to know my cpi. Does it mean I only have to call registerAppForAdNetworkAttribution() from this app? (and not add any sdk, any SKAdNetworkIdentifier or whatever... really that simple?)
Will Facebook and Google get the installations reported anonymously "magically" ?