ALConsentFlowUnifiedCMP.json 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "states": [{
  3. "is_initial_state": true,
  4. "id": 1000,
  5. "type": "decision",
  6. "decision_type": "is_al_gdpr",
  7. "destination_state_id_true": 20,
  8. "destination_state_id_false": 500
  9. }, {
  10. "id": 20,
  11. "type": "cmp_load",
  12. "decision_type": "cmp_load_success",
  13. "destination_state_id_true": 21,
  14. "destination_state_id_false": 500
  15. }, {
  16. "id": 21,
  17. "type": "cmp_show",
  18. "destination_state_id": 13
  19. }, {
  20. "id": 13,
  21. "type": "event",
  22. "name": "gdpr_ok",
  23. "destination_state_id": 1001
  24. }, {
  25. "id": 1001,
  26. "type": "decision",
  27. "decision_type": "is_user_eligible_for_att_alert",
  28. "destination_state_id_true": 14,
  29. "destination_state_id_false": 99
  30. }, {
  31. "id": 14,
  32. "type": "att",
  33. "destination_state_id": 99
  34. }, {
  35. "id": 500,
  36. "type": "terms_flow"
  37. }, {
  38. "id": 99,
  39. "type": "reinit"
  40. }]
  41. }