Edit

AssetLinkEditorialStatus Value Set - Campaign Management

Defines the editorial review status values of a linked asset.

Syntax

<xs:simpleType name="AssetLinkEditorialStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Active" />
    <xs:enumeration value="Disapproved" />
    <xs:enumeration value="Inactive" />
    <xs:enumeration value="ActiveLimited" />
  </xs:restriction>
</xs:simpleType>

Values

The AssetLinkEditorialStatus value set has the following values: Active, ActiveLimited, Disapproved, Inactive, Unknown.

Value Description
Active Approved. The asset passed editorial review.
ActiveLimited ApprovedLimited. The asset passed editorial review in one or more markets, and one or more elements of the asset is undergoing editorial review in another market. For example the asset passed editorial review for Canada and is still pending review in the United States.
Disapproved Rejected. The asset failed editorial review.
Inactive Pending. One or more elements of the asset is undergoing editorial review.
Unknown Unknown. The editorial status of the asset is unknown. This is relevant when the record doesn't exist in AssetEditorialStatus.

Requirements

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

Used By

AssetLink