Tracker (Stream)
Get Tracker ๐ก
Get a tracker by ID
get/api/v1/tracker/{tracker_id}
Path parameters
tracker_idstring uuid required
Response
Successful Response
Example response
{
"applications": [
{
"application_id": "123e4567-e89b-12d3-a456-426614174000",
"device_type": "ANDROID",
"weight": 100
}
],
"cloaking_type": "MODERATION",
"comment": "This is an example comment.",
"domain": "example.com",
"domain_id": "123e4567-e89b-12d3-a456-426614174000",
"geo_list": [
"US",
"GB"
],
"id": "123e4567-e89b-12d3-a456-426614174000",
"is_available": true,
"offers": [
{
"offer_id": "123e4567-e89b-12d3-a456-426614174000",
"weight": 100
}
],
"owner": {
"email": "example@.com",
"logo_url": "https://example.com/logo.png",
"owner_company_user_id": "123e4567-e89b-12d3-a456-426614174000"
},
"pixels_id": [
"123e4567-e89b-12d3-a456-426614174000"
],
"post_landings": [
{
"landing_id": "323e4567-e89b-12d3-a456-426614174000",
"weight": 33
},
{
"landing_id": "423e4567-e89b-12d3-a456-426614174000",
"weight": 33
},
{
"landing_id": "523e4567-e89b-12d3-a456-426614174000",
"weight": 34
}
],
"pre_landings": [
{
"landing_id": "123e4567-e89b-12d3-a456-426614174000",
"weight": 50
},
{
"landing_id": "223e4567-e89b-12d3-a456-426614174000",
"weight": 50
}
],
"pwas": [
{
"device_type": "IOS",
"pwa_id": "123e4567-e89b-12d3-a456-426614174000",
"weight": 100
}
],
"type": "TRACKER",
"white_page_url": "https://gaievskyi.com"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.