ReportTimePeriod 值集 - 报告

定义报表请求的预定义时间和日期范围值。

语法

<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>

ReportTimePeriod 值集具有以下值:Last14DaysLast30DaysLastFourWeeksLastFourWeeksStartingMondayLastMonthLastSevenDaysLastSixMonthsLastThreeMonthsLastWeek、LastWeekStartingMondayLastYearThisMonthThisWeekStartingMondayThisYearToday昨天.

说明
Last14Days 过去 14 天的累积报表。
Last30Days 过去 30 天的累积报表。
LastFourWeeks 从星期日到星期六的前四周的累积报告。
LastFourWeeksStartingMonday 从星期一到星期日运行的过去四周的累积报告。
LastMonth 上一个日历月的累积报表。
LastSevenDays 过去七天的累积报表。
LastSixMonths 前六个日历月的累积报表。
LastThreeMonths 前三个日历月的累积报表。
LastWeek 上一周的累积报告,从周日到周六运行。
LastWeekStartingMonday 从星期一到星期日运行的上一周的累积报告。
LastYear 上一日历年的累积报表。
ThisMonth 当前日历月份的累积报表。
ThisWeek 从星期日到星期六的当前一周的累积报告。
ThisWeekStartingMonday 从星期一到星期日的当前一周的累积报告。
ThisYear 当前日历年的累积报表。
今天 当天的累积报表。
昨天 前一天的累积报表。

要求

服务: ReportingService.svc v13
命名 空间: https://bingads.microsoft.com/Reporting/v13

使用者

ReportTime