Skip to content

Commit 0755ba3

Browse files
committed
Added documentation notes about tracking consent according to DSGVO/GDPR
1 parent 27f8388 commit 0755ba3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

documentation/IN_APP_MESSAGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Exponea SDK allows you to display native in-app messages based on definitions se
33

44
No developer work is required for in-app messages, they work automatically after the SDK is configured.
55

6+
> The behaviour of InApp messages tracking (action click and message close) may be affected by the tracking consent feature, which in enabled mode considers the requirement of explicit consent for tracking. Read more in [tracking consent documentation](https://documentation.bloomreach.com/engagement/docs/configuration-of-tracking-consent).
7+
68
### Troubleshooting
79
As with everything that's supposed works automatically, the biggest problem is what to do when it doesn't.
810

@@ -17,4 +19,4 @@ In-app messages are triggered when an event is tracked based on conditions setup
1719

1820
If your application decides to present another UIViewController/start a new Activity right at the same time a race condition is created and the message might be displayed and immediately dismissed. Keep this in mind if the logs tell you your message was displayed but you don't see it.
1921

20-
> Show on `App load` displays in-app message when a `session_start` event is tracked. If you close and quickly reopen the app, it's possible that the session did not timeout and message won't be displayed. If you use manual session tracking, the message won't be displayed unless you track `session_start` event yourself.
22+
> Show on `App load` displays in-app message when a `session_start` event is tracked. If you close and quickly reopen the app, it's possible that the session did not timeout and message won't be displayed. If you use manual session tracking, the message won't be displayed unless you track `session_start` event yourself.

documentation/PUSH_ANDROID.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ We rely on our native SDK to do push tracking. For more complex scenarios(multip
33

44
> Exponea Android SDK contains self-check functionality to help you successfully setup push notifications. Self-check will try to track push token, request Exponea backend to send silent push to the device and check the app is ready to open push notifications. To enable self-check call `ExponeaPlugin().checkPushSetup()` **before** configuring the SDK.
55
6+
> The behaviour of Push delivery and click tracking may be affected by the tracking consent feature, which in enabled mode considers the requirement of explicit consent for tracking. Read more in [tracking consent documentation](https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/TRACKING_CONSENT.md).
7+
68
## Push Integrations
79
Exponea Android SDK supports these integrations:
810

documentation/PUSH_IOS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ The setup process for iOS is a bit more complicated, in some complex scenarios i
33

44
> Exponea iOS SDK contains self-check functionality to help you successfully setup push notifications. Self-check will try to track push token, request Exponea backend to send silent push to the device and check the app is ready to open push notifications. To enable self-check call `ExponeaPlugin().checkPushSetup()` **before** configuring the SDK.
55
6+
> The behaviour of Push delivery and click tracking may be affected by the tracking consent feature, which in enabled mode considers the requirement of explicit consent for tracking. Read more in [tracking consent documentation](https://github.com/exponea/exponea-ios-sdk/blob/develop/Documentation/TRACKING_CONSENT.md).
7+
68
## Setup process
79
1. [Setting application capabilities](#1-application-capabilities)
810
2. [Setting Exponea application delegate](#2-exponea-app-delegate)

0 commit comments

Comments
 (0)