Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.52 KB | None | 0 0
  1. {
  2.   "rules": [
  3.     {
  4.       "rule-type": "sourse",
  5.       "rule-id": "sourse",
  6.       "rule-format": "json",
  7.       "rule-action": "include"
  8.     },
  9.     {
  10.       "rule-type": "target",
  11.       "rule-name": "target",
  12.       "rule-format": "json",
  13.       "rule-action": "execute",
  14.       "mapping-parameters": {
  15.         "attribute-mappings": [
  16.           {
  17.             "target-attribute-name": "sessionID",
  18.             "attribute-type": "string",
  19.             "value": "${ssid}"
  20.           },
  21.           {
  22.             "target-attribute-name": "fingerPrintID",
  23.             "attribute-type": "string",
  24.             "value": "${fph}"
  25.           },
  26.           {
  27.             "target-attribute-name": "browsePaths",
  28.             "attribute-type": "array",
  29.             "attribute-sub-type": "object",
  30.             "value": [
  31.               {
  32.                 "target-attribute-name": "type",
  33.                 "attribute-type": "string",
  34.                 "value": "${type}"
  35.               },
  36.               {
  37.                 "target-attribute-name": "startTime",
  38.                 "attribute-type": "int",
  39.                 "value": "${td}"
  40.               },
  41.               {
  42.                 "target-attribute-name": "endTime",
  43.                 "attribute-type": "int",
  44.                 "value": "${tu}"
  45.               },
  46.               {
  47.                 "target-attribute-name": "timeOnPage",
  48.                 "attribute-type": "int",
  49.                 "value": "${timeOnPage}"
  50.               }
  51.             ]
  52.           }
  53.         ],
  54.       }
  55.     }
  56.   ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement