Overview
Geospot platform has a robust event and audience API. Advertisers can send specific events directly to Geospot and use the powerful and flexible audience segmentation feature to create and target different user cohorts
Base URL
Parameters | Required | Description |
api_key | Yes | 2b76fbf8f6c817817d04f0c2a3ec8579c0782ee7 |
idfa | Preferred | IOS unique IDFA |
gaid | Preferred | Google unique advertising ID |
os | Preferred | android/IOS |
activity_kind | No | Type of event. For eg; event, install, impression |
package_name | No | Android app bundle name/ IOS app store ID |
app_event | Yes | Name of the event that you have recorded. eg: app_open, registration, purchase etc. |
event_items | No | For any event, you can pass multiple event in a JSON format. Eg: in case of purchase of an item, you can pass attribute like price, product_id, colour, currency etc. Nested JSON must be URL encoded string of array of JSON. For multiple attributes JSON is preferred. For single attribute this can be string as well.
event_items JSON should be encoded (ref eg below) |
can_claim | Yes | 0 (default attribute)- Unattributed event 1- attributed event. |
view_through | No | 0 (default value)- click based attribution 1- Impression based attribution |
bid_id | Yes | Pass through parameters. Pass the click_id that was recorded when the user clicked on the ad. |
is_reengagement | No | 0-it's not a re-engagement event 1- it's a re-engagement event |
c0,c1,c2 | No | Generic pass through variables. Use these parameters for passing values of custom value. |
Sample Postback/Events API URLs
Sample 1
Sample 2
https://api-events.eventstracker.io/v1/ev?tp=direct&api_key=2b76fbf8f6c817817d04f0c2a3ec8579c0782ee7&idfa=D3F15CAE-B2DB-4FZD-9B34-X78C88C81538&gaid=&os=ios&activity_kind=event&package_name=com.app.package&app_event=purchase&can_claim=1&view_through=0&bid_id=892501088-1552511436&ip=172.58.104.88&country_code=US&city=Dallas&is_reengagement=1&c0=&c1=&c2=&event_items=%5B%7B%22currency%22%3A%22USD%22%2C%20%22revenue%22%3A%200.02190650151%7D%5D
โ