Apple Search Ads Connection Configuration
- Print
- PDF
Apple Search Ads Connection Configuration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
summary
This is the help page for setting up Connection Configuration for Apple Search Ads.
Invite Users
- Log in to the administration screen with Account Admin privileges and invite users with API execution privileges from https://app.searchads.apple.com/cm/app/settings/users/invite.
SelectAPI Account Read Only
for the user's Role.
- Please log in as the user you have invited and configure the settings for the rest of the day.
Obtain ClientID, Team ID, Key ID, and private key
- Execute the following command to generate private-key.pem.
$ openssl ecparam -genkey -name prime256v1 -noout -out private-key.pem
- Execute the following command to generate public-key.pem.
$ openssl ec -in private-key.pem -pubout -out public-key.pem
From the Apple Search Ads administration page, navigate to your account settings (SETTINGS).
Please enter the ACCOUNT ID that can be confirmed at this time in the Organization ID field.
Enter the contents of public-key.pem and click save.
Enter the clientId, teamId, and keyId displayed on the screen into Client ID, Team Id, and Key ID, respectively.
Enter the contents of
private-key.pem
into your private key.
Was this article helpful?