@hellotext/hellotext 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,9 +125,9 @@ Hellotext.track("product.purchased", {
|
|
|
125
125
|
|
|
126
126
|
## Understanding Sessions
|
|
127
127
|
|
|
128
|
-
The library looks for a session identifier present on the `
|
|
128
|
+
The library looks for a session identifier present on the `hellotext_session` parameter. If the session is not present as a cookie neither it will create a new random session identifier. The session is automatically sent to Hellotext any time the `Hellotext.track` method is called.
|
|
129
129
|
|
|
130
|
-
Short links redirections attaches a session identifier to the destination url as `
|
|
130
|
+
Short links redirections attaches a session identifier to the destination url as `hellotext_session` parameter. This will identify all the events back to the customer who opened the link.
|
|
131
131
|
|
|
132
132
|
### Get session
|
|
133
133
|
|