共用方式為


CampaignAdGroupIds 數據物件 - 營銷活動管理

識別要匯入的營銷活動及其廣告群組清單。

<xs:complexType name="CampaignAdGroupIds" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ActiveAdGroupsOnly" nillable="true" type="xs:boolean">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element xmlns:q144="http://schemas.microsoft.com/2003/10/Serialization/Arrays" name="AdGroupIds" nillable="true" type="q144:ArrayOflong" />
    <xs:element name="CampaignId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

元素

CampaignAdGroupIds 物件具有下列元素:ActiveAdGroupsOnlyAdGroupIdsCampaignId

元素 描述 資料類型
ActiveAdGroupsOnly 判斷是否要包含暫停的廣告群組,或只匯入作用中的廣告群組。

預設不會傳回這個專案。 若要取得此元素,請在呼叫 GetImportJobsByIdsGetImportResults 服務作業時,在 ReturnAdditionalFields 元素中包含 ActiveAdGroupsOnly 值。

如果此元素 為 true ,且未設定 AdGroupIds ,則只會匯入行銷活動的使用中廣告群組。 將不會匯入已暫停的廣告群組。

如果此元素為 false 或空白,則會匯入所有行銷活動的廣告群組。

如果在 AdGroupIds 元素中選取特定廣告群組,則會忽略此元素。
布爾
AdGroupIds 識別要在營銷活動內匯入的特定廣告群組清單。

如果此元素為 nil 或空白,請包含行銷活動的所有廣告群組。 ActiveAdGroupsOnly 元素會決定要包含暫停的廣告群組,還是只匯入作用中的廣告群組。
long 陣列
CampaignId 識別要匯入的營銷活動。

需求

服務: CampaignManagementService.svc v13
命名空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

GoogleImportJob