get https://api.kayzen.io/v1/custom_audiences/
View the details of a Custom Audience. The details of an audience that is displayed include the name , id , app object details , details of the rules , conditions , operators and values assigned to these settings.
Example output :
{
"id": 4191,
"name": "MyCustomAudience",
"frequency_value": 1,
"frequency_operator": "equal_to",
"mobile_object_id": 19,
"mobile_object": {
"id": 19,
"type": "AppObject",
"name": "Guns of Boom - Online PvP Action",
"os_id": 11,
"store_app_id": "com.gameinsight.gobandroid",
"store_app_url": "https://play.google.com/store/apps/details?id=com.gameinsight.gobandroid",
"icon_url": "https://lh3.googleusercontent.com/3Yq61TidZtP4AC5RlY4jJFrDLgdX-DNh5SzCraK7DNg9K25QvmW61Mtb6zWc1kqdNUk=s180",
"rating": "4.56",
"ad_domain": "https://gameinsight.helpshift.com/a/guns-of-boom/",
"os": {
"id": 11,
"name": "Android",
"created_at": "2016-06-23T11:16:36.000Z",
"updated_at": "2016-06-30T07:55:00.000Z"
},
"tracking_partner_id": null,
"tracking_partner_name": null,
"primary_category_name": "Action",
"categorization": {
"category": "Core Games",
"genre": "Shooter",
"sub_genre": "Competitive Shooter"
}
},
"audience_id": 21110,
"last_success_at": "2023-10-19T04:46:32.000Z",
"status": "successful",
"description": "MyCustom Audience updated",
"rules": [
{
"id": 5018,
"recency_operator": "after",
"recency_min": 5,
"recency_max": null,
"rules_operator": null,
"conditions": [
{
"id": 6867,
"operator": "equal",
"value": "all_users",
"combined_with_prev_condition_with": null,
"drp_condition_type_id": 17
}
]
}
]
}