# Personalization on DitLead

Personalization is a key factor in successful outreach campaigns. With DitLead, you can tailor your emails and LinkedIn messages to each lead using **merge tags** and the **Liquid templating language**. This level of customization helps you build stronger connections, boost engagement, and improve response rates.

***

### Why Personalization Matters

* **Higher Engagement**: Personalized emails feel more relevant and increase open and reply rates.
* **Stronger Connections**: Tailoring your message to each lead's specific details fosters trust and rapport.
* **Improved Conversions**: Customized messages resonate more with prospects, leading to better conversion outcomes.

***

### Personalization Options in DitLead

#### 1. **Merge Tags**

Merge tags allow you to dynamically insert lead-specific information into your emails and messages. DitLead supports a variety of merge tags, including:

* **{{ first\_name }}**: Inserts the lead’s first name.
* **{{ last\_name }}**: Inserts the lead’s last name.
* **{{ company\_name }}**: Inserts the lead’s company name.
* **{{ job\_title }}**: Inserts the lead’s job title.
* **{{ email }}**: Inserts the lead’s email address.
* [**Custom Fields**:](/crm-and-pipeline/custom-fields-and-label.md) Use any custom fields you’ve created for further personalization.

**Example:**

```plaintext
Hi {{ first_name }},  
I noticed you’re the {{ job_title }} at {{ company_name }}. I’d love to discuss how we can help your team streamline operations.  
```

***

#### 2. **Liquid Templating Language**

DitLead also supports the powerful **Liquid** templating language, allowing for advanced personalization logic in your messages. With Liquid, you can:

* **Use Conditional Logic**: Customize content based on lead data.
* **Loop Through Data**: Insert multiple values dynamically.
* **Format Data**: Adjust the format of dates, numbers, and text.

**Example:**

```liquid
{% if job_title == "CEO" %}  
Hi {{ first_name }}, I admire the leadership role you have at {{ company_name }}.  
{% else %}  
Hi {{ first_name }}, I’d love to connect with you regarding opportunities at {{ company_name }}.  
{% endif %}  
```

***

### How to Use Personalization in Campaigns

#### Step 1: Select Your Template

1. Go to the **Automation** section of your campaign.
2. Choose an **Email Step** or **LinkedIn Step**.
3. Select a template or create a new message.

#### Step 2: Insert Merge Tags

1. Place your cursor where you want to insert personalized content.
2. Click on the **Merge Tag** dropdown and select the desired tag.

#### Step 3: Add Liquid Logic (Optional)

1. For advanced personalization, insert Liquid code directly into the message.
2. Use **preview mode** to test how the message will look with real lead data.

***

### Best Practices for Personalization

* **Gather Rich Data**: Use DitLead’s lead management tools to collect detailed information about each lead.
* **Test Messages**: Preview your messages to ensure tags and Liquid logic render correctly.
* **Avoid Over-Personalization**: Balance personalization with relevance to avoid sounding robotic or forced.
* **Combine with A/B Testing**: Test different personalized messages to see what resonates best with your audience.

***

### Example Personalized Email

```plaintext
Subject: Let’s discuss your growth strategy, {{ first_name }}  

Hi {{ first_name }},  

As the {{ job_title }} at {{ company_name }}, I’m sure you’re focused on driving growth and efficiency. We specialize in helping teams like yours achieve these goals with ease.  

Would you be open to a quick chat next week?  

Looking forward to connecting!  

Best regards,  
[Your Name]  
```

By leveraging **merge tags** and **Liquid logic**, DitLead empowers you to create highly personalized and effective outreach campaigns. Personalization not only makes your emails stand out but also helps build meaningful relationships with your leads. 🎯


---

# 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.ditlead.com/email-and-linkedin-outreach/personalization-on-ditlead.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.
