Training
For clients
Загружается...
The resource enables you to get a list of events in the mobile apps you can add to audience segments. These events can be used for targeting application users who did/did not perform specific actions in the app. You can track user actions with [various mobile application trackers.
Used object: RemarketingInAppEvent
The request returns a list of all events registered in mobile apps that you can add to audience segments.
Request example:
GET /api/v2/remarketing/inapp_events.json
Response example:
[ { "app_name":"Android test", "trackers":[ { "events":[ { "id":1, "name":"purchase" }, { "id":2, "name":"addToCart" } ], "id":133, "name":"myTracker" }, { "events":[ { "id":3, "name":"viewItem" } ], "id":233, "name":"anotherTracker" } ], "url":"https://play.google.com/store/apps/details?id=com.test", "created":"2018-04-15 22:42:25", "platform":"android", "url_object_id":"com.test", "rb_mobile_app_id":1, "status":"new" }, { "app_name":"IOS test", "trackers":[ { "events":[ { "id":1, "name":"purchase" }, { "id":2, "name":"addToCart" } ], "id":133, "name":"myTracker" }, { "events":[ { "id":3, "name":"viewItem" } ], "id":233, "name":"anotherTracker" } ], "url":"https://itunes.apple.com/ru/app/id12345", "created":"2018-04-15 22:42:25", "platform":"ios", "url_object_id":"12345", "rb_mobile_app_id":2, "status":"approved" } ]
Additional GET parameters:
The following GET parameters enable you to filter data:
GET /api/v2/remarketing/inapp_events.json?limit=10
GET /api/v2/remarketing/inapp_events.json?limit=5&offset=15
Filters
/api/v2/remarketing/inapp_events.json?_url_object_id=com.test