Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "nodes": [
- {
- "width": 80,
- "height": 45,
- "id": "start_node_default",
- "type": "Start",
- "position": {
- "x": 10,
- "y": 10
- },
- "data": {},
- "positionAbsolute": {
- "x": 10,
- "y": 10
- },
- "selected": false
- },
- {
- "width": 250,
- "height": 138,
- "id": "chain_node_default",
- "type": "Message",
- "selected": false,
- "position": {
- "x": 200,
- "y": 100
- },
- "data": {
- "nodes": [
- {
- "id": "sub_node_default",
- "type": "Text",
- "content": {
- "text": "Action Analytics",
- "type": ""
- },
- "buttons": [],
- "state": {}
- }
- ]
- },
- "positionAbsolute": {
- "x": 200,
- "y": 100
- }
- },
- {
- "width": 250,
- "height": 202,
- "id": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
- "type": "Action",
- "selected": false,
- "position": {
- "x": 633,
- "y": 101.3125
- },
- "data": {
- "nodes": [
- {
- "id": "sub_node_29b8c891-8343-41a9-bd15-07f3e973c8dc",
- "type": "SendAnalytics",
- "content": {
- "provider": "google",
- "eventName": "event_name",
- "params": [
- {
- "parametr": "param1",
- "value": "val1"
- },
- {
- "parametr": "par2",
- "value": "val2"
- },
- {
- "parametr": "par",
- "value": "key"
- },
- {
- "parametr": "a",
- "value": "b"
- }
- ]
- }
- }
- ]
- },
- "positionAbsolute": {
- "x": 633,
- "y": 101.3125
- },
- "dragging": false
- }
- ],
- "edges": [
- {
- "source": "start_node_default",
- "sourceHandle": "start_node_default",
- "target": "chain_node_default",
- "targetHandle": "chain_node_default",
- "id": "reactflow__edge-start_node_default-chain_node_default",
- "selected": false
- },
- {
- "source": "chain_node_default",
- "sourceHandle": "chain_node_default",
- "target": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
- "targetHandle": "chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
- "id": "reactflow__edge-chain_node_defaultchain_node_default-chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1chain_node_5bf1dc75-99b4-4590-bec9-dbfdfb20fbd1",
- "selected": false
- }
- ],
- "name": "Action Analytics"
- }
Advertisement
Add Comment
Please, Sign In to add comment