Last updated 5 months ago
start of time(Asia/shanghai)
end of time(Asia/shanghai)
Success
return code: 1, success; other, failed.
return message
return data
const response = await fetch('/v2-4-2/looker_studio/v3_events_info', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "date_start": "text", "date_end": "text" }), }); const data = await response.json();
{ "code": 0, "message": "text", "data": [ { "referral": 0, "creator": 0, "ad": 0, "email": 0, "sm": 0, "organic": 0, "page_viewed": 0, "product_viewed": 0, "product_added_to_cart": 0, "collection_viewed": 0, "search_submitted": 0, "checkout_started": 0, "payment_info_submitted": 0, "checkout_completed": 0, "event_at": "text" } ] }