Sales funnel

Get sale funnel

get
Autorizações
Parâmetros de consulta
period_start_datestring · dateOpcional
period_final_datestring · dateOpcional
period_before_start_datestring · dateOpcional
period_before_final_datestring · dateOpcional
Respostas
200
OK
application/json
get
GET /api/sales/sales-funnel HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
  "sessions": {
    "quantity": 1,
    "percentage": 1
  },
  "product": {
    "quantity": 1,
    "percentage": 1,
    "increased_percentage": 1
  },
  "shopping_cart": {
    "quantity": 1,
    "percentage": 1,
    "increased_percentage": 1
  },
  "checkout": {
    "quantity": 1,
    "percentage": 1,
    "increased_percentage": 1
  },
  "order": {
    "quantity": 1,
    "percentage": 1,
    "increased_percentage": 1
  }
}