Campaign Links API

Hi,

I could not find it in the official documentation, so I assume it is not ready yet.

I wonder if there is any other way to create campaign links and get analytics on them programmatically.

Otherwise, what is the right place to submit a request for it? Or perhaps it is on the horizon already?

Answered by Engineer in 809751022

Campaign links are not currently available in the API. To manually generate links, please follow this guide: https://developer.apple.com/help/app-store-connect/view-app-analytics/manage-campaigns/

From a manually generated link, you can simply replace the ct= parameter to generate different valid campaign links. E.g. https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME1&mt=8 https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME2&mt=8 https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME3&mt=8

would be valid links for campaigns NAME1, NAME2, and NAME3.

I cannot comment on future plans, but I will pass along the feature request to the appropriate team.

Accepted Answer

Campaign links are not currently available in the API. To manually generate links, please follow this guide: https://developer.apple.com/help/app-store-connect/view-app-analytics/manage-campaigns/

From a manually generated link, you can simply replace the ct= parameter to generate different valid campaign links. E.g. https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME1&mt=8 https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME2&mt=8 https://apps.apple.com/app/apple-store/idXXXXX?pt=YYYY&ct=NAME3&mt=8

would be valid links for campaigns NAME1, NAME2, and NAME3.

I cannot comment on future plans, but I will pass along the feature request to the appropriate team.

Thanks for the answer!

I would be very much interested in receiving analytics (installs, proceeds) on the campaign link via the API.

Campaign Links API
 
 
Q