Edit

Share via


AnnotationOptOut Data Object - Campaign Management

Represents the annotation opt-out configuration for an account.

Syntax

<xs:complexType name="AnnotationOptOut" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AnnotationGroupId" type="xs:long" />
    <xs:element minOccurs="0" name="CustomerId" type="xs:long" />
    <xs:element minOccurs="0" name="IsOptOut" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>

Elements

The AnnotationOptOut object has the following elements: AccountId, AnnotationGroupId, CustomerId, IsOptOut.

Element Description Data Type
AccountId The account ID. long
AnnotationGroupId The annotation group ID.

The possible values are:
  • 17000 - Dynamic Locations
  • 17001 - Consumer Ratings
  • 17002 - Dynamic Ad Enhancements
  • 17003 - Dynamic Callouts
  • 17004 - Dynamic Partner Data enhancements
  • 17005 - Dynamic Sitelink
  • 17006 - Dynamic Structured Snippets
  • 17007 - Longer Ad Headlines
  • 17008 - Previous Visit
  • 17009 - Seller Ratings
  • 17011 - Dynamic Multimedia Extensions
  • 17013 - Syndication Only Decorations
  • 17014 - Business Logo
long
CustomerId The customer ID. long
IsOptOut Whether or not the entity is opted out. boolean

Requirements

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

Used By

GetAnnotationOptOut
UpdateAnnotationOptOut