App Store link builder
Build a correct App Store URL for any storefront, attach campaign parameters that App Store Connect will actually report on, and take away a QR code. The code is drawn here, not fetched from a generator that would see your link.
The storefront is part of the link
An App Store URL carries a two-letter country code, and it decides which storefront the visitor lands in — which means which price, which screenshots, and whether the app is listed at all. A link with the wrong code sends people to a page that may not have your app on it. If you want the visitor's own storefront rather than a fixed one, leave the code out entirely and Apple will redirect; the picker here is for when you deliberately want one country.
What the campaign parameters do
The provider token identifies your account and the campaign token names the campaign. Both have to be present for App Store Connect to attribute the visit, and the campaign token is the string you will be reading in the report six months from now, so give it a name that will still mean something. Apple's own documentation is the authority on which parameters are current; this tool builds the link and does not pretend to be that authority.
The QR code is generated here
Most QR generators are a form that posts your URL to a server and returns an image. That is a campaign link, so it is not usually a secret, but it is also not something you need to hand over. The encoder on this page is written into it: Reed-Solomon error correction, the eight mask patterns and the format bits, all at level M, which tolerates about fifteen per cent of the code being obscured.
FAQ
Where do I find my provider token?
In App Store Connect, under the campaign link tools for your app. It is the same token for every campaign on the account.
Can I paste a full URL instead of an ID?
Yes. Paste any App Store link and the numeric ID is taken out of it, so you can start from whatever your browser has.
How big should the printed code be?
The rule of thumb is one tenth of the scanning distance, so a code read from two metres wants to be about twenty centimetres. Keep the white margin — it is part of the symbol.
Does the link leave my browser?
No. The URL is assembled and the QR code is drawn on a canvas here, and the PNG is produced from that canvas.
Built by the GO AI team. App Store search · All free tools