SkAdNetworkIdentityShare

/api/v2/apple_apps/<app_id>/sk_ad_network_ids/share.json

This resource allows you to allocate SkAd Network campaign identifiers to another user.

You can determine how many identifiers are available and how many have already been allocated to agents using the MobileApps resource.

POST

Request example:

POST /api/v2/apple_apps/123456/sk_ad_network_ids/share.json

{
  "count": 50,
  "username": "example@mail.ru"
}

Returns an empty response with status code 204.