Note
Note: The Required column includes the following values:
-
Required: The field must be included in the POST call.
-
Read-only: The field is received in the GET call and required in the PUT call. It is not required in the POST call. You cannot edit this field.
-
Optional: If the field was received in the GET call, include it in the PUT call. This field is editable.
-
Internal: (For Amazon Ad Server (AAS) internal use) If the field was received in the GET call, include it in the PUT call.
Parameter |
Description |
Type |
Required |
Notes |
---|---|---|---|---|
type |
Mode of time range definition |
String |
Required |
Values include:
|
cronExpression |
For scheduled type only. Describes individual details of the schedule. |
String |
Required for scheduled reports |
For example, daily scheduling at 00:00 is 0 0 * * *. Use cron maker at http://www.cronmaker.com to generate your own cron expression. |
timeZone |
For scheduled type only. Time zone in which the time range will be defined. |
String |
Required |
|
StartTimestamp |
For scheduled type only. Definition of the date range used to slice the report's data. The dates should be in ISO 8601 format. |
String |
Required for scheduled reports |
1994-11-05T13:15:30Z corresponds to November 5, 1994, 8:15am, US Eastern Standard Time. |
EndTimestamp |
String |
Required for scheduled reports |
Comments