SSIS Components for Adobe Analytics

Build 25.0.9434

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT operations with Adobe Analytics.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Adobe Analytics, along with an indication of whether the procedure succeeded or failed.

CData SSIS Components for Adobe Analytics Stored Procedures

Name Description
CreateReport Generates a custom analytics report by specifying desired dimensions, metrics, segments, and time range.
GetOAuthAccessToken Initiate the OAuth 2.0 flow and return a valid access token for use in Adobe Analytics API queries.
GetOAuthAuthorizationURL Return the URL where users can grant your application access to their Adobe Analytics data. Primarily used in web app integrations.
RefreshOAuthAccessToken Since Adobe Analytics does not support refresh tokens, this procedure re-initiates the OAuth flow by calling GetOAuthAccessToken.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434