You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/proofpoint_tap/_dev/build/docs/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ For the more information on generating TAP credentials please follow the steps m
23
23
24
24
This is the `clicks_blocked` dataset.
25
25
26
+
NOTE: For the `clicks_blocked` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
27
+
26
28
{{event "clicks_blocked"}}
27
29
28
30
{{fields "clicks_blocked"}}
@@ -31,6 +33,8 @@ This is the `clicks_blocked` dataset.
31
33
32
34
This is the `clicks_permitted` dataset.
33
35
36
+
NOTE: For the `clicks_permitted` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
Copy file name to clipboardExpand all lines: packages/proofpoint_tap/docs/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ For the more information on generating TAP credentials please follow the steps m
23
23
24
24
This is the `clicks_blocked` dataset.
25
25
26
+
NOTE: For the `clicks_blocked` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
27
+
26
28
An example event for `clicks_blocked` looks as following:
27
29
28
30
```json
@@ -249,6 +251,8 @@ An example event for `clicks_blocked` looks as following:
249
251
250
252
This is the `clicks_permitted` dataset.
251
253
254
+
NOTE: For the `clicks_permitted` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
255
+
252
256
An example event for `clicks_permitted` looks as following:
0 commit comments