Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.8 KB

File metadata and controls

26 lines (17 loc) · 1.8 KB
description
This information can help you understand Signals Extension.

Adobe Signals

By leveraging the same triggers and traits that you use to display an in-app message, you can configure the SDK to send customized data to a third-party destination. Also, with the appropriate permissions and configurations, you can use the collectPii API to send personally identifiable information (PII) to a remote server.

Here are the implications of the privacy status for this extension:

  • When the global.privacy configuration is set to optedout, the Signals extension clears all queued hits and drops future network send requests.
  • If the configuration is optunknown, the network send requests will be queued on the SDK but are not sent out.
  • If the configuration is optedin, the network requests to a third-party destination are allowed, provided the trigger conditions match.

Additional Information

Here is some additional information:

Tip: The keys in the Events section can be used as data elements.