CampaignScope データ オブジェクト - 一括

ダウンロードするキャンペーンを識別するオブジェクトを定義します。

構文

<xs:complexType name="CampaignScope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CampaignId" type="xs:long" />
    <xs:element minOccurs="0" name="ParentAccountId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

要素

CampaignScope オブジェクトには、CampaignIdParentAccountId という要素があります。

要素 説明 データ型
CampaignId ダウンロードするキャンペーンの識別子。 long
ParentAccountId ダウンロードするキャンペーンを所有するアカウントの識別子。 long

要件

サービス: BulkService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13

Used By

DownloadCampaignsByCampaignIds