Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this questionI'm Curious about how all the ad mechanism works. Let's say I publish my app using 5 networks (ad开发者_Go百科Mob,inMobi, etc...). Each network gives me a slice of code to incorporate inside my initialization function, so when the app is downloaded, the report will be sent.
Now, someone downloaded my app using one of these networks, let's say by pressing an adMob banner. Is there a way for my app to know at startup that it was downloaded using adMob, so I won't call all the other 4 network initialization code? I don't see a point making all these redundant calls.
Thanks
Well if it is an iPhone/iOS app it's always downloaded via iTunes App Store so there is no way to see which banner network is just to download your app.
精彩评论