ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Google Campaign Manager 360 の単純なSELECT 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにGoogle Campaign Manager 360 から関連するレスポンスデータを返します。
CData Python Connector for Google Campaign Manager 360 ストアドプロシージャ
| Name | Description |
| CheckReportStatus | Checks the status of a report. |
| CreateCustomSchema | Creates a custom schema file based for the given ReportID. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
| GetOAuthAuthorizationURL | Obtains the OAuth authorization URL used for authentication with various Google services. |
| RefreshOAuthAccessToken | Obtains the OAuth access token to be used for authentication with various Google services. |
| RunReport | Runs a given report and returns the file ID which can be used to retrieve the results after processing is complete. |