# Marketo Integration Guide

### Step 1: Finding Tokens

1. Map the dynamic variables you need in the video to Marketo tokens.

* Example: Name → `{{lead.First Name}}`
* Add a safe default when possible: `{{lead.First Name:default=there}}`

<div align="left" data-with-frame="true"><figure><img src="/files/KMCHo5NhsvpBlom4TKQV" alt="" width="375"><figcaption></figcaption></figure></div>

### Step 2: Adding the Video link

Once the relevant tokens have been added, **copy the video link** \
and paste it into any clickable element (e.g., image or button) of your Marketo email campaign.&#x20;

<div align="left" data-with-frame="true"><figure><img src="/files/PM1bv8lvrwb9TJRzuP1H" alt="" width="563"><figcaption></figcaption></figure></div>

<details>

<summary>Advanced tracking</summary>

For advanced tracking, append Marketo's tracking token to URLs if your workflow supports it.

</details>

**Official Resources:**

* [Add tokens to an email link](https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-tokens/add-tokens-to-an-email-link).&#x20;
* [Using URLs in My Tokens](https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-tokens/using-urls-in-my-tokens).&#x20;
* [Email authoring in the new Email Designer](https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/email-designer/email-authoring).&#x20;
* [Tokens overview](https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/demand-generation/landing-pages/personalizing-landing-pages/tokens-overview).&#x20;
* [Email scripting with Velocity](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/email-scripting).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blings.io/integrations-crm-guides/marketo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
