CallDetailReportColumn Value Set - Reporting

Defines the attributes and performance statistics columns that you can include in the CallDetailReportRequest.

The attribute columns that you include in a report can affect how the statistics are aggregated. In other words the number of rows increase by a factor of the unique attributes. For more information, see Columns that Group the Data.

For a list of columns that you must include, please see the Required Columns section below.

To see how far back hourly, daily, weekly, monthly, yearly and summary aggregated data can be retrieved for a report, see Report Data Retention Time Periods.

Syntax

<xs:simpleType name="CallDetailReportColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AccountName" />
    <xs:enumeration value="CampaignName" />
    <xs:enumeration value="AdGroupName" />
    <xs:enumeration value="StartTime" />
    <xs:enumeration value="EndTime" />
    <xs:enumeration value="Duration" />
    <xs:enumeration value="AreaCode" />
    <xs:enumeration value="City" />
    <xs:enumeration value="State" />
    <xs:enumeration value="AccountId" />
    <xs:enumeration value="CampaignId" />
    <xs:enumeration value="AdGroupId" />
    <xs:enumeration value="AccountStatus" />
    <xs:enumeration value="CampaignStatus" />
    <xs:enumeration value="AdGroupStatus" />
  </xs:restriction>
</xs:simpleType>

Values

The CallDetailReportColumn value set has the following values: AccountId, AccountName, AccountStatus, AdGroupId, AdGroupName, AdGroupStatus, AreaCode, CampaignId, CampaignName, CampaignStatus, City, Duration, EndTime, StartTime, State.

Value Description
AccountId The Microsoft Advertising assigned identifier of an account.
AccountName The account name.
AccountStatus The account status.
AdGroupId The Microsoft Advertising assigned identifier of an ad group.
AdGroupName The ad group name.
AdGroupStatus The ad group status.
AreaCode The area code where the user was physically located when they clicked the ad.
CampaignId The Microsoft Advertising assigned identifier of a campaign.
CampaignName The campaign name.
CampaignStatus The campaign status.
City The city used to deliver the ad. The location where the user was in physically when they clicked the ad.
Duration The duration of each forwarded call that originated from a call ad extension.
EndTime The end time of the call expressed in Coordinated Universal Time (UTC).
StartTime The start time of the call expressed in Coordinated Universal Time (UTC).
State The state used to deliver the ad. The location where the user was in physically when they clicked the ad.

Remarks

Required Columns

The report must include the following columns at a minimum. As a general rule, each report must include at least one attribute column and at least one non-impression share performance statistics column. For more information, see Report Attributes and Performance Statistics.

Note

The TimePeriod column is expected for all aggregation types except Summary. It is important to note that if you do not include TimePeriod, the aggregation you chose will be ignored and Summary aggregation will be used regardless.

Column
Duration
EndTime
StartTime

Requirements

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

Used By

CallDetailReportRequest