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 值集具有以下值:Last14Days、Last30Days、LastFourWeeks、LastFourWeeksStartingMonday、LastMonth、LastSevenDays、LastSixMonths、LastThreeMonths、LastWeek、LastWeekStartingMonday、LastYear、ThisMonth、ThisWeekStartingMonday、ThisYear、Today、昨天.
要求
服务: ReportingService.svc v13
命名 空间: https://bingads.microsoft.com/Reporting/v13