Версия API Graph

POST and DELETE Custom Audience Ad Accounts

Чтение

Нельзя выполнить эту операцию в этой конечной точке.

Создание

Вы можете сделать запрос POST к границе ad_accounts из этих местоположений:
При размещении публикации на этой границе создается an AdAccount.

Параметры

ПараметрОписание
adaccounts
list<numeric string>

Array of new ad account IDs to receive access to the custom audience

permissions
string

targeting or targeting_and_insights. If targeting the recipient ad account can target the audience in ads. targeting_and_insights also allows recipient account to view the audience in Audience Insights tool

relationship_type
array<string>

relationship_type

replace
boolean

true or false. If true the list of adaccounts provided in the call will replace the existing set of ad accounts this audience is shared with.

Тип возврата

Эта конечная точка поддерживает чтение после записи и будет считывать узел, в который вы сделали публикацию.
Struct {
success: bool,
sharing_data: List [
Struct {
ad_acct_id: string,
business_id: numeric string,
audience_share_status: string,
errors: List [
string
],
}
],
}

Error Codes

ОшибкаОписание
100Invalid parameter

Обновление

Нельзя выполнить эту операцию в этой конечной точке.

Удаление

Вы можете отменить связывание an AdAccount и a CustomAudience, отправив запрос DELETE на адрес /{custom_audience_id}/ad_accounts.

Параметры

ПараметрОписание
adaccounts
list<numeric string>

Array of ad account IDs to revoke access to the custom audience

Тип возврата

Struct {
success: bool,
}

Error Codes

ОшибкаОписание
100Invalid parameter