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 the new customer acquisition goal data object.
Syntax
<xs:complexType name="NewCustomerAcquisitionGoal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AdditionalValue" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="Audiences" nillable="true" type="tns:ArrayOfAudienceIdName" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
</xs:sequence>
</xs:complexType>
Elements
The NewCustomerAcquisitionGoal object has the following elements: AdditionalValue, Audiences, Id.
| Element | Description | Data Type |
|---|---|---|
| AdditionalValue | Reserved. | decimal |
| Audiences | Reserved. | AudienceIdName array |
| Id | Reserved. | long |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
AddNewCustomerAcquisitionGoals
GetNewCustomerAcquisitionGoalsByAccountId
UpdateNewCustomerAcquisitionGoals