Marketo REST Connector Guide > Mappings and Mapping Configuration Tasks with Marketo > Marketo Targets in Mappings
  

Marketo Targets in Mappings

In a mapping, you can configure a Target transformation to represent a single Marketo target.
The general properties display the name and description of the Marketo target. Configure the target and advanced properties for the target object.
The following table describes the Marketo target properties that you can configure in a Target transformation:
Property
Description
Connection
Name of the target connection.
Target Type
Select Single Object.
Object
Name of the target object. You can choose one of the following target objects when you write data to Marketo:
  • - Lead. Inserts, updates, upserts, or deletes leads in the Marketo database.
  • - MergeLead. Merges two leads and updates the lead data in Marketo.
  • - AssociateLead. Associates a known lead with a cookie value of an anonymous lead and updates the known lead data in Marketo.
  • - AddLeadToList. Inserts a lead to the list in Marketo.
  • - RemoveLeadFromList. Deletes a lead from the list in Marketo.
  • - Custom objects. Inserts, updates, upserts, or deletes custom object records in Marketo.
Operation
The target operation.
The following table describes the Marketo target advanced properties that you can configure in a Target transformation:
Advanced Target Property
Description
Type of API to be used
The type of Marketo API used to insert leads in the Marketo database. You can select from the following options:
  • - Standard API. Uses the Standard API when you want to create few leads in Marketo.
  • - Bulk API. Uses the Bulk API when you want to create many leads in Marketo.
Default is Standard API.
Staging Folder for Bulk Load API
Required if you select Bulk API to insert leads in the Marketo database. The staging directory for the .csv file where you want to write lead data in bulk.
For example, you can enter the following directory: c:\bulkWriteLeads
Partition Name
The partition name where you want to insert, update, or upsert leads in Marketo.
If specified, the Secure Agent verifies if the user has access to the partition. If you do not specify a partition, the API operation uses the primary partition of the list workspace.
Create Duplicate
Creates a duplicate of the lead when that lead already exists in the Marketo database. The REST API either inserts or upserts data based on the operation you specify. You can choose one of the following values:
  • - Yes. Duplicates an existing lead.
  • - No. Does not duplicate an existing lead.
Default is No.
Lookup Field
Performs a lookup of the field you specify to determine whether the lead you want to add to the Marketo database is a duplicate lead.
List ID for Leads
The ID of a list for leads where you want to create the lead.
Custom Object Dedupe Fields
Required if you want to write a custom object record to Marketo.
Comma-separated dedupe fields or ID fields of the custom object in Marketo to which you want to write the record.
When you do not specify a value, the Secure Agent considers the dedupe field of the Marketo custom object as the default.
Success File Directory
Directory for the success rows files. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the success rows file to the following directory: <Secure Agent installation directory>/apps/Data_Integration_Server/data/success
Error File Directory
Directory for the error rows files. Specify a directory path that is available on each Secure Agent machine in the runtime environment. By default, Informatica Cloud writes the error rows file to the following directory: <Secure Agent installation directory>/apps/Data_Integration_Server/data/error