Edit

CustomSegmentCatalog Data Object - Campaign Management

Defines the CustomSegmentCatalog data object.

Syntax

<xs:complexType name="CustomSegmentCatalog" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CatalogId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CatalogName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EffectiveEditorialStatus" nillable="true" type="tns:EffectiveEditorialStatus" />
  </xs:sequence>
</xs:complexType>

Elements

The CustomSegmentCatalog object has the following elements: CatalogId, CatalogName, EffectiveEditorialStatus.

Element Description Data Type
CatalogId The catalog ID. long
CatalogName The catalog name. string
EffectiveEditorialStatus The effective editorial status. EffectiveEditorialStatus

Requirements

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

Used By

CustomSegment