ReportTimePeriod Value Set - Reporting

Defines the predefined time and date range values for a report request.

Syntax

<xs:simpleType name="ReportTimePeriod" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Today" />
    <xs:enumeration value="Yesterday" />
    <xs:enumeration value="LastSevenDays" />
    <xs:enumeration value="ThisWeek" />
    <xs:enumeration value="LastWeek" />
    <xs:enumeration value="Last14Days" />
    <xs:enumeration value="Last30Days" />
    <xs:enumeration value="LastFourWeeks" />
    <xs:enumeration value="ThisMonth" />
    <xs:enumeration value="LastMonth" />
    <xs:enumeration value="LastThreeMonths" />
    <xs:enumeration value="LastSixMonths" />
    <xs:enumeration value="ThisYear" />
    <xs:enumeration value="LastYear" />
    <xs:enumeration value="ThisWeekStartingMonday" />
    <xs:enumeration value="LastWeekStartingMonday" />
    <xs:enumeration value="LastFourWeeksStartingMonday" />
  </xs:restriction>
</xs:simpleType>

Values

The ReportTimePeriod value set has the following values: Last14Days, Last30Days, LastFourWeeks, LastFourWeeksStartingMonday, LastMonth, LastSevenDays, LastSixMonths, LastThreeMonths, LastWeek, LastWeekStartingMonday, LastYear, ThisMonth, ThisWeek, ThisWeekStartingMonday, ThisYear, Today, Yesterday.

Value Description
Last14Days A cumulative report for the previous 14 days.
Last30Days A cumulative report for the previous 30 days.
LastFourWeeks A cumulative report for the previous four weeks that run from Sunday through Saturday.
LastFourWeeksStartingMonday A cumulative report for the previous four weeks that run from Monday through Sunday.
LastMonth A cumulative report for the previous calendar month.
LastSevenDays A cumulative report for the previous seven days.
LastSixMonths A cumulative report for the previous six calendar months.
LastThreeMonths A cumulative report for the previous three calendar months.
LastWeek A cumulative report for the previous week that runs from Sunday through Saturday.
LastWeekStartingMonday A cumulative report for the previous week that runs from Monday through Sunday.
LastYear A cumulative report for the previous calendar year.
ThisMonth A cumulative report for the current calendar month.
ThisWeek A cumulative report for the current week that runs from Sunday through Saturday.
ThisWeekStartingMonday A cumulative report for the current week that runs from Monday through Sunday.
ThisYear A cumulative report for the current calendar year.
Today A cumulative report for the current day.
Yesterday A cumulative report for the previous day.

Requirements

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

Used By

ReportTime