Jeu de valeurs ReportTimePeriod - Création de rapports
Définit les valeurs prédéfinies d’heure et de plage de dates pour une demande de rapport.
Syntaxe
<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>
Valeurs
La valeur ReportTimePeriod définie a les valeurs suivantes : Last14Days, Last30Days, LastFourWeeks, LastFourWeeksStartingMonday, LastMonth, LastSevenDays, LastSixMonths, LastThreeMonths, LastWeek, LastWeekStartingMonday, LastYear, ThisMonth, ThisWeek, ThisWeekStartingMonday, ThisYear, Today, Yesterday.
Configuration requise
Service : ReportingService.svc v13
Noms: https://bingads.microsoft.com/Reporting/v13