Locations
The Locations endpoint allows viewing analytics on country locations from users that chosen to share their location. This end point allows location analytics to be viewed for Apps, Stories, Pathways OR Streams.
This endpoint only provides locations at a country level and not down to specific cities.
Available Frequency Endpoints
v1/analytics/locations/apps
Get locations for an app or a list of apps.
v1/analytics/locations/pathways
Get locations for a pathways or a list of pathways.
v1/analytics/locations/streams
Get locations for a stream or a list of streams.
v1/analytics/locations/stories
Get locations for a story or a list of stories.
Parameters
The items parameter allows you to filter items based on the name or ID of the item. If the item parameter is not provided the endpoint will return the latest 10 items.
Key | Value |
items | Array of Strings Item name or ID |
Examples
Get Countries For Apps
The example below retrieves countries for a list of apps.
Get Countries For A Specific Pathway
The example below retrieves countries for a single pathway.
Success Response
Whichever location
endpoint you are using a successful response will return an array of items with each item containing a context item (app, pathway, stream or story) and corresponding locations
data. The example below shows a successful response when using the location/apps
endpoint.
Last updated