Conjunto de Valores ReportTimePeriod - Relatórios
Define os valores de intervalo de datas e hora predefinidos para um pedido de relatório.
Sintaxe
<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>
Valores
O conjunto de valores ReportTimePeriod tem os seguintes valores: Last14Days, Last30Days, LastFourWeeks, LastFourWeeksStartingMonday, LastMonth, LastSevenDays, LastSixMonths, LastThreeMonths, LastWeek, LastWeekStartingMonday, LastYear, ThisMonth, ThisWeek, ThisWeekStartingMonday, ThisYear, Today, Yesterday.
Requisitos
Serviço: ReportingService.svc v13
Espaço de nomes: https://bingads.microsoft.com/Reporting/v13