> For the complete documentation index, see [llms.txt](https://documentation.freshpaint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/quora-conversions-api-early-access/quora-conversions-api-reference.md).

# Quora Conversions API Reference

## Destination Info

* Supports [Track](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#track) calls
* Supports [HIPAA mode](https://documentation.freshpaint.io/hipaa-mode)
* Refer to this destination as **Quora Conversions API** in the [Integrations object](https://documentation.freshpaint.io/reference/developer/freshpaint-sdk-reference#using-the-integrations-object)
  * If you've configured multiple Account IDs, you can choose a specific one by suffixing the Account ID, such as: `Quora Conversions API::001100110011`**.** You can retrieve this value from the Quora Conversion API configuration page for the Account ID of interest.
* Connection Modes:

<table><thead><tr><th width="200.33333333333331" align="right"></th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>false</td><td>true</td></tr><tr><td align="right">Mobile</td><td>false</td><td>true</td></tr><tr><td align="right">Server</td><td>false</td><td>true</td></tr></tbody></table>

This is a reference document for the Quora Conversions API Ads destination. For information on how to set up this integration, see the [Quora Conversions API Quick Start Guide](/integrations/destinations/direct-response-ads/quora-conversions-api-early-access/quora-conversions-api-quick-start-guide.md).

## Events

When you send an event to the Quora CAPI destination from Freshpaint, Freshpaint will create an event in the Quora event manager by hitting Quora's conversions API.

### Event Properties

<table data-full-width="true"><thead><tr><th width="185">Freshpaint property</th><th width="191.19317626953125">Quora CAPI parameter</th><th>Type</th><th width="143.0753173828125">Requirement</th><th>Description</th></tr></thead><tbody><tr><td><code>$qclid</code></td><td><code>click_id</code></td><td>string</td><td><mark style="color:$danger;"><strong>Required</strong></mark></td><td>Click ID is required in the request body so that conversions can be attributed to Quora ads and users who clicked on the ad. If a user has clicked on more than one ad, the most recent click id should be passed back.</td></tr><tr><td><code>quora_event_name</code></td><td><code>event_name</code></td><td>string</td><td><mark style="color:$info;">Recommended</mark></td><td><p>The Quora event name to track. See <a href="https://www.quora.com/ads/conversion_api_doc#/paths/~1conversion/post">Quora CAPI Documentation</a> for the list of allowed event names.</p><p>Note: If this property is absent, Freshpaint will attempt to use the name of the Freshpaint event. This will only work if the Freshpaint event name is one of the specific supported Quora CAPI names, so we recommend sending event name separately.</p></td></tr><tr><td><code>value</code></td><td><code>value</code></td><td>number(float)</td><td><mark style="color:$info;">Optional</mark></td><td>Conversion value in account currency.</td></tr><tr><td><code>email</code></td><td><code>email</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The email of the user associated with the conversion.</td></tr><tr><td><code>phone_number</code></td><td><code>phone_number</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The phone number of the user associated with the conversion.</td></tr><tr><td><code>name</code></td><td><code>name</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The name of the user associated with the conversion.</td></tr><tr><td><code>$ip</code></td><td><code>ip</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The IP address of the user associated with the conversion.</td></tr><tr><td><code>country</code></td><td><code>country</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The country of the user associated with the conversion.</td></tr><tr><td><code>region</code></td><td><code>region</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The region of the user associated with the conversion.</td></tr><tr><td><code>city</code></td><td><code>city</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The city of the user associated with the conversion.</td></tr><tr><td><code>postal_code</code></td><td><code>postal_code</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The postal code of the user associated with the conversion.</td></tr><tr><td><code>company_name</code></td><td><code>company_name</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The company name of the user associated with the conversion.</td></tr><tr><td><code>job_title</code></td><td><code>job_title</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The job title of the user associated with the conversion.</td></tr><tr><td><code>date_of_birth</code></td><td><code>date_of_birth</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The DOB of the user associated with the conversion.</td></tr><tr><td><code>mobile_device_id</code></td><td><code>mobile_device_id</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>For Apple devices, this should be the IDFA.<br>For Android devices, this should be the AAID.</td></tr><tr><td><code>$referrer</code></td><td><code>referrer</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>Address identifier from which the event originated.</td></tr><tr><td><code>$user_agent</code></td><td><code>user_agent</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>Information about the client device.</td></tr><tr><td><code>language</code></td><td><code>language</code></td><td>string</td><td><mark style="color:$info;">Optional</mark></td><td>The language of the user associated with the conversion.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/quora-conversions-api-early-access/quora-conversions-api-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
