Edit

ConversionGoalAdditionalField Value Set - Campaign Management

Defines a list of optional conversion goal properties that you can request when calling GetConversionGoalsByIds and GetConversionGoalsByTagIds. The additional field values enable you to get the latest features using the current version of Campaign Management API, and in the next version the corresponding properties will be included in the conversion goal by default.

Syntax

<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:enumeration value="IsAutoGoal" />
        <xs:enumeration value="DataDrivenAttribute" />
        <xs:enumeration value="ApplicationDownloadGoal" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ConversionGoalAdditionalField value set has the following values: ApplicationDownloadGoal, AttributionModelType, DataDrivenAttribute, GoalCategory, InactiveDueToTagUnavailable, IsAutoGoal, IsEnhancedConversionsEnabled, IsExternallyAttributed, ViewThroughConversionWindowInMinutes.

Value Description
ApplicationDownloadGoal Request that the AppDownload value be included within each returned ConversionGoalType object.
AttributionModelType Determines which attribution model, LastTouch, LastClick, or DataDriven is used with a conversion goal.
DataDrivenAttribute Request that the DataDriven element be included within each returned AttributionModelType object.
GoalCategory Request that the GoalCategory element be included within each returned ConversionGoal object.
InactiveDueToTagUnavailable Request that the InactiveDueToTagUnavailable value be included within each returned ConversionGoal object.

This status is represented as TagInactive by default. To discover whether the status stored in Microsoft Advertising is InactiveDueToTagUnavailable, you must include InactiveDueToTagUnavailable in the request.
IsAutoGoal Request that the IsAutoGoal element be included within each returned ConversionGoal object.
IsEnhancedConversionsEnabled Determines whether enhanced conversions are enabled for a conversion goal.
IsExternallyAttributed Request that the IsExternallyAttributed element be included within each returned OfflineConversionGoal object.
ViewThroughConversionWindowInMinutes Request that the ViewThroughConversionWindowInMinutes element be included within each returned ConversionGoal object.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GetConversionGoalsByIds
GetConversionGoalsByTagIds