Skip to content

Commit a899ef2

Browse files
Update src/connections/destinations/catalog/kameleoon/index.md
I've verified with the customer to remove the api name`Kameleoon.API.Visitor.code` Co-authored-by: stayseesong <[email protected]>
1 parent 270c376 commit a899ef2

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/kameleoon

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/kameleoon/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The integration requires you to use the same system of identifiers for both tool
3535

3636
If you use Kameleoon Experiment or Kameleoon AI Personalization on your website, Kameleoon places a cookie that contains an anonymous unique identifier, called the Kameleoon visitorcode. This ID is randomly assigned to a visitor and is used to uniquely identify a browser.
3737

38-
You can either pass our visitorcode in the userId property of the Segment calls to ensure Kameleoon can consolidate data and avoid any analytics discrepancies between the tools in your campaign results, OR you may specify in all Segment calls an additional user property, `k_visitorCode`, whose value is the Kameleoon visitorcode. You can retrieve the user visitorCode from the browser by using our [Activation API](https://developers.kameleoon.com/activation-api.html#visitor){:target="_blank"}. `Kameleoon.API.Visitor.code`
38+
You can either pass Kameleoon's visitorcode in the userId property of the Segment calls to ensure Kameleoon can consolidate data and avoid any analytics discrepancies between the tools in your campaign results, OR you may specify in all Segment calls an additional user property, `k_visitorCode`, whose value is the Kameleoon visitorcode. You can retrieve the user visitorCode from the browser by using Kameleoon's [Activation API](https://developers.kameleoon.com/activation-api.html#visitor){:target="_blank"}.
3939

4040
If you are not able to update your existing Segment tracking plan, you can also pass Kameleoon's visitor code in an additional Segment call as follows: `analytics.track('Kameleoon identifier', {'k_visitorCode': Kameleoon.API.Visitor.code});Kameleoon`. This will automatically link your internal user ID or anonymous ID to Kameleoon's own visitorCode. Make sure to call it only once per session.
4141

0 commit comments

Comments
 (0)