Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
Created June 10, 2018 19:37
Show Gist options
  • Save joel-extremo/cf87043668f3018a4e42cd637e21010a to your computer and use it in GitHub Desktop.
Save joel-extremo/cf87043668f3018a4e42cd637e21010a to your computer and use it in GitHub Desktop.
get flow
{
"flow": {
"id": 2,
"name": "flow test",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
},
"rules": [
{
"has_landers": 1,
"conditions": [
{
"id": 3,
"name": "Country",
"comparison_operator": "==",
"value": 2
},
{
"id": 4,
"name": "Carrier",
"comparison_operator": "==",
"value": 2
}
],
"offers": [
{
"id": 1,
"name": "Global Mobusi",
"weight": 50
},
{
"id": 2,
"name": "WW - All - All - Mobusi Rotator (Mainstream)",
"weight": 50
}
],
"landers": [
{
"id": 1,
"name": "lander 1 ",
"weight": 50
},
{
"id": 2,
"name": "lander 12",
"weight": 50
}
]
}
],
"default": {
"has_landers": 1,
"offers": [
{
"id": 3,
"name": "Jump Frog",
"weight": 100
}
],
"landers": [
{
"id": 3,
"name": "lander 13",
"weight": 100
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment