Get Account Timeseries
GET/api/clicktracking/ad-reporting/accounts/:ad_account_id/timeseries
Get the daily account-level metric time-series.
Args: ad_account_id: The ad account's row id from_date: Optional range start (defaults to 30 days ago) to_date: Optional range end (defaults to today) ad_reporting_service: Injected ad reporting service
Returns: Daily account-level metric points ascending by date
Raises: HTTPException: 404 if account missing, 400 on invalid date, 500 on failure
Request
Responses
- 200
- 422
Successful Response
Validation Error