Apple Search Ads Connection Configuration
  • 07 Dec 2022
  • Dark
    Light
  • PDF

Apple Search Ads Connection Configuration

  • Dark
    Light
  • PDF

Article Summary

Note

This is a machine-translated version of the original Japanese article.
Please understand that some of the information contained on this page may be inaccurate.

summary

This page helps you set up connection information for Apple Search Ads.

Invite users

  1. Log in to the management screen with Account Admin privileges and invite a user with API execution permission from https://app.searchads.apple.com/cm/app/settings/users/invite.
    Select the user's API Account Read Only Role.

image.png

  1. Log in as the invited user and configure the following settings.

Get ClientID, Team ID, Key ID, Secret Key

  1. Run the following command to generate private-key.pem:
$ openssl ecparam -genkey -name prime256v1 -noout -out private-key.pem 
  1. Run the following command to generate public-key.pem:
$ openssl ec -in private-key.pem -pubout -out public-key.pem
  1. Go to your account settings from the Apple Search Ads extranet.
    * Please enter your ACCOUNT ID in the Organization ID.
    image.png

  2. Enter the contents of public-key.pem and click Save.

  3. Enter the clientId, teamId, and keyId displayed on the screen in Client ID, Team ID, and Key ID, respectively.
    image.png

  4. private-key.pem Enter the contents of the private key.


Was this article helpful?