itunesconnect-analytics

Apple iTunes Connect Analytics: attribution provider and campaign id value passing to the app delegate

不问归期 提交于 2019-12-03 06:48:08
问题 The new iTunes connect has analytics features now. You can specify the provider (pid) id and campaign id (cid) in the url. e.g. https://itunes.apple.com/fr/app/candy-crush-saga/id553834731?mt=8&pid=1234&cid=My_Campaign Can you pass those values into the app for various purposes? I could not find anything that points to that, even after checking: didFinishLaunchingWithOptions:(NSDictionary *)launchOptions ref: http://www.applift.com/blog/new-era-attribution-analytics.html 回答1: Unfortunately

Apple iTunes Connect Analytics: attribution provider and campaign id value passing to the app delegate

天大地大妈咪最大 提交于 2019-12-02 20:27:41
The new iTunes connect has analytics features now. You can specify the provider (pid) id and campaign id (cid) in the url. e.g. https://itunes.apple.com/fr/app/candy-crush-saga/id553834731?mt=8&pid=1234&cid=My_Campaign Can you pass those values into the app for various purposes? I could not find anything that points to that, even after checking: didFinishLaunchingWithOptions:(NSDictionary *)launchOptions ref: http://www.applift.com/blog/new-era-attribution-analytics.html Unfortunately these params are not passed into the app. They are only used for iTunes Connect stats. Here are the two common