xmove01

analytics chain example

Aug 17th, 2023
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.71 KB | None | 0 0
  1. {
  2.     "nodes": [
  3.         {
  4.             "width": 80,
  5.             "height": 45,
  6.             "id": "start_node_default",
  7.             "type": "Start",
  8.             "position": {
  9.                 "x": 10,
  10.                 "y": 10
  11.             },
  12.             "data": {},
  13.             "positionAbsolute": {
  14.                 "x": 10,
  15.                 "y": 10
  16.             },
  17.             "selected": false
  18.         },
  19.         {
  20.             "width": 250,
  21.             "height": 138,
  22.             "id": "chain_node_default",
  23.             "type": "Message",
  24.             "selected": false,
  25.             "position": {
  26.                 "x": 200,
  27.                 "y": 100
  28.             },
  29.             "data": {
  30.                 "nodes": [
  31.                     {
  32.                         "id": "sub_node_default",
  33.                         "type": "Text",
  34.                         "content": {
  35.                             "text": "Action Analytics",
  36.                             "type": ""
  37.                         },
  38.                         "buttons": [],
  39.                         "state": {}
  40.                     }
  41.                 ]
  42.             },
  43.             "positionAbsolute": {
  44.                 "x": 200,
  45.                 "y": 100
  46.             }
  47.         },
  48.         {
  49.             "width": 250,
  50.             "height": 202,
  51.             "id": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
  52.             "type": "Action",
  53.             "selected": false,
  54.             "position": {
  55.                 "x": 633,
  56.                 "y": 101.3125
  57.             },
  58.             "data": {
  59.                 "nodes": [
  60.                     {
  61.                         "id": "sub_node_29b8c891-8343-41a9-bd15-07f3e973c8dc",
  62.                         "type": "SendAnalytics",
  63.                         "content": {
  64.                             "provider": "google",
  65.                             "eventName": "event_name",
  66.                             "params": [
  67.                                 {
  68.                                     "parametr": "param1",
  69.                                     "value": "val1"
  70.                                 },
  71.                                 {
  72.                                     "parametr": "par2",
  73.                                     "value": "val2"
  74.                                 },
  75.                                 {
  76.                                     "parametr": "par",
  77.                                     "value": "key"
  78.                                 },
  79.                                 {
  80.                                     "parametr": "a",
  81.                                     "value": "b"
  82.                                 }
  83.                             ]
  84.                         }
  85.                     }
  86.                 ]
  87.             },
  88.             "positionAbsolute": {
  89.                 "x": 633,
  90.                 "y": 101.3125
  91.             },
  92.             "dragging": false
  93.         }
  94.     ],
  95.     "edges": [
  96.         {
  97.             "source": "start_node_default",
  98.             "sourceHandle": "start_node_default",
  99.             "target": "chain_node_default",
  100.             "targetHandle": "chain_node_default",
  101.             "id": "reactflow__edge-start_node_default-chain_node_default",
  102.             "selected": false
  103.         },
  104.         {
  105.             "source": "chain_node_default",
  106.             "sourceHandle": "chain_node_default",
  107.             "target": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
  108.             "targetHandle": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
  109.             "id": "reactflow__edge-chain_node_defaultchain_node_default-chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
  110.             "selected": false
  111.         }
  112.     ],
  113.     "name": "Action Analytics"
  114. }
Advertisement
Add Comment
Please, Sign In to add comment