Method: customers.suggestKeywordThemes

קבלת הצעות לנושאים של מילות מפתח לצורך פרסום.

בקשת HTTP

POST https://googleads.googleapis.com/v16/customers/{customerId}:suggestKeywordThemes

בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.

פרמטרים של נתיב

פרמטרים
customerId

string

חובה. המזהה של הלקוח.

גוף הבקשה

גוף הבקשה מכיל נתונים במבנה הבא:

ייצוג JSON
{
  "suggestionInfo": {
    object (SmartCampaignSuggestionInfo)
  }
}
שדות
suggestionInfo

object (SmartCampaignSuggestionInfo)

חובה. מידע לקבלת הצעות לנושאים של מילות מפתח. שדות חובה:

  • suggestionInfo.final_url
  • suggestionInfo.language_code
  • suggestionInfo.geo_target

שדות מומלצים:

  • suggestionInfo.business_setting

גוף התשובה

הודעת תשובה לגבי SmartCampaignSuggestService.SuggestKeywordThemes.

אם הפעולה בוצעה ללא שגיאות, גוף התשובה מכיל נתונים במבנה הבא:

ייצוג JSON
{
  "keywordThemes": [
    {
      object (KeywordTheme)
    }
  ]
}
שדות
keywordThemes[]

object (KeywordTheme)

הצעות לנושאים של מילות מפתח בקמפיינים חכמים

היקפי הרשאות

נדרש היקף ההרשאות הבא של OAuth:

  • https://www.googleapis.com/auth/adwords

למידע נוסף, עיינו בסקירה הכללית על OAuth 2.0.

KeywordTheme

הצעה לנושא של מילות מפתח לקמפיין חכם.

ייצוג JSON
{

  // Union field keyword_theme can be only one of the following:
  "keywordThemeConstant": {
    object (KeywordThemeConstant)
  },
  "freeFormKeywordTheme": string
  // End of list of possible types for union field keyword_theme.
}
שדות
שדה איחוד keyword_theme. נושא של מילות מפתח. keyword_theme יכול להיות רק אחד מהבאים:
keywordThemeConstant

object (KeywordThemeConstant)

נושא קבוע של מילות מפתח בקמפיין חכם.

freeFormKeywordTheme

string

נושא של מילות מפתח בטקסט חופשי.