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: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Once you've set `KEEN_PROJECT_ID` and `KEEN_WRITE_KEY`, sending events is simple
62
62
Data Enrichment
63
63
```````````````
64
64
65
-
Keen IO can enrich event data by parsing or joining it with other data sets. This is done through the concept of “add-ons”. To activate add-ons, you simply add some new properties within the "keen" namespace in your events. Detailed documentation for the configuration of our add-ons is available `here <https://keen.io/docs/api/python#data-enrichment>`_.
65
+
Keen IO can enrich event data by parsing or joining it with other data properties. This is done through the concept of “add-ons”. To activate add-ons, you simply add some new properties within the "keen" namespace in your events. Detailed documentation for the configuration of our add-ons is available `here <https://keen.io/docs/api/python#data-enrichment>`_.
66
66
67
67
Here is an example of using the `URL parser <https://keen.io/docs/streams/data-enrichment-overview/#addon-url-parser>`_:
68
68
@@ -120,7 +120,7 @@ Here is another example of using the `Datetime parser <https://keen.io/docs/api/
120
120
"price": 500
121
121
})
122
122
123
-
Other data enrichment add-ons are located in the `API reference docs <https://keen.io/docs/api/python#data-enrichment>`_.
123
+
Other Data Enrichment add-ons are located in the `API reference docs <https://keen.io/docs/api/python#data-enrichment>`_.
0 commit comments