Skip to content

Commit 9a780fb

Browse files
Proper merge of upstream
1 parent aeb147b commit 9a780fb

File tree

1 file changed

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

1 file changed

+0
-15
lines changed

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

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

496-
<<<<<<< Updated upstream
497-
=======
498496
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.
499497

500498
An example:
@@ -505,7 +503,6 @@ analytics.load('writekey', { obfuscate: true })
505503

506504
This value is `false` by default.
507505

508-
>>>>>>> Stashed changes
509506
> info ""
510507
> **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).
511508
@@ -517,18 +514,6 @@ onConsentDialogClosed(function(consentedTools){
517514
})
518515
```
519516

520-
#### Bundle Obfuscation
521-
You can also add an `obfuscate` property to the object in the second parameter, which obscures the URL from which your integrations and destination actions are loaded. This helps prevent words that are flagged by ad blockers to not be detected in your URL, enabling the integration to properly load.
522-
523-
For example:
524-
525-
```js
526-
analytics.load('writekey', { obfuscate: true })
527-
```
528-
529-
The `obfuscate` value is `false` by default.
530-
531-
532517
## Retries
533518

534519
When enabled, Analytics.js automatically retries network and server errors. With persistent retries, Analytics.js can:

0 commit comments

Comments
 (0)