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?
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.