curl --request GET \
--url 'https://api.finseo.ai/v1/projects/PROJECT_ID/attribution?days=30&category=ai_search' \
--header "Authorization: Bearer $FINSEO_API_KEY"
{
"data": {
"responses": [
{
"id": "a1b2c3d4-...",
"channel_id": "ai_search",
"channel_label": "AI Search (ChatGPT, Perplexity, etc.)",
"channel_category": "ai_search",
"respondent_email": "jane@company.com",
"respondent_name": "Jane Smith",
"deal_value": 12000,
"deal_currency": "USD",
"source": "hubspot",
"page_url": "https://example.com/signup",
"form_id": "lT4Z3j",
"created_at": "2026-03-15T10:30:00Z"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 142,
"hasMore": true
}
}
}
Attribution
Elenca le attribuzioni
GET
/
v1
/
projects
/
{projectId}
/
attribution
curl --request GET \
--url 'https://api.finseo.ai/v1/projects/PROJECT_ID/attribution?days=30&category=ai_search' \
--header "Authorization: Bearer $FINSEO_API_KEY"
{
"data": {
"responses": [
{
"id": "a1b2c3d4-...",
"channel_id": "ai_search",
"channel_label": "AI Search (ChatGPT, Perplexity, etc.)",
"channel_category": "ai_search",
"respondent_email": "jane@company.com",
"respondent_name": "Jane Smith",
"deal_value": 12000,
"deal_currency": "USD",
"source": "hubspot",
"page_url": "https://example.com/signup",
"form_id": "lT4Z3j",
"created_at": "2026-03-15T10:30:00Z"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 142,
"hasMore": true
}
}
}
Ottieni le risposte al sondaggio di attribuzione di un progetto, con paginazione. Puoi filtrare per categoria di canale, fonte e intervallo temporale.
string
obbligatorio
L’ID del progetto.
integer
predefinito:"30"
Numero di giorni da considerare a ritroso.
string
Filtra per categoria di canale:
ai_search, organic_search, paid, social, referral, content, direct, other.string
Filtra per fonte dei dati:
widget, hubspot, typeform, jotform, salesforce, api, api_bulk.integer
predefinito:"1"
Numero di pagina.
integer
predefinito:"50"
Risultati per pagina (max 500).
curl --request GET \
--url 'https://api.finseo.ai/v1/projects/PROJECT_ID/attribution?days=30&category=ai_search' \
--header "Authorization: Bearer $FINSEO_API_KEY"
{
"data": {
"responses": [
{
"id": "a1b2c3d4-...",
"channel_id": "ai_search",
"channel_label": "AI Search (ChatGPT, Perplexity, etc.)",
"channel_category": "ai_search",
"respondent_email": "jane@company.com",
"respondent_name": "Jane Smith",
"deal_value": 12000,
"deal_currency": "USD",
"source": "hubspot",
"page_url": "https://example.com/signup",
"form_id": "lT4Z3j",
"created_at": "2026-03-15T10:30:00Z"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 142,
"hasMore": true
}
}
}