QueryPlatformSummaryAsk AIpost https://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/{platform_id}/reportRead summarized reporting information of a platform.Path Paramsplatform_idstringrequiredIdentifier of the platform who requests management api. It is passed as a path parameter.Body ParamstimezonestringTimezone of date_start and date_end. To be deprecated. Only platform timezone is accepted. Must be in IANA timezone name format, e.g. Asia/Seoul.date_startstringrequiredDate in 'YYYY-MM-DD' when summary begins. Inclusive. Note the allowed maximum duration for the date range is 186 days, to cover the period of any entire month.date_endstringrequiredDate in 'YYYY-MM-DD' when summary ends. Inclusive. Note the allowed maximum duration for the date range is 186 days, to cover the period of any entire month.group_byarray of objectsA list of columns to be grouped by. Please note that among the group_by options, ITEM and CREATIVE cannot be used together. Furthermore, AD_MANAGER_ACCOUNT can be only used with CURRENCY.group_byADD stringorder_byarray of objectsA list of columns to be ordered by.order_byADD stringfilterarray of objectsQuery Filter. Only 1 allowed since we only support CAMPAIGN_FILTER.filterADD objectlimitstringMaximum number of rows to be returned. Cannot exceed 50,000ad_account_idstringAdAccount id.Responses 200A successful response. 400Bad request. Detailed cause can be found in the response message. 401Unauthorized. 403Permission denied. 404Not found. One or more required resources do not exist.You can see the details in the response message. 500Internal server error. Detailed cause can be found in the response message.Updated about 1 year ago