# Additional marketing data

You can send additional information about your quiz results to third-party marketing services, such as apps like [Klaviyo](/building-a-quiz/integrations/email-and-sms/klaviyo.md).

## In this section

* [Collecting additional marketing data](#how-to-connect)
* [Add a marketing property name](#add-a-marketing-property-name)

***

## **Collecting additional marketing data** <a href="#how-to-connect" id="how-to-connect"></a>

By default, your quiz is set up to collect and pass specific data to your marketing integrations. Data collected by default is quiz name, quiz completion data, discount code, products (Klaviyo only), and customer answers.&#x20;

You can decide to deselect any of these options if you don't want to pass that specific data.&#x20;

**Steps:**&#x20;

1. From the quiz builder, click **Settings**.
2. Click **Integrations**.&#x20;
3. Under **Custom properties**, uncheck any of the data options that you don't want to be passed on to your marketing integrations.
4. Click **Save**.&#x20;

***

## Add a marketing property name

You can change the marketing property name of the quiz questions. The marketing property name is the identifier that is passed to you marketing integrations.&#x20;

For example, if you have a question that asks: `What is your skincare type?`  you can add a name for this question that's just `skincare-type` so that the entire question doesn't get passed, but a short form of it.&#x20;

**Steps:**

1. From the quiz builder, click a question.
2. On the right-hand panel, go to **Settings**.
3. In the text field under **Marketing property name (optional)**, type the name you want passed to your marketing integrations.
4. Click **Save**.


---

# 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://support.quizkitapp.com/building-a-quiz/integrations/analytics-and-tracking/additional-marketing-data.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.
