Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
abhisheklmm
reviewed
Aug 27, 2024
| ### Fingerprint Browser Agent on Page Load | ||
|
|
||
| The JavaScript agent is loaded at page load time, and the function to get the visitor ID is run right away. For more information, refer to [Fingerprint on Page Load](get-started-fingerprinting.md#fingerprint-on-page-load). | ||
| The script used to activate the agent affects the performance of the Fingerprint service. For example, activating the Javascript agents at page load time also runs a function that generates the `visitorId`, improving the speed and performance, unlike the script that activates the agent after clicking on a button, which takes longer. |
There was a problem hiding this comment.
I dont think we should say it like this in customer facing docs.
The point is that with FPS, the end user is free to choose when they want to call the service - either on page load or button click, etc. It is the way it is for flexibility and has no direct correlation with FPS performance.
abhisheklmm
reviewed
Aug 27, 2024
Comment on lines
+10
to
+26
| First-party cookies are created by the host domain, i.e., the website the user visits. For example, when visiting example.com, the cookies stored by example.com are first-party cookies. This class of cookies helps improve user experience and is considered non-intrusive. Some examples of these cookies include: | ||
|
|
||
| - **User authentication cookies:** These cookies help store login and authentication details. | ||
| - **Language preference cookies :** Cookies in this class are offered by multi-lingual sites and help to store your preferred language so that subsequent visits to the same site display in your preferred language. | ||
| - **Personalization cookies:** Personalization cookies store your preferred browsing settings and preferences to ensure a seamless browsing experience. | ||
| - **Session management cookies:** These cookies improve browsing sessions by keeping track of changes during a previous session as a user moves from page to page. | ||
|
|
||
| Other first-party cookies include analytics, security, and e-commerce shopping cart cookies. | ||
|
|
||
| ### Using First-party Cookies | ||
|
|
||
| Information collected by first-party cookies are only shared with the host website. They also help improve the user experience when navigating a site by storing login details, personalizing website settings, and tracking user behavior for the site's own analytics. | ||
|
|
||
| ### Data Privacy Concerns and Implications | ||
|
|
||
| Data privacy laws consider first-party cookies essential as they are | ||
| generally considered less intrusive in terms of privacy, as their usage often occurs by the site the user has chosen to visit. However, they can still raise privacy concerns, especially when collecting sensitive information. |
There was a problem hiding this comment.
Do we really need all this explaining first & third party in the FPS docs?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrote some sections. Will be adding to it with time.