ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ 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)
เอาต์พุตเท่านั้น รหัสคีย์เวิร์ดเชิงลบของแผนคีย์เวิร์ด
|
text |
string
ข้อความคีย์เวิร์ด
|
negative |
boolean
เปลี่ยนแปลงไม่ได้ หากจริง คีย์เวิร์ดจะเป็นเชิงลบ ต้องตั้งค่าเป็น "จริง" รองรับเฉพาะคีย์เวิร์ดเชิงลบของแคมเปญเท่านั้น
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 2025-03-06 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."]]],["This outlines the structure for a Keyword Plan Campaign keyword, which exclusively supports negative keywords. Key data includes: `resourceName` (unique identifier), `matchType` (keyword matching), `keywordPlanCampaign` (associated campaign), `id` (system-generated ID), `text` (keyword value), and `negative` (boolean set to `true` indicating it's a negative keyword). Only the JSON fields of the negative keywords are defined in the structure.\n"]]