BrandItem Data Object - Campaign Management
A data object for the BrandItem.
Syntax
<xs:complexType name="BrandItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SharedListItem">
<xs:sequence>
<xs:element minOccurs="0" name="BrandId" type="xs:long" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The BrandItem object has the following elements: BrandId.
Element | Description | Data Type |
---|---|---|
BrandId | The ID of the brand. | long |
The BrandItem object has Inherited Elements.
Inherited Elements
Inherited Elements from SharedListItem
The BrandItem object derives from the SharedListItem object, and inherits the following elements: ForwardCompatibilityMap, Type. The descriptions below are specific to BrandItem, and might not apply to other objects that inherit the same elements from the SharedListItem object.
Element | Description | Data Type |
---|---|---|
ForwardCompatibilityMap | The list of key and value strings for forward compatibility to avoid otherwise breaking changes when new elements are added in the current API version. Forward compatibility changes will be noted here in future releases. There are currently no forward compatibility changes for this object. |
KeyValuePairOfstringstring array |
Type | The type of the shared list item. This value is NegativeKeyword when you retrieve a negative keyword. For more information about shared list item types, see SharedListItem Data Object Remarks. Add: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13