Edit

TravelQueryInsightReportColumn Value Set - Reporting

Defines the attributes and performance statistics columns that you can include in the travel query insight report.

Not everyone has this feature yet. If you don't, don't worry. It's coming soon.

Syntax

<xs:simpleType name="TravelQueryInsightReportColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="SearchQuery" />
    <xs:enumeration value="Country" />
    <xs:enumeration value="Region" />
    <xs:enumeration value="MetroArea" />
    <xs:enumeration value="City" />
    <xs:enumeration value="PostalCode" />
    <xs:enumeration value="L1Vertical" />
    <xs:enumeration value="L2Vertical" />
    <xs:enumeration value="L3Vertical" />
    <xs:enumeration value="POSCountry" />
    <xs:enumeration value="POSRegion" />
    <xs:enumeration value="POSCity" />
    <xs:enumeration value="BrandImpressions" />
    <xs:enumeration value="BrandClicks" />
    <xs:enumeration value="BrandSpend" />
    <xs:enumeration value="MSAImpressions" />
    <xs:enumeration value="MSAClicks" />
    <xs:enumeration value="MSASpend" />
  </xs:restriction>
</xs:simpleType>

Values

The TravelQueryInsightReportColumn value set has the following values: BrandClicks, BrandImpressions, BrandSpend, City, Country, L1Vertical, L2Vertical, L3Vertical, MetroArea, MSAClicks, MSAImpressions, MSASpend, POSCity, POSCountry, POSRegion, PostalCode, Region, SearchQuery.

Value Description
BrandClicks Your brand's ad clicks.
BrandImpressions Your brand's ad impressions.
BrandSpend Your brand's ad spend.
City The city of interest.
Country The country of interest.
L1Vertical The primary supply vertical.
L2Vertical The secondary supply vertical.
L3Vertical The tertiary supply vertical.
MetroArea The metro area of interest.
MSAClicks The number of Microsoft Advertising clicks for this query.
MSAImpressions The number of Microsoft Advertising impressions for this query.
MSASpend The Microsoft Advertising spend on this query.
POSCity The searcher's location at the city level.
POSCountry The searcher's location at the country level.
POSRegion The searcher's location at the region level.
PostalCode The searcher's location at the postal code level.
Region The region of interest.
SearchQuery The search query entered by the user.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

TravelQueryInsightReportRequest