주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
KeywordPlanCampaignKeyword
키워드 계획 캠페인 키워드. 캠페인 키워드에는 제외 키워드만 지원됩니다.
JSON 표현 |
{
"resourceName": string,
"matchType": enum (KeywordMatchType ),
"keywordPlanCampaign": string,
"id": string,
"text": string,
"negative": boolean
} |
필드 |
resourceName |
string
변경할 수 없습니다. 키워드 계획 캠페인 키워드의 리소스 이름입니다. KeywordPlanCampaignKeyword 리소스 이름의 형식은 다음과 같습니다. customers/{customerId}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id}
|
matchType |
enum (KeywordMatchType )
키워드 검색 유형입니다.
|
keywordPlanCampaign |
string
이 제외 키워드가 속한 키워드 계획 캠페인입니다.
|
id |
string (int64 format)
출력 전용입니다. 키워드 계획 제외 키워드의 ID입니다.
|
text |
string
키워드 텍스트입니다.
|
negative |
boolean
변경할 수 없습니다. true이면 키워드가 제외 키워드입니다. true로 설정해야 합니다. 캠페인 제외 키워드만 지원됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-05(UTC)
[null,null,["최종 업데이트: 2024-11-05(UTC)"],[[["Keyword Plan Campaign keywords only support negative keywords, which are used to exclude search terms from your campaigns."],["Each keyword is defined by its match type, the campaign it belongs to, an ID, the keyword text itself, and a flag indicating its negative status."],["The keyword data is structured in JSON format with specific fields for resource name, match type, campaign, ID, text, and negativity."],["Negative keywords in Keyword Plan Campaigns help refine targeting by preventing ads from showing on irrelevant searches, ultimately improving campaign performance."]]],[]]