ConversionGoalRevenueType Value Set - Campaign Management

Defines conversion goal revenue models that you can use to track how much each conversion is worth to your business.

Syntax

<xs:simpleType name="ConversionGoalRevenueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="FixedValue" />
    <xs:enumeration value="VariableValue" />
    <xs:enumeration value="NoValue" />
  </xs:restriction>
</xs:simpleType>

Values

The ConversionGoalRevenueType value set has the following values: FixedValue, NoValue, VariableValue.

Value Description
FixedValue Each time it happens, the conversion has the same value.
NoValue Don't assign a value for the conversion.
VariableValue The value of the conversion may vary for example, by purchase price. You'll need to customize your UET tag tracking code to report variable revenue. For more information, see How to report variable revenue with UET.

Requirements

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

Used By

ConversionGoalRevenue