Apple Search Ads - Create Certificate button missing

I am trying to create a certificate to upload my MMP (Adjust). I login to my ASA account with Admin and open the API tab. I can see the previously created certificates, however I cannot find the "Create Certificate" button which was there few month before. I also tried in Safari and other browsers, no chance.
Post not yet marked as solved Up vote post of gbesler Down vote post of gbesler
3.1k views
  • Also struggling with this - any luck solving?

  • Same here.. the button disappeared in the last few days. any solutions?

Add a Comment

Replies

Did you manage to resolve this?
Same problem, did you manage to find solution?

Same problem, also asked apple support weeks ago but they just respond, that the request is forwarded to customer partner team and that they have a lot of requests in the moment. Struggeling since 3 weeks with this issue.

You can use OAuth2 replaces key and certificate credentials authentication in previous versions of the API.  

Please note, at this time, you need to invite a new user to your Apple Search Ads account and provide them one of the API user roles (API Account Manager, API Account Read Only) in order to create and edit an API Public Key in UI. Only these API user roles above are able to create and edit an API Public Key within your Apple Search Ads account.

For more details regarding Apple Search Ads API process, please reference:

Implementing OAuth for the Apple Search Ads API

Note: Apple updated Apple Search Ads API v4

For example:

When you have accessToken try this curl

curl --request GET \
  --url https://api.searchads.apple.com/api/v4/me \
  --header 'Authorization: Bearer {access_token}' \
  --header 'X-AP-Context: orgId={your_orgID}