This topic has not yet been rated - Rate this topic

ImpressionExchangeReportFilter Value Set

Microsoft Atlas API

Specifies the columns that can be used to filter data in an impression exchange report.


<xs:simpleType name="ImpressionExchangeReportFilter">
    <xs:restriction base="xs:string">
        <xs:enumeration value="AdvertiserGUID"/>
        <xs:enumeration value="ClientGUID"/>
        <xs:enumeration value="MediaPlanGUID"/>
        <xs:enumeration value="PublisherGUID"/>
    </xs:restriction>
</xs:simpleType>

Value Description

AdvertiserGUID

Specifies the globally unique identifier for the advertiser.

ClientGUID

Specifies the globally unique identifier for the client.

MediaPlanGUID

Specifies the globally unique identifier for the media plan.

PublisherGUID

Specifies the globally unique identifier for the publisher.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.