Quora Conversions API Reference

Send conversion events to Quora CAPI via Freshpaint.

Destination Info

  • Supports Track calls

  • Supports HIPAA mode

  • Refer to this destination as Quora Conversions API in 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:

Client-side
Server-side

Web

Mobile

Server

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.

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

Freshpaint property
Quora CAPI parameter
Type
Requirement
Description

$qclid

click_id

string

Required

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.

quora_event_name

event_name

string

Recommended

The Quora event name to track. See Quora CAPI Documentation for the list of allowed event names.

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.

value

value

number(float)

Optional

Conversion value in account currency.

email

email

string

Optional

The email of the user associated with the conversion.

phone_number

phone_number

string

Optional

The phone number of the user associated with the conversion.

name

name

string

Optional

The name of the user associated with the conversion.

$ip

ip

string

Optional

The IP address of the user associated with the conversion.

country

country

string

Optional

The country of the user associated with the conversion.

region

region

string

Optional

The region of the user associated with the conversion.

city

city

string

Optional

The city of the user associated with the conversion.

postal_code

postal_code

string

Optional

The postal code of the user associated with the conversion.

company_name

company_name

string

Optional

The company name of the user associated with the conversion.

job_title

job_title

string

Optional

The job title of the user associated with the conversion.

date_of_birth

date_of_birth

string

Optional

The DOB of the user associated with the conversion.

mobile_device_id

mobile_device_id

string

Optional

For Apple devices, this should be the IDFA. For Android devices, this should be the AAID.

$referrer

referrer

string

Optional

Address identifier from which the event originated.

$user_agent

user_agent

string

Optional

Information about the client device.

language

language

string

Optional

The language of the user associated with the conversion.

Last updated

Was this helpful?