ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Adobe Analytics の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAdobe Analytics から関連するレスポンスデータを返します。
CData ADO.NET Provider for Adobe Analytics ストアドプロシージャ
| 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. |