Skip to content

Commit

Permalink
docs: update audiences.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz authored Oct 22, 2024
1 parent e4a9136 commit 73171ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/audiences.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
With audiences you can serve different versions of your content to different groups of users based on the information you can glean from there current session. For instance, you can optimize the experience for:
- mobile vs. desktop
- Chrome vs. Firefox
- 1st vs. returning visitor
- fast vs slow connections
- different ge0graphies
- [1st vs. returning visitor](https://github.com/hlxsites/wknd/blob/main/scripts/scripts.js#L33-L34)
- [fast vs slow connections](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation/effectiveType)
- different geographies via [Geolocation API](https://github.com/hlxsites/wknd/blob/main/scripts/scripts.js#L33-L34) or CDN workers ([Fastly]8https://www.fastly.com/documentation/reference/vcl/variables/geolocation/), [Cloudflare](https://developers.cloudflare.com/workers/examples/geolocation-hello-world/))
- etc.

## Set up
Expand Down

0 comments on commit 73171ae

Please sign in to comment.