그래프 API 버전

POST and DELETE Custom Audience Ad Accounts

읽기

이 엔드포인트에서 수행할 수 없는 작업입니다.

만들기

다음 경로에서 ad_accounts 에지에 POST 요청을 만들 수 있습니다:
이 에지에 게시할 때 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
],
}
],
}

오류 코드

오류설명
100Invalid parameter

업데이트 중

이 엔드포인트에서 수행할 수 없는 작업입니다.

삭제 중

/{custom_audience_id}/ad_accounts에 DELETE 요청을 만들어 a CustomAudience에서 an AdAccount을(를) 분리할 수 있습니다.

매개변수

매개변수설명
adaccounts
list<numeric string>

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

반환 유형

Struct {
success: bool,
}

오류 코드

오류설명
100Invalid parameter