Data providers

Data providers are a capability that allows you to easily pass data from third parties to Adobe Target.

NOTE
Data providers require at.js 1.3 or later.

Format

The window.targetGlobalSettings.dataProviders setting is an array of data providers.

For more information about the structure for each data provider, see Data Providers.

Example use cases

Collect data from a third party, such as a weather service, a DMP, or even your own web service. You can then use this data to build audiences, target content, and enrich the visitor profile.

Benefits of method

This setting lets customers gather data from third-party data providers, such as Demandbase, BlueKai, and custom services, and pass the data to Target as mbox parameters in the global mbox request.

It supports the collection of data from multiple providers via async and sync requests.

Using this approach makes it easy to manage flicker of default page content, while including independent timeouts for each provider to limit the impact on page performance

Caveats

If the data providers added to window.targetGlobalSettings.dataProviders are async, they are executed in parallel. The Visitor API request is executed in parallel with functions added to window.targetGlobalSettings.dataProviders to allow a minimum wait time.

at.js does not try to cache the data. If the data provider fetches data only once, the data provider should make sure that data is cached and, when the provider function is invoked, serve the cache data for the second invocation.

Code examples

Several examples can be found in Data Providers.

Documentation: Data Providers

Training videos:

recommendation-more-help
6906415f-169c-422b-89d3-7118e147c4e3