Questions tagged [apple-search-ads]
20 questions
8
votes
0 answers
Apple search popularity api usage?
I've been trying to find some documentation or usage examples for the apple search popularity api introduced in 2016.
Can anyone tell me anything about it and how I can use it?

Jules
- 7,568
- 14
- 102
- 186
5
votes
2 answers
How do I test Apple's new Search Ads Attribution API?
Here is the code I'm using. How can I test attributionDetails from Apple so I can ensure my Search Ads Attribution API code is working properly? Apple provides little to no details (https://searchads.apple.com/help/measure-results/#attribution-api)…

Ethan Allen
- 14,425
- 24
- 101
- 194
4
votes
0 answers
Apple Search Ads rate limit
The official documentation of Apple Search Ads does not mention any rate limits. https://developer.apple.com/documentation/apple_search_ads , but while trying to call the API through a script, I ran into 429 responses. Where can the official rate…

lovepreetsofto
- 51
- 3
3
votes
0 answers
How do I track the subscription revenue for my Apple Search Ads correctly?
I've been trying to answer this question for months with the help of colleagues and even the Firebase support, but whenever I think I finally found the answer, it doesn't make sense anymore.
I'm trying to track the revenue we are making with our…

Christin
- 51
- 2
2
votes
1 answer
Can't verify JWT
I am trying to create a JWT token for apple search ads like in this example :
https://developer.apple.com/documentation/apple_search_ads/implementing_oauth_for_the_apple_search_ads_api
I generated my private key like this:
openssl ecparam -genkey…

luc
- 1,301
- 2
- 14
- 30
2
votes
1 answer
IOS Swift - Search Ad API requestAttributionDetails Just returns Nil
im trying to uses Apples Search Ad api to return the ad data to the app so I can record it. The first attempt produced Apples default data,the next day im getting nil returned on all attributes.
would this have something to do with it?…

James Nicholson
- 987
- 10
- 20
2
votes
2 answers
Apple search ads popularity index: how to get one programmatically?
The question is very simple how to get Apple search ads popularity index for any given keyword?
It's possible since i see a lot of ASO tools provide such metric. But there are not any open API documentation how to get this data.

Vlad Polyanskiy
- 2,589
- 2
- 18
- 21
2
votes
1 answer
How to get Search Ads App Attribution API information in Ionic/Cordova
Apple's Search Ads Attribution API seems pretty straight forward. I'm wondering if there's a plugin for this?

Nikola
- 14,888
- 21
- 101
- 165
2
votes
1 answer
Apple Search Ads + Localytics
How do you report Apple Search Ads attribution data to Localytics? I don't believe they are an integration partner. I can easily get the information myself by calling requestAttributionDetailsWithBlock on app launch but then how do I properly report…

Joel
- 15,654
- 5
- 37
- 60
1
vote
1 answer
How to create an Apple Search Ads API certificate?
I wan to setup Adjust and it needs a certificate and private key from Apple's Search Ads page. When I am on the "Search Ads" > "API" page, there is NO 'Create Certificate' button or something else (of course I'm the admin).

Jan Hecker
- 61
- 1
- 10
1
vote
1 answer
Tax Verification Pending. Apple Search Ads
I created campaigns in Apple Search Ads.
I created some Ad Groups in every campaign.
Campaign has status Tax Verification Pending.
Campaign in this status is already 3 days.
How to start Campaigns?
Card for payment was connected to this account.

Viktor
- 1,155
- 14
- 23
1
vote
1 answer
Apple Search Ads API Ad Group Bid
I'm trying to update ad group bids for a campaign.
Sending this data:
{"id": 12345, "campaignId": 6789, "name": "campaign", "defaultCPCBid":
{"amount": "0.58", "currency": "USD"}}
Getting this…

nia4life
- 333
- 1
- 5
- 17
1
vote
1 answer
AppleSearchingAds: Why 'iad_attribution' is always 'true' for dev build?
We're implementing Searching Ads attribution to the build to detect all users which installed the app by clicking Searching Ad from the Apple.
During testing, I have two problems which I cannot understand:
- case 1: I installed the build from…

Anastasia
- 11
- 2
1
vote
1 answer
Apple search ads after app update
So,
I have a search ad campaign set up.
Apple kindly make the advert for you based on your screenshots and icon etc.
I have just updated my app with a new icon, design and screenshots. Although the release is in the app store, my app campaign ads…

Tom Bates
- 586
- 1
- 6
- 14
0
votes
0 answers
Apple search ads API put request 400 recieved python
I am required to change some data in a campaign using the apple search ads API which I haven't used before. I have managed to generate a token and do a get request for the data but when I make a put request the response received is an…

user13474505
- 21
- 4