Attribuly API Docs
  • Introduction
  • Authentication
  • Endpoint
    • Google Looker Studio
  • API Reference
    • Event summary
    • Order: first and last touchpoint
    • Order: total conversion journey
    • The number of visitors who visited the landing page and then completed the event.
  • Common data structures
    • Customer
    • Order
    • Product
    • Event
      • Page viewed
      • Cart viewed
      • Product viewed
      • Collection viewed
      • Search submitted
      • Product added to cart
      • Product removed to cart
      • Lead form
      • Checkout started
      • Checkout address info submitted
      • Checkout contact info submitted
      • Checkout shipping info submitted
      • Payment info submitted
      • Checkout completed
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

Event summary

PreviousAPI ReferenceNextOrder: first and last touchpoint

Last updated 11 months ago

Was this helpful?

Event summary reference

  • Event summary reference
  • POSTgoogle looker studio event nums of all type

google looker studio event nums of all type

post
Header parameters
ApiKeystringOptional

secret key

Example: d4obd301000cskrg5vhkjpg3002uatpf
Body
date_startstringRequired

start of time(Asia/shanghai)

date_endstringRequired

end of time(Asia/shanghai)

Responses
200
Success
application/json
post
POST /v2-4-2/looker_studio/v3_events_info HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "date_start": "text",
  "date_end": "text"
}
200

Success

{
  "code": 1,
  "message": "Service succeed",
  "data": [
    {
      "referral": 0,
      "creator": 2,
      "ad": 2,
      "email": 0,
      "sm": 1,
      "organic": 0,
      "page_viewed": 15,
      "product_viewed": 1,
      "product_added_to_cart": 0,
      "collection_viewed": 0,
      "search_submitted": 0,
      "checkout_started": 1,
      "payment_info_submitted": 1,
      "checkout_completed": 1,
      "event_at": "2022-11-10 00:00:00"
    }
  ]
}