ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Google Ad Manager の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにGoogle Ad Manager から関連するレスポンスデータを返します。
CData Cmdlets PowerShell Module for Google Ad Manager ストアドプロシージャ
Name | Description |
CreateReportSchema | Creates a schema file based on an existing report in the Google Ad Manager UI by setting the BaseReportName input to the original report. If you want to generate a report from scratch, leave the BaseReportName blank. |
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 | Refreshes the OAuth access token used for authentication with various Google services. |