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

現在可能な変換目標の種類を定義します。

構文

<xs:simpleType name="ConversionGoalType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Url" />
        <xs:enumeration value="Duration" />
        <xs:enumeration value="PagesViewedPerVisit" />
        <xs:enumeration value="Event" />
        <xs:enumeration value="AppInstall" />
        <xs:enumeration value="OfflineConversion" />
        <xs:enumeration value="InStoreTransaction" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

ConversionGoalType 値セットの値は、AppInstallDurationEventInStoreTransactionOfflineConversionPagesViewedPerVisitUrl です。

説明
AppInstall AppInstallGoal を参照します
期間 DurationGoal を参照します
イベント EventGoal を参照します
InStoreTransaction InStoreTransactionGoal を参照します
OfflineConversion OfflineConversionGoal を参照します
PagesViewedPerVisit PagesViewedPerVisitGoal を参照します
Url UrlGoal を参照します

要件

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

Used By

ConversionGoal
GetConversionGoalsByIds
GetConversionGoalsByTagIds