document
API test

/campaigns_new/list

GET
/campaigns_new/list

Request Header

parameter
type
description
required
token
required

Response Parameters

parameter
type
description
required
code
int
200
required
message
string
required
data
object
required
funnels
array
required
testings
array
required
targetings
array
required

Description or Example

``` { "code": 200, "data": { "funnels": { "Xntq8xiPoVsV9N7oMganf6": [ { "budget": { "change_7": "-20.0%", "value": 20.16 }, "budget_limit": { "max": 82.0, "min": 2.0 }, "cpr": { "change_7": "--", "value": "--" }, "fixed": false, "id": "120330000692670303", "last_action": { "action_type": "Decreased budget", "action_value": "-$5.04" }, "name": "CAT | 01810/Mumbai/Boston/United Kingdom | A | INTERESTS | 12-22", "personas": [ { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" } ], "spend": { "change_7": "+0%", "value": 0.0 } }, { "budget": { "change_7": "+140.0%", "value": 15.12 }, "budget_limit": { "max": 82.0, "min": 2.0 }, "cpr": { "change_7": "--", "value": "--" }, "fixed": false, "id": "120330000692670003", "last_action": { "action_type": "Increased budget", "action_value": "+$8.82" }, "name": "CAT | 01810/Mumbai/Boston/United Kingdom | A | ENGAGEMENT | 12-22", "personas": [ { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" } ], "spend": { "change_7": "+0%", "value": 0.0 } }, { "budget": { "change_7": "-20.0%", "value": 10.08 }, "budget_limit": { "max": 81.0, "min": 1.0 }, "cpr": { "change_7": "--", "value": "--" }, "fixed": false, "id": "120330000692669603", "last_action": { "action_type": "Decreased budget", "action_value": "-$2.52" }, "name": "CAT | 01810/Mumbai/Boston/United Kingdom | A | PROSPECTIVE | 12-22", "personas": [ { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" } ], "spend": { "change_7": "+0%", "value": 0.0 } }, { "budget": { "change_7": "-20.0%", "value": 5.04 }, "budget_limit": { "max": 81.0, "min": 1.0 }, "cpr": { "change_7": "--", "value": "--" }, "fixed": false, "id": "120330000692669303", "last_action": { "action_type": "Decreased budget", "action_value": "-$1.26" }, "name": "CAT | 01810/Mumbai/Boston/United Kingdom | A | BROAD | 12-22", "personas": [ { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" } ], "spend": { "change_7": "+0%", "value": 0.0 } } ], "YOU": [ { "budget": { "change_7": "+239.62%", "value": 18.0 }, "budget_limit": { "max": 82.0, "min": 2.0 }, "cpr": { "change_7": "--", "value": "--" }, "fixed": false, "id": "120330000692657803", "last_action": { "action_type": "Increased budget", "action_value": "+$12.7" }, "name": "CAT | camp1 [12_22_22]", "personas": [], "spend": { "change_7": "+0%", "value": 0.0 } } ] }, "targetings": [ { "budget": { "change_7": "+29.4%", "value": "$18.0" }, "conversion_rate": { "change_7": "0%", "value": "0%" }, "cpr": { "change_7": "--", "value": "--" }, "result": { "change_7": "+0.0%", "value": 0 }, "spend": { "change_7": "+0.0%", "value": "$0" }, "type": "YOU" }, { "budget": { "change_7": "+96.2%", "value": "$72.0" }, "conversion_rate": { "change_7": "0%", "value": "0%" }, "cpr": { "change_7": "--", "value": "--" }, "gender": 0, "location": [ { "key": "GB", "name": "United Kingdom (country)", "type": "country" }, { "key": "2464828", "name": "Boston/Massachusetts/US (city)", "type": "city" }, { "key": "1035921", "name": "Mumbai/Maharashtra/IN (city)", "type": "city" }, { "key": "US:01810", "name": "01810", "type": "zip" } ], "result": { "change_7": "+0.0%", "value": 0 }, "spend": { "change_7": "+0.0%", "value": "$0" }, "targeting_id": "Xntq8xiPoVsV9N7oMganf6", "type": "targeting" } ], "testings": { "Xntq8xiPoVsV9N7oMganf6": [ { "budget": { "change_7": "+14.41%", "value": 10.8 }, "cpr": { "change_7": "--", "value": "--" }, "id": "120330000692914003", "img": "https://dashboard.cactivate.com/upload/1011_S7vw6HBRoVrGrLit6siLSU.jpg", "left_days": 0, "name": "persona_0", "persona": { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" }, "spend": { "change_7": "+0%", "value": 0.0 } }, { "budget": { "change_7": "+14.41%", "value": 10.8 }, "cpr": { "change_7": "--", "value": "--" }, "id": "120330000692885603", "img": "https://dashboard.cactivate.com/upload/1011_S7vw6HBRoVrGrLit6siLSU.jpg", "left_days": 0, "name": "persona_0", "persona": { "id": "MiiFZUke45q8uWBMfqAcFK", "name": "persona_0" }, "spend": { "change_7": "+0%", "value": 0.0 } } ] } }, "error": false, "message": "", "prod": false, "redirect": "", "version": "v1" } ```