Skip to content

Commit aeb147b

Browse files
Clarify which actions are obfuscated
1 parent 5427017 commit aeb147b

File tree

1 file changed

+13
-0
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+13
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,19 @@ An example:
493493
analytics.load('writekey', { integrations: { All: false, 'Google Analytics': true, 'Segment.io': true } })
494494
```
495495

496+
<<<<<<< Updated upstream
497+
=======
498+
You can also add an `obfuscate` property to the object taken as a second argument, which will obscure the url from which your integrations and destination actions are loaded. This is helpful for names that are commonly flagged by ad blockers.
499+
500+
An example:
501+
502+
```js
503+
analytics.load('writekey', { obfuscate: true })
504+
```
505+
506+
This value is `false` by default.
507+
508+
>>>>>>> Stashed changes
496509
> info ""
497510
> **Note:** To use this feature, you must be on snippet version 4.1.0 or later. You can get the latest version of the snippet [here](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet).
498511

0 commit comments

Comments
 (0)