次の方法で共有


ConversionGoalAdditionalField 値セット - キャンペーン管理

GetConversionGoalsByIds と GetConversionGoalsByTagIds を呼び出すときに要求できる、省略可能な変換目標プロパティの一覧を定義します。 追加のフィールド値を使用すると、現在のバージョンの Campaign Management API を使用して最新の機能を取得できます。次のバージョンでは、対応するプロパティが既定でコンバージョン目標に含まれます。

構文

<xs:simpleType name="ConversionGoalAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ViewThroughConversionWindowInMinutes" />
        <xs:enumeration value="IsExternallyAttributed" />
        <xs:enumeration value="GoalCategory" />
        <xs:enumeration value="InactiveDueToTagUnavailable" />
        <xs:enumeration value="AttributionModelType" />
        <xs:enumeration value="IsEnhancedConversionsEnabled" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

ConversionGoalAdditionalField 値セットには、AttributionModelTypeGoalCategoryInactiveDueToTagUnavailableIsEnhancedConversionsEnabledIsExternallyAttributedViewThroughConversionWindowInMinutes の値があります。

説明
AttributionModelType 変換目標で使用される属性モデル LastTouch または LastClick を決定します。
GoalCategory 返された各 ConversionGoal オブジェクトに GoalCategory 要素を含むように要求します。
InactiveDueToTagUnavailable 返される各 ConversionGoal オブジェクトに InactiveDueToTagUnavailable 値を含むように要求します。

この状態は、既定では TagInactive として表されます。 Microsoft Advertising に格納されている状態が InactiveDueToTagUnavailable であるかどうかを検出するには、要求に InactiveDueToTagUnavailable を含める必要があります。
IsEnhancedConversionsEnabled コンバージョン目標に対して拡張コンバージョンを有効にするかどうかを決定します。

: 拡張変換目標を作成して設定 isEnhancedConversionsEnabled=trueするには、Microsoft Advertising UI を使用してアカウントのコンバージョン目標を作成し、拡張変換設定を選択し、関連付けられているチェック ボックスをオンにする必要があります。
IsExternallyAttributed 返される各 OfflineConversionGoal オブジェクト内に IsExternallyAttributed 要素を含むように要求します。
ViewThroughConversionWindowInMinutes 返される各 ConversionGoal オブジェクトに ViewThroughConversionWindowInMinutes 要素を含める必要があります。

要件

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

Used By

GetConversionGoalsByIds
GetConversionGoalsByTagIds