احتیاط: شما در حال مشاهده اسناد رابط REST API هستید. اکثر کتابخانه های مشتری رسمی ما از gRPC استفاده می کنند. برای جزئیات بیشتر به
مقدمه REST مراجعه کنید.
KeywordPlanCampaignKeyword
کلمه کلیدی کمپین طرح کلمه کلیدی. فقط کلمات کلیدی منفی برای کلمه کلیدی کمپین پشتیبانی می شوند.
نمایندگی JSON |
---|
{
"resourceName": string,
"matchType": enum (KeywordMatchType ),
"keywordPlanCampaign": string,
"id": string,
"text": string,
"negative": boolean
} |
فیلدها |
---|
resourceName | string تغییرناپذیر. نام منبع کلیدواژه کمپین طرح کلمه کلیدی. KeywordPlanCampaign نام منابع کلمات کلیدی به شکل زیر است: customers/{customerId}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id} |
matchType | enum ( KeywordMatchType ) نوع تطبیق کلمه کلیدی |
keywordPlanCampaign | string کمپین Keyword Plan که این کلمه کلیدی منفی به آن تعلق دارد. |
id | string ( int64 format) فقط خروجی شناسه کلمه کلیدی منفی طرح کلیدواژه. |
text | string متن کلمه کلیدی |
negative | boolean تغییرناپذیر. اگر درست باشد، کلمه کلیدی منفی است. باید روی true تنظیم شود. فقط کلمات کلیدی منفی کمپین پشتیبانی می شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی."],[[["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"]]