![]() |
VOOZH | about |
MicroStrategy is an analytics and mobility platform that enables data-driven innovation. When you pair MicroStrategy with the CData JDBC Driver for Adobe Target, you gain database-like access to live Adobe Target data from MicroStrategy, expanding your reporting and analytics capabilities. In this article, we walk through adding Adobe Target as a data source in MicroStrategy Desktop and creating a simple visualization of Adobe Target data.
The CData JDBC Driver offers unmatched performance for interacting with live Adobe Target data in MicroStrategy due to optimized data processing built into the driver. When you issue complex SQL queries from MicroStrategy to Adobe Target, the driver pushes supported SQL operations, like filters and aggregations, directly to Adobe Target and utilizes the embedded SQL engine to process unsupported operations (often SQL functions and JOIN operations) client-side. With built-in dynamic metadata querying, you can use native MicroStrategy data types to visualize and analyze Adobe Target data.
In addition to connecting to Adobe Target in MicroStrategy enterprise products, you can connect to Adobe Target in MicroStrategy Desktop. Follow the steps below to add Adobe Target data as a dataset using JDBC and create visualizations and reports of Adobe Target data.
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.
For assistance in constructing the JDBC URL, use the connection string designer built into the Adobe Target JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.adobetarget.jar
Fill in the connection properties and copy the connection string to the clipboard.
๐ Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)When you configure the JDBC URL, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
A typical connection string follows:
JDBC;MSTR_JDBC_JAR_FOLDER=PATH\TO\JAR\;DRIVER=cdata.jdbc.adobetarget.AdobeTargetDriver;URL={jdbc:adobetarget:Tenant=mycompanyname;InitiateOAuth=GETANDREFRESH;};
๐ Creating a new data source for Adobe Target.Using the CData JDBC Driver for Adobe Target in MicroStrategy Desktop, you can easily create robust visualizations and reports on Adobe Target data. Read our other articles for connecting to Adobe Target data in MicroStrategy Developer and connecting to Adobe Target data in MicroStrategy Web for more examples.
Download a free trial of the Adobe Target Driver to get started:
Download NowLearn more:
๐ Adobe Target IconEasily connect Java applications with real-time data. Use Adobe Target to manage the data that powers your applications.