Set di valori ReportTimePeriod - Creazione di report

Definisce i valori predefiniti di intervallo di data e ora per una richiesta di report.

Sintassi

<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>

Valori

Il set di valori ReportTimePeriod include i valori seguenti: Last14Days, Last30Days, LastFourWeeks, LastFourWeeksStartingMonday, LastMonth, LastSevenDays, LastSixMonths, LastThreeMonths, LastWeek, LastWeekStartingMonday, LastYear, ThisMonth, ThisWeek, ThisWeekStartingMonday, ThisYear, Today, Yesterday.

Valore Descrizione
Last14Days Report cumulativo per i 14 giorni precedenti.
Last30Days Report cumulativo per i 30 giorni precedenti.
LastFourWeeks Report cumulativo per le quattro settimane precedenti che vanno da domenica a sabato.
LastFourWeeksStartingMonday Report cumulativo per le quattro settimane precedenti che vanno da lunedì a domenica.
LastMonth Report cumulativo per il mese di calendario precedente.
LastSevenDays Report cumulativo per i sette giorni precedenti.
LastSixMonths Report cumulativo per i sei mesi di calendario precedenti.
LastThreeMonths Report cumulativo per i tre mesi di calendario precedenti.
LastWeek Report cumulativo per la settimana precedente che va da domenica a sabato.
LastWeekStartingMonday Report cumulativo per la settimana precedente che va dal lunedì alla domenica.
LastYear Report cumulativo per l'anno civile precedente.
ThisMonth Report cumulativo per il mese di calendario corrente.
ThisWeek Report cumulativo per la settimana corrente che va da domenica a sabato.
ThisWeekStartingMonday Report cumulativo per la settimana corrente che va dal lunedì alla domenica.
ThisYear Report cumulativo per l'anno di calendario corrente.
Oggi Report cumulativo per il giorno corrente.
Ieri Report cumulativo per il giorno precedente.

Requisiti

Servizio: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Usato da

ReportTime