SeasonalityAdjustment Data Object - Campaign Management
Defines a data object for the seasonality adjustment.
<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>
Elements
The SeasonalityAdjustment object has the following elements: AdjustmentPercentage, CampaignAssociations, CampaignTypeFilter, Description, DeviceTypeFilter, EndDate, Id, Name, StartDate.
Element | Description | Data Type |
---|---|---|
AdjustmentPercentage | The percentage of the conversion rate adjustment. | double |
CampaignAssociations | Make the seasonality adjustment to these campaigns. | CampaignAssociation array |
CampaignTypeFilter | Make the seasonality adjustment to these campaign types. | CampaignType |
Description | A description for the seasonality adjustment. | string |
DeviceTypeFilter | Make the seasonality adjustment to these device types. | DeviceType |
EndDate | The end date. Important: The value must be in your account time zone. This differs from the time zone options when you upload offline conversions in the Microsoft Advertising web application. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types. |
dateTime |
Id | The seasonality adjustment ID. | long |
Name | The name of the seasonality adjustment. | string |
StartDate | The start date. Important: The value must be in your account time zone. This differs from the time zone options when you upload offline conversions in the Microsoft Advertising web application. For information about the format of the date and time, see the dateTime entry in Primitive XML Data Types. |
dateTime |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
AddSeasonalityAdjustments
GetSeasonalityAdjustmentsByAccountId
GetSeasonalityAdjustmentsByIds
UpdateSeasonalityAdjustments