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、ThisWeek、ThisWeekStartingMonday、ThisYear、Today、Today.
需求
服務: ReportingService.svc v13
命名 空間: https://bingads.microsoft.com/Reporting/v13