次の方法で共有


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 オブジェクトには、AdjustmentCurrencyCodeAdjustmentTime、AdjustmentTypeAdjustmentValueConversionNameTransactionId という要素があります。

要素 説明 データ型
AdjustmentCurrencyCode 再設定されたオンライン換算の通貨コード。

詳細については、「 通貨」を参照してください。

適用:AdjustmentType が "Restate" に設定され、それ以外の場合、このフィールドは無視されます。 修正を使用して調整通貨コードを指定しない場合は、目標の ConversionGoalRevenueCurrencyCode 要素が使用されます。
string
AdjustmentTime 調整が行われた日時。

調整時間を元のオフライン 変換日時より早くすることはできません。

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

適用: 必須
dateTime
AdjustmentType オンライン変換を取り消すか、リレートするかを決定します。

この値が "Restate" の場合、指定した MicrosoftClickId に以前に属性が設定されていたオフライン変換は、新しい AdjustCurrencyCodeAdjustTime、および AdjustValue に従って調整されます。

この値が "取り消し" の場合、指定した MicrosoftClickId に以前に属性が設定されていたオフライン変換は取り消されるか削除されます。

適用: 必須
string
AdjustmentValue 調整されたオンライン変換値。

適用:AdjustmentType が "Restate" に設定されている場合は必須です。それ以外の場合は、このフィールドを設定しないでください。
ダブル
ConversionName 変換目標名。

この名前は既存のコンバージョン目標名と一致している必要があります。それ以外の場合、オンラインコンバージョン目標データは適用されません。

適用: 必須
string
TransactionId このトランザクションの ID。 string

要件

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

Used By

ApplyOnlineConversionAdjustments