共用方式為


KeywordIdea 資料物件 - Ad Insight

定義物件,其中包含具有歷史統計資料的建議關鍵字,例如每月搜尋量、競賽、建議的最低報價,以及廣告曝光率共用。

語法

<xs:complexType name="KeywordIdea" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AdImpressionShare" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Competition" nillable="true" type="tns:CompetitionLevel" />
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element xmlns:q24="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="MonthlySearchCounts" nillable="true" type="q24:ArrayOflong" />
    <xs:element minOccurs="0" name="Relevance" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Source" nillable="true" type="tns:SourceType" />
    <xs:element minOccurs="0" name="SuggestedBid" nillable="true" type="xs:double" />
  </xs:sequence>
</xs:complexType>

元素

KeywordIdea物件具有下列元素:AdGroupIdAdGroupNameAdImpressionShareCompetitionKeywordMonthlySearchCountsRelevanceSourceSuggestedBid

元素 說明 資料類型
AdGroupId 負廣告群組識別碼,會將關鍵字想法分組為建議的新廣告群組。 不支援現有廣告群組識別碼的關鍵字構想。

如果廣告群組識別碼為 Null,則關鍵字 idea Source 元素會設定為 Seed,而且沒有任何特定的建議廣告群組。
AdGroupName 關鍵字概念的建議廣告組名。

如果廣告組名為 Null,則關鍵字 idea Source 元素會設定為 Seed,而且沒有任何特定的建議廣告群組。
string
AdImpressionShare 廣告曝光數共用是您收到的曝光數,除以您目標位置和網路的搜尋總數,與上一個日曆月份中的關鍵字完全相符。
競爭 取決於此關鍵字的廣告商數目,相對於 Microsoft Advertising 中的所有其他關鍵字。 CompetitionLevel
關鍵字 建議的關鍵字。 string
MonthlySearchCounts 在您選取的日期範圍和目標設定內,每個月使用此關鍵字作為搜尋字詞的次數。

根據預設,清單的大小為 12,而且會傳回過去 12 個月的可用資料。 搜尋計數的排序次序是從最近月份的資料開始,在 MonthlySeachCounts[0]

前一個日曆月份的資料最多可能需要 72 小時才能使用。 例如,如果您在 8 月 1 日、2 日或 3 日要求關鍵字構想,且 7 月的資料尚未就緒,則回應會以 6 月的資料為基礎。 如果您未在GetKeywordIdeas要求中包含DateRangeSearchParameter,則您將無法確認第一個清單專案是上個月或上個月的資料。 如果指定日期範圍,但最近一個月的資料尚無法使用, 則 GetKeywordIdeas 會傳回錯誤。
long 陣列
關聯 關鍵字相關性分數。

較高的相關性表示「更相關」。 沒有定義的範圍,但舉例來說,您可能會看到 1.00 或 87,083.82 等值。 雖然不會顯示這些值,但相關性是用來依 Microsoft Advertising UI 中的相關性來排序關鍵字 Planner 結果。
關鍵字的來源或種子。 SourceType
SuggestedBid 這個關鍵字的建議最低要求。 我們會使用您包含的位置和網路準則,以及) 廣告商支付此關鍵字的平均每鍵 (成本,來建立此建議。 此數量只是估計值,而您實際的一個的一定數量可能會有所不同。

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

GetKeywordIdeas