v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
HTML Mode Pages

Send an HTML Mode Meta Conversion API event

Page-scoped public endpoint used by Scalev.analytics.track("meta", payload) and Scalev.analytics.track("facebook", payload). The page path and API key select the page analytics configuration.

post/v3/pages/{page_unique_id}/analytics/meta/events

Request body

event_source_urlstring uri nullable

Full storefront page URL for the event. The API strips query parameters before sending to Meta.

referrer_urlstring uri nullable

Browser referrer URL. The API uses this with event_source_url to choose checkout versus home storefront analytics configuration.

Example request

{
  "user_data": {
    "country": "id"
  },
  "events": [
    {
      "event_name": "AddToCart"
    }
  ]
}

Response

Success with no response body