Skip to main content
GET
Maximum date range 365 days
This endpoint is protected and requires an agency API key for access.

Method

GET

Endpoint

/geo/

Headers

string
required
The agency’s API key for authorization. Contact an admin to get one.

Parameters

string
required
Start date in YYYY-MM-DD format.
string
required
End date in YYYY-MM-DD format.
integer
required
The unique identifier for the advertiser.
integer
default:"0"
Page number for pagination.
string
default:"country"
Geographic breakdown level (country/region/zip_code).
integer
Filter by a specific campaign ID.

Breakout Options

The breakout parameter determines the level of geographic detail in the report.
  • country: Aggregates data by country.
  • region: Aggregates data by state or region.
  • zip_code: Aggregates data by postal code.

Responses

array
An array of geographic performance objects. The location key (country, region, or zip_code) depends on the breakout parameter used in the request.
object
An object containing pagination details.