Ticto - Checkout
Eventos da família checkout.* na integração Ticto.
Eventos Disponíveis
checkout.abandoned
Estrutura do Payload
{ "event": "checkout.abandoned", "customer": { "id": "CUST-001", "name": "João Silva", "document": "12345678900", "phone_numbers": [ { "formatted_phone": "11999999999", "type": null, "raw_number": "11999999999", "area_code": null, "international_dialing_code": null } ], "address": { "street": "Rua Example", "number": "123", "complement": "Apto 1", "neighborhood": "Bairro", "city": "São Paulo", "state": "SP", "country": "BR", "postal_code": "01234567" } }, "checkout": { "id": null, "url": "https://checkout.ticto.com.br/abc123" }, "lead_tracking": { "src": "facebook", "sck": null, "utm_source": "facebook", "utm_campaign": "campanha", "utm_medium": "social", "utm_content": "ads", "utm_term": "termo", "utm_id": null, "meta_fbp": null, "google_ga_id": null, "google_gclid": null, "google_gclsrc": null, "google_dclid": null, "google_gbraid": null, "google_wbraid": null, "tiktok_ttlid": null, "ip": null }}Componentes do Payload
Customer
| Campo | Tipo | Descrição |
|---|---|---|
id | string | null | Código do cliente |
name | string | null | Nome do cliente |
document | string | null | Número do documento (CPF/CNPJ) |
email | string | null | Email do cliente |
phoneNumbers | Collection | Coleção de telefones |
address | Address | Endereço do cliente |
Subcomponentes
| Campo | Tipo | Descrição |
|---|---|---|
street | string | null | Nome da rua |
number | string | null | Número |
complement | string | null | Complemento |
neighborhood | string | null | Bairro |
city | string | null | Cidade |
state | string | null | Estado (UF) |
country | string | null | País |
postalCode | string | null | CEP |
Telefones
| Campo | Tipo | Descrição |
|---|---|---|
formattedPhone | PhoneFactory | null | Telefone formatado |
type | null | Sempre null |
rawNumber | string | null | Número bruto |
areaCode | string | null | Código de área (DDD) |
internationalDialingCode | string | null | Código DDI |
Checkout
| Campo | Tipo | Descrição |
|---|---|---|
id | null | Sempre null |
url | string | null | URL do checkout |
LeadTracking
| Campo | Tipo | Descrição |
|---|---|---|
src | string | null | Fonte do tráfego |
sck | string | null | SCK |
utmSource | string | null | Fonte UTM |
utmCampaign | string | null | Campanha UTM |
utmMedium | string | null | Meio UTM |
utmContent | string | null | Conteúdo UTM |
utmTerm | string | null | Termo UTM |
utmId | null | Sempre null |
metaFbp | string | null | Meta FBP |
googleGaId | null | Sempre null |
googleGclid | string | null | Google GCLID |
googleGclsrc | null | Sempre null |
googleDclid | null | Sempre null |
googleGbraid | null | Sempre null |
googleWbraid | null | Sempre null |
tiktokTtlid | null | Sempre null |
ip | null | Sempre null |