tMarketoListOperation Standard properties
These properties are used to configure tMarketoListOperation running in the Standard Job framework.
The Standard tMarketoListOperation component belongs to two families: Business and Cloud.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
This property is not available when other connection component is selected from the Connection Component drop-down list. |
Connection component |
Select the component whose connection details will be used to set up the connection to Marketo from the drop-down list. |
Endpoint address |
Enter the API Endpoint URL of the Marketo Web Service. The API Endpoint URL can be found on the Marketo panel. |
Client access ID |
Enter the client ID for the access to the Marketo Web Service. The client ID and client secret key can be found on the Marketo View Details for the service to be accessed. You can also contact Marketo Support via support@marketo.com for further information. panel, by clicking |
Secret key |
Enter the client secret key for the access to the Marketo Web Service. To enter the secret key, click the [...] button next to the secret key field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields.
Click Sync columns to retrieve the schema from the previous component connected in the Job. This component offers the advantage of the dynamic schema feature. This allows you to retrieve unknown columns from source files or to copy batches of columns from a source without mapping each column individually. For further information about dynamic schemas, see Dynamic schema. This dynamic schema feature is designed for the purpose of retrieving unknown columns of a table and is recommended to be used for this purpose only; it is not recommended for the use of creating tables. Note that the dynamic schema feature for this component is only supported in the REST API mode. |
Operation |
Select an operation to be performed from the drop-down list.
|
Add or remove many prospects |
Select this check box to add multiple leads to or remove multiple leads from a list. This check box is available only when addTo or removeFrom is selected from the Operation list. |
Die on error |
Select the check box to stop the execution of the Job when an error occurs. Clear the check box to skip any rows on error and complete the process for error-free rows. When errors are skipped, you can collect the rows on error using a Add or remove many prospects check box is cleared. connection if the |
Advanced settings
API Mode |
Select the Marketo API mode, either REST API (default) or SOAP API. For more information about the Marketo REST API, see http://developers.marketo.com/documentation/rest/. For more information about the Marketo SOAP API, see http://developers.marketo.com/documentation/soap/. |
Timeout |
Enter the timeout value (in milliseconds) for the connection to the Marketo Web Service before terminating the attempt. |
Max reconnection attemps |
Enter the maximum number of reconnect attempts to the Marketo Web Service before giving up. |
Attempt interval time |
Enter the time period (in milliseconds) between subsequent reconnection attempts. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
NUMBER_CALL |
The number of calls. This is an After variable and it returns an integer. |
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Usage rule |
This component is usually used as an intermediate component, and it requires an input component and an output component. |