次の方法で共有


SeasonalityAdjustment データ オブジェクト - キャンペーン管理

季節性調整のデータ オブジェクトを定義します。

構文

<xs:complexType name="SeasonalityAdjustment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdjustmentPercentage" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="CampaignAssociations" nillable="true" type="tns:ArrayOfCampaignAssociation" />
    <xs:element minOccurs="0" name="CampaignTypeFilter" nillable="true" type="tns:CampaignType" />
    <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="DeviceTypeFilter" nillable="true" type="tns:DeviceType" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>

要素

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

要素 説明 データ型
AdjustmentPercentage 換算レート調整の割合。 ダブル
CampaignAssociations これらのキャンペーンに季節性を調整します。 CampaignAssociation 配列
CampaignTypeFilter これらのキャンペーンタイプに季節性を調整します。 CampaignType
説明 季節性調整の説明。 string
DeviceTypeFilter これらのデバイスの種類に合わせた季節性の調整を行います。 DeviceType
EndDate 終了日。

大事な: 値は協定世界時 (UTC) である必要があります。 これは、Microsoft Advertising Web アプリケーションでオフライン コンバージョンをアップロードするときのタイム ゾーン オプションとは異なります。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。
dateTime
Id 季節性調整 ID。 long
名前 季節性調整の名前。 string
StartDate 開始日。

大事な: 値は協定世界時 (UTC) である必要があります。 これは、Microsoft Advertising Web アプリケーションでオフライン コンバージョンをアップロードするときのタイム ゾーン オプションとは異なります。 日付と時刻の形式については、「 プリミティブ XML データ型」の dateTime エントリを参照してください。
dateTime

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

AddSeasonalityAdjustments
GetSeasonalityAdjustmentsByAccountId
GetSeasonalityAdjustmentsByIds
UpdateSeasonalityAdjustments