![]() |
VOOZH | about |
The CData Excel Add-In for Adobe Target provides formulas that can query Adobe Target data. The following three steps show how you can automate the following task: Search Adobe Target data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as AdobeTargetConnection1, or a connection string. The connection string consists of the required properties for connecting to Adobe Target data, separated by semicolons.
To connect to Adobe Target, you must provide the Tenant property along with OAuth connection properties mentioned below. Note that while other connection properties can influence processing behavior, they do not affect the ability to connect.
To determine your Tenant name:
You must set AuthScheme to OAuthClient for all user account flows.
Note: Adobe authentication via OAuth requires updating your token every two weeks.
Obtaining the OAuth Access Token
Set the following properties to connect:
With these settings, the provider obtains an access token from Adobe Target, which it uses to request data. The OAuth values are stored in the location specified by OAuthSettingsLocation, ensuring they persist across connections.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Activities WHERE Type = '"&B3&"'","Tenant="&B1&";InitiateOAuth="&B2&";Provider=AdobeTarget",B4)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Adobe Target to get started:
Download NowLearn more:
👁 Adobe Target IconThe Adobe Target Excel Add-In is a powerful tool that allows you to connect with live data from Adobe Target, directly from Microsoft Excel.
Use Excel to read, write, and update Adobe Target. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!