The reporting parameters can be obtained from the report query string whenever the report is in the run mode.
URL
Note: The parameters highlighted in red are placeholders for the reporting parameters values described below.
https://one.aol.com/publisher/reporting/index.html#/report/REPORT_ID?sd=START_DATE&ed=END_DATE&tz=TIMEZONE&ocOrgId=ORGANIZATION_ID
- REPORT_ID - This placeholder will display your report ID.
- START_DATE - This placeholder will display your report start date.
- END_DATE - This placeholder will display your report end date.
- TIMEZONE - This placeholder will display your report time zone.
- ORGANIZATION_ID - This placeholder will display your report company ID.
Example
The following example and descriptions explain how you can get report parameters from the report's query string:
https://one.aol.com/publisher/reporting/index.html#/report/59a570d1159c350001f55b89?sd=2017-09-19T00&ed=2017-09-20T00&tz=US%2FEastern&ocOrgId=7878062793
The query string above contains the following report parameters:
Parameter | Parameter Name | Parameter Value |
---|---|---|
Report ID | - | 59a570d1159c350001f55b89 |
Start date | sd | 2017-09-19T00 |
End date | ed | 2017-09-20T00 |
Timezone | tz | US%2FEastern |
Organization ID | ocOrgId | 7878062793 |