Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.44 KB

StatisticsReportQueryMessage.md

File metadata and controls

19 lines (16 loc) · 1.44 KB

# StatisticsReportQueryMessage

Properties

Name Type Description Notes
ad_set_ids string[] list of adSets ids. If empty, all the adSets will be fetched [optional]
ad_set_names string[] list of adSets names. If empty, all the adSets will be fetched [optional]
ad_set_status string[] list of adSets status. If empty, all the adSets will be fetched [optional]
advertiser_ids string The comma-separated list of advertiser ids. If empty, all the advertisers in the portfolio will be used [optional]
currency string The currency used for the report. ISO 4217 code (three-letter capitals).
dimensions string[] The dimensions for the report.
end_date \DateTime End date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
format string The file format of the generated report: csv, xml, excel or json.
metrics string[] The list of metrics to report.
start_date \DateTime Start date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
timezone string The timezone used for the report. Timezone Database format (Tz). [optional] [default to 'UTC']

[Back to Model list] [Back to API list] [Back to README]