Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add two options to result-output-marketo
  • Loading branch information
o-mura authored Aug 14, 2023
1 parent c47af32 commit d852e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion td/marketo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can trigger the session manually.
# Supplemental

Available parameters for `result_settings` are here.

- mode: Connector mode, could be delete_leads or upload_leads (string, required, default to upload_leads)
- headers: description (string, default: null. When empty, the first row will be headers)
- list_id: The ID of the destination list where Leads are added (string, required)
- lookup_field: The optional field that can be used for de-duplication (string, optional, default to email)
Expand All @@ -40,6 +40,7 @@ Available parameters for `result_settings` are here.
- http_timeout_millis: Max http waiting time in milliseconds (integer, optional)
- upload_chunk_size_in_bytes: Max upload chunk size in bytes (integer, optional)
- batch_max_wait_msec: Batch max wait in milliseconds (integer, optional)
- ignore_invalid_records: The option can use in delete_leads mode, that indicate that skip invalid record during process`(boolean, optional, default false)

For more details on Result output to Marketo, please see [Treasure Data documentation](https://docs.treasuredata.com/display/public/INT/Marketo+Export+Integration)

Expand Down

0 comments on commit d852e3d

Please sign in to comment.