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 オブジェクトには、ActiveAdGroupsOnly、AdGroupIds、CampaignId という要素があります。
要素 | 説明 | データ型 |
---|---|---|
ActiveAdGroupsOnly | 一時停止した広告グループを含めるか、アクティブな広告グループのみをインポートするかを指定します。 この要素は既定では返されません。 この要素を取得するには、 GetImportJobsByIds および GetImportResults サービス操作を呼び出すときに、ReturnAdditionalFields 要素に ActiveAdGroupsOnly 値 を 含めます。 この要素が true で 、 AdGroupIds が設定されていない場合、キャンペーンのアクティブな広告グループのみがインポートされます。 一時停止された広告グループはインポートされません。 この要素が false または空の場合、キャンペーンのすべての広告グループがインポートされます。 AdGroupIds 要素で特定の広告グループが選択されている場合、この要素は無視されます。 |
boolean |
AdGroupIds | キャンペーン内でインポートする特定の広告グループの一覧を識別します。 この要素が nil または空の場合は、キャンペーンのすべての広告グループを含めます。 ActiveAdGroupsOnly 要素は、一時停止されている広告グループを含めるか、アクティブな広告グループのみをインポートするかを決定します。 |
long 配列 |
CampaignId | インポートするキャンペーンを識別します。 | long |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13