OnlineConversionAdjustment 数据对象 - 市场活动管理
定义要收回或重述联机转换的对象。
语法
<xs:complexType name="OnlineConversionAdjustment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AdjustmentCurrencyCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AdjustmentTime" type="xs:dateTime" />
<xs:element minOccurs="0" name="AdjustmentType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AdjustmentValue" nillable="true" type="xs:double" />
<xs:element minOccurs="0" name="ConversionName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
元素
OnlineConversionAdjustment 对象具有以下元素:AdjustmentCurrencyCode、AdjustmentTime、AdjustmentType、AdjustmentValue、ConversionName、TransactionId。
元素 | 说明 | 数据类型 |
---|---|---|
AdjustmentCurrencyCode | 重述在线换算的货币代码。 有关详细信息,请参阅 货币。 应用: 如果 AdjustmentType 设置为“Restate”,则是必需的,否则忽略此字段。 如果未使用重述指定调整货币代码,则使用目标 ConversionGoalRevenue 的 CurrencyCode 元素。 |
string |
AdjustmentTime | 发生调整的日期和时间。 调整时间不能早于原始脱机 转换日期和时间。 重要: 该值必须采用协调世界时 (UTC) 。 这与在 Microsoft Advertising Web 应用程序中上传脱机转换时的时区选项不同。 有关日期和时间格式的信息,请参阅 基元 XML 数据类型中的 dateTime 条目。 应用: 必填 |
dateTime |
AdjustmentType | 确定是收回还是重述联机转换。 如果此值为“Restate”,则会根据新的 AdjustmentCurrencyCode、AdjustmentTime 和 AdjustmentValue 调整以前归因于指定 MicrosoftClickId 的脱机转换。 如果此值为“Retract”,则将收回或删除以前归因于指定 MicrosoftClickId 的脱机转换。 应用: 必填 |
string |
AdjustmentValue | 调整后的联机转换值。 应用: 如果 AdjustmentType 设置为“Restate”,则是必需的,否则不应设置此字段。 |
双 |
ConversionName | 转换目标名称。 此名称必须与现有转换目标名称匹配,否则将不应用联机转换目标数据。 应用: 必填 |
string |
TransactionId | 此事务的 ID。 | string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13