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、Todayday、Yesterday です。 .
要件
サービス: ReportingService.svc v13
名前 空間: https://bingads.microsoft.com/Reporting/v13