get https://api.kevel.co/v1/instantcounts/network
This returns real time reporting data for all campaigns, flights and ads in a network, aggregated as a total of impressions, clicks etc.
Troubleshooting Notes
-
You are required to pass either the
days
parameter or thestart
andend
parameters. -
Unlike other real-time reporting endpoints, the
/network
endpoint will NOT return data without query parameters. You must specify a time period within the past 90 days. There is no lifetime network reporting data. -
If
days
andstart
/end
are both present in a request (not recommended)start
/end
will take precedence.