-
Notifications
You must be signed in to change notification settings - Fork 367
Bundle Obfuscation [DOC-508] #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -493,6 +493,16 @@ An example: | |||
analytics.load('writekey', { integrations: { All: false, 'Google Analytics': true, 'Segment.io': true } }) | |||
``` | |||
|
|||
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 actions are loaded. This is helpful for names that are commonly flagged by ad blockers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arielsilvestri some clarifying questions:
- When you say actions, do you mean destination actions?
- When you say "This is helpful for names that are commonly flagged by ad blockers," just want to clarify, why is obfuscation helpful for names that are flagged by ad blockers? Do you mean to say, "This helps names that are commonly flagged by ad blockers to not be detected."?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Correct, I will update that to say "integrations and destination actions".
- Sure, some clarification there - the goal of [this project was to provide ways for our customers to help mitigate how often commonly blocked words in urls would prevent certain integrations from properly loading. With this change, something like
adobe-analytics
would no longer appear in any part of the URL, as a small example.
✅ Deploy Preview for segment-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
hi @arielsilvestri was your most recent commit intentional? Looks like the rebase you committed didn't resolve conflicts properly |
ack, weird. Let me see if I can fix that. |
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
Announcing our obfuscation feature to customers.
Merge timing
Need to clarify if we have any other comms to make before merging this, but I will ping here once I have that confirmed.