Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines how your conversions are recorded within your chosen conversion window.
For example, you track two conversions: leads and sales. You pick Unique for leads and All for sales. When one ad click turns into two leads and two sales, it's counted as three conversions: one for the unique lead, and two for all the sales.
Syntax
<xs:simpleType name="ConversionGoalCountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="All" />
<xs:enumeration value="Unique" />
</xs:restriction>
</xs:simpleType>
Values
The ConversionGoalCountType value set has the following values: All, Unique.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13