Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Article

...

  • If the API rate limit of 100 calls per 20 seconds exceed, the API responds with a 606 error code and the Snap fails.

  • The Asset Read Snap does not fetch existing data in Marketo database with special characters and displays warning as “No assets found for the given search criteria”

  • Marketo Snaps do not support some special characters (for example, (𝖖𝖗𝖘𝖬𝖭𝖮𝗕𝗖𝘧𝘨𝘩𝛀𝛁𝛂𝛃𝛄𝛅𝛆𝛇,𝖗𝖘𝖬𝛌𝛗𝛘𝛙𝛴).

...

Field Name

Description

Label*

Specify a name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.

Default ValueAsset Read
ExampleGet data

Command*N/A

Specify the command to query the Asset database to retrieve the desired records. Alternatively, click the Suggestion icon to fetch a list of commands and select a command.

Some commands require specific data in the input view. In such cases, place the Mapper Snap as an upstream Snap
Asset Read Snap, validate the pipeline, and note the Target Schema in Mapper Snap. 
Refer to the Marketo Assets document for details of each command

Default ValueN/A.
Example: Get Email by Name

Query Parameters

You can use this fieldset to define the name and value for query parameters on request.

Info

Ensure that the query parameters are unique and not defined in both the input document and query properties.

Name

Specify the name of the query parameter for retrieving assets.

Default Value: N/A.
Example: folder

Value


Specify the value for the query parameter for retrieving assets.

  • To enable pagination for the asset operations with the maxReturn input query parameter, provide any integer value for the maxReturn input query parameter.

  • To fetch all the records, we recommend you set the maxReturn value to 0 or to a very large integer.

Default Value: N/A.
Example: 7888888

Snap Execution

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled. Disables the Snap and all Snaps downstream from it.

Default ValueValidate & Execute
ExampleExecute

Troubleshooting

None.

Examples

Retrieve Folders

This example Pipeline demonstrates how we can retrieve a form from the Asset database using the Asset Read Snap. 

...

We have a set of commands which we can see as a list when we click on the Suggestion icon.

Suggestion for Commands

Upon validation, we see the following data (folders from Asset database) in the output preview of the Snap.

Output

Download this Pipeline.

...