AccountAdditionalField Value Set - Customer Management
Defines a list of optional account properties that you can request when calling GetAccount, FindAccountsOrCustomersInfo, and SearchAccounts. The additional field values enable you to get the latest features using the current version of Customer Management API, and in the next version the corresponding properties will be included in the account by default.
Syntax
<xs:simpleType name="AccountAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="TaxCertificate" />
<xs:enumeration value="AccountMode" />
<xs:enumeration value="CouponClaimInfo" />
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
Values
The AccountAdditionalField value set has the following values: AccountMode, CouponClaimInfo, TaxCertificate.
Value | Description |
---|---|
AccountMode | Request that the AccountMode element be included within each returned AdvertiserAccount or AccountInfoWithCustomerData object. |
CouponClaimInfo | Request that the CouponClaimInfo element be included within each returned AdvertiserAccount object. |
TaxCertificate | Request that the TaxCertificate element be included within each returned AdvertiserAccount object. |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13