Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
Created June 10, 2018 19:38
Show Gist options
  • Save joel-extremo/c7ae3478db2a92601965e1500f0467b9 to your computer and use it in GitHub Desktop.
Save joel-extremo/c7ae3478db2a92601965e1500f0467b9 to your computer and use it in GitHub Desktop.
create flow
{
"name": "flow test name",
"vertical_id": "1",
"subvertical_id": "4",
"rules": [
{
"has_landers": "1",
"conditions": [
{
"id": "1",
"comparison_operator": "==",
"value": "2"
},
{
"id": "2",
"comparison_operator": "==",
"value": "2"
}
],
"offers": [
{
"id": "1",
"weight": "50"
},
{
"id": "2",
"weight": "50"
}
],
"landers": [
{
"id": "1",
"weight": "50"
},
{
"id": "2",
"weight": "50"
}
]
}
],
"default": {
"has_landers": "1",
"offers": [
{
"id": "3",
"weight": "100"
}
],
"landers": [
{
"id": "3",
"weight": "100"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment