Skip to content

Commit c63f8da

Browse files
rekrishngitbook-bot
authored andcommitted
GitBook: [master] 11 pages modified
1 parent 413d346 commit c63f8da

File tree

11 files changed

+15
-507
lines changed

11 files changed

+15
-507
lines changed

SUMMARY.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@
2727
* [Libraries](publishing/web/libraries.md)
2828
* [Self-hosting Libraries](publishing/web/self-hosting-libraries.md)
2929
* [Client-side Information](client-side-information/README.md)
30-
* [Mobile](client-side-information/mobile.md)
31-
* [Web](client-side-information/web/README.md)
32-
* [Asynchronous Deployment](client-side-information/web/asynchronous-deployment.md)
33-
* [Deploy JavaScript tags to opt in to Launch](client-side-information/web/deploy-javascript-tags-to-opt-in-to-launch.md)
34-
* [Launch Object Reference](client-side-information/web/launch-object-reference.md)
30+
* [Asynchronous Deployment](client-side-information/asynchronous-deployment.md)
31+
* [Deploy JavaScript tags to opt in to Launch](client-side-information/deploy-javascript-tags-to-opt-in-to-launch.md)
32+
* [Launch Object Reference](client-side-information/launch-object-reference.md)
3533
* [Administration](administration/README.md)
3634
* [Companies and Properties](administration/companies-and-properties.md)
3735
* [User Permissions](administration/user-permissions.md)

client-side-information/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
This section contains information that is useful when managing client-side operations of Launch.
44

5-
* [**Launch Object Reference**](web/launch-object-reference.md)
5+
* [**Launch Object Reference**](launch-object-reference.md)
66

77
This reference documents the \_satellite object and the things you can do with it.
88

9-
* [**Asynchronous Deployment of Experience Cloud JavaScript**](web/asynchronous-deployment.md)
9+
* [**Asynchronous Deployment of Experience Cloud JavaScript**](asynchronous-deployment.md)
1010

1111
Performance and non-blocking deployment of the JavaScript libraries required by our products is increasingly important to Adobe Experience Cloud users. Tools like [Google PageSpeed](https://developers.google.com/speed/pagespeed/insights/) recommend that users change they way they deploy The Adobe libraries on their site. This article explains how to use the Adobe JavaScript libraries in an asynchronous fashion.
1212

client-side-information/asynchronous-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Although the goal is to display content to visitors faster, and asynchronously l
3232

3333
### Timing
3434

35-
As described above, in synchronous deployments, page rendering pauses while the Launch library is loaded and executed. This means that events that happen after the library is loaded \(Page Bottom, DOM Ready, Window Loaded, etc\) always reliably happen after the `_satellite` object is available.
35+
As described above, in synchronous deployments, page rendering pauses while the Launch library is loaded and executed. This means that events that happen after the library is loaded \(Page Bottom, DOM Ready, Window Loaded, etc\) always reliably happen after the `_satellite` object is available.
3636

37-
In asynchronous deployments, the page rendering does not pause for the library to be loaded. This means that the sequence of events is less reliable and can even vary from one browser to another and even one page load to another depending on a number of factors \(cached libraries, bandwidth, etc\).
37+
In asynchronous deployments, the page rendering does not pause for the library to be loaded. This means that the sequence of events is less reliable and can even vary from one browser to another and even one page load to another depending on a number of factors \(cached libraries, bandwidth, etc\).
3838

3939
If you see things occuring out of order - or occuring in different order inconsistently - it is likely that you have some timing issues to work through.
4040

@@ -46,7 +46,7 @@ Another consideration is that Launch has always provided a Page Bottom event typ
4646

4747
## Loading the Launch embed code asynchronously
4848

49-
Launch provides a toggle to turn on asynchronous loading when creating an embed code when you configure an [environment](../publishing/environments.md). You can also configure asynchronous loading yourself:
49+
Launch provides a toggle to turn on asynchronous loading when creating an embed code when you configure an [environment](../publishing/web/environments.md). You can also configure asynchronous loading yourself:
5050

5151
1. Add an async attribute to the `<script>` tag to load the script asynchronously.
5252

client-side-information/deploy-javascript-tags-to-opt-in-to-launch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Deploy JavaScript tags to opt in to Launch
22

3-
The combination of the European Union [General Data Protection Regulation \(GDPR\)](https://gdpr-info.eu/art-7-gdpr/) and [ePrivacy](https://medium.com/mydata/consent-lost-gdpr-and-found-eprivacy-e85cf881ffb) legislation requires companies to be able to manage consent for their users. Adobe customers may require visitors to opt-in before Adobe solutions execute for any given visitor. Visitors should have the ability to manage their opt-in and opt-out status.
3+
The combination of the European Union [General Data Protection Regulation \(GDPR\)](https://gdpr-info.eu/art-7-gdpr/) and [ePrivacy](https://medium.com/mydata/consent-lost-gdpr-and-found-eprivacy-e85cf881ffb) legislation requires companies to be able to manage consent for their users. Adobe customers may require visitors to opt-in before Adobe solutions execute for any given visitor. Visitors should have the ability to manage their opt-in and opt-out status.
44

5-
Adobe Experience Cloud customers require a variety of implementations of these requirements. Some use enterprise-level consent managers and others build their own.
5+
Adobe Experience Cloud customers require a variety of implementations of these requirements. Some use enterprise-level consent managers and others build their own.
66

77
For Launch, extension developers use extensions and the rule builder to define opt-in and opt-out solutions.
88

@@ -16,12 +16,12 @@ Integrations with consent managers \(such as OneTrust\) can set and track the co
1616

1717
## Analytics
1818

19-
In the Link Tracking section of the Analytics extension's configuration settings, make sure the following are _not_ selected:
19+
In the Link Tracking section of the Analytics extension's configuration settings, make sure the following are _not_ selected:
2020

2121
* Track download links
2222
* Track outbound links
2323

24-
When these settings are not selected, Launch does not fire Adobe Analytics automatically. Analytics fires only if you specifically tell it to in a rule action. Use the rule conditions to determine when and what to fire. For example, to use cookies to determine opt-in status, set a data element to read that cookie and use it as a condition in the rule to determine when to fire the Send Beacon action.
24+
When these settings are not selected, Launch does not fire Adobe Analytics automatically. Analytics fires only if you specifically tell it to in a rule action. Use the rule conditions to determine when and what to fire. For example, to use cookies to determine opt-in status, set a data element to read that cookie and use it as a condition in the rule to determine when to fire the Send Beacon action.
2525

2626
Integrations with consent managers \(such as OneTrust\) can set and track the consent cookies for customers, which can then be used in the rule builder.
2727

client-side-information/mobile.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

client-side-information/web/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

client-side-information/web/asynchronous-deployment.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

client-side-information/web/deploy-javascript-tags-to-opt-in-to-launch.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)