ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Marketo の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMarketo から関連するレスポンスデータを返します。
CData JDBC Driver for Marketo ストアドプロシージャ
| Name | Description |
| AddLandingPageContentSection | Adds a content section to the target landing page. |
| AddLeadsToList | Marketo のリストにリードを追加します。 |
| AssociateLead | Associates a known Marketo lead record to a munchkin cookie and its associated web activity history |
| CancelExportJob | エクスポートジョブをキャンセルします。 |
| CreateEmailTemplate | Creates a new email template. |
| CreateExportJob | フィルターパラメータで定義された検索条件の、エクスポートジョブを作成します。'JobId' を返し、このId はその後、Bulk Export Activities の呼び出しでパラメータとして渡されます。EnqueueExportJob を使って、エクスポートジョブを処理用のキューに追加します。GetExportJobStatus を使って、エクスポートジョブのステータスを取得します。 |
| CreateFile | Creates a new file from the included payload. |
| DeleteLandingPageContentSection | Deletes the section of the landing page content in Marketo. |
| EnqueueExportJob | エクスポートジョブをキューに追加し、計算資源が利用可能になったときにジョブを開始します。 |
| GetExportJobFile | エクスポートジョブのファイルの内容を返します。エクスポートジョブは'Completed' の状態である必要があります。GetExportJobStatus を使って、エクスポートジョブのステータスを取得します。 |
| GetExportJobStatus | エクスポートジョブのステータスを返します。ジョブステータスは、Completed またはFailed ステータスとなった後、30日間利用可能です。 |
| GetImportCustomObjectsFailures | Marketo から、カスタムオブジェクトのインポートに関する失敗ファイルをダウンロードして保存します。 |
| GetImportCustomObjectsStatus | Marketo の、カスタムオブジェクトのインポートに関するステータスを取得します。 |
| GetImportCustomObjectsWarnings | Marketo から、カスタムオブジェクトのインポートに関する警告ファイルをダウンロードして保存します。 |
| GetImportLeadsFailures | リードのインポートに失敗したファイルをMarketo からダウンロードおよび保存します。 |
| GetImportLeadsStatus | Marketo のファイル操作からリードのインポートステータスを取得します。 |
| GetImportLeadsWarnings | リードのインポートの警告ファイルをMarketo からダウンロードおよび保存します。 |
| GetImportProgramMembersFailures | Downloads and saves the import program members failures file from Marketo. |
| GetImportProgramMembersStatus | Marketo のファイル操作からプログラムメンバーのインポートステータスを取得します。 |
| GetImportProgramMembersWarnings | Marketo から、プログラムメンバーのインポートに関する警告ファイルをダウンロードして保存します。 |
| GetOAuthAccessToken | Marketo から認証トークンを取得します。 |
| ImportCustomObjectsFromFile | カスタムオブジェクトをファイルからMarketo にインポートします。 |
| ImportLeadsFromFile | リードをファイルからMarketo にインポートします。 |
| ImportProgramMembersFromFile | プログラムメンバーをファイルからMarketo にインポートします。 |
| ListMembersOfList | リードがMarketo のリストに含まれているかどうかを決定します。 |
| MergeLeads | Merges two or more known lead records into a single lead record. |
| RefreshOAuthAccessToken | Marketo から認証トークンを取得します。 |
| RemoveLeadsFromList | Marketo のリストからリードを削除します。 |
| ScheduleCampaign | Remotely schedules a batch campaign to run at a given time. |
| UpdateEmailContent | Updates the content of an email |
| UpdateEmailFullContent | Updates the content of an email |
| UpdateEmailTemplateContent | Updates the content of the given email template. |
| UpdateFile | Replaces the current content of the file with the included payload |
| UpdateLandingPageContentSection | Add or update the section of the landing page content in Marketo. |
| UpdateLandingPageTemplateContent | Updates the content for the target landing page template. |
| UpdateLeadProgramStatus | Changes the program status of a list of leads in a target program. Only existing members of the program may have their status changed with this API. |