Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the cmdlet 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 Cmdlets PowerShell Module 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. |