זהירות: אתה צופה בתיעוד עבור ממשק ה-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)
פלט בלבד. המזהה של מילת המפתח השלילית בתוכנית מילות המפתח.
|
text |
string
הטקסט של מילת המפתח.
|
negative |
boolean
בלתי ניתן לשינוי. אם הערך הוא True, מילת המפתח תהיה שלילית. צריך להגדיר את הערך כ-True. יש תמיכה רק במילות מפתח שליליות בקמפיינים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]