Method: customers.suggestKeywordThemes

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

בקשת HTTP

POST https://googleads.googleapis.com/v14/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

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