curl -X POST "https://bzr.openai.com/v1/events?pid=MfnNXhLgbmEVd8qb9SC4rY" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
--data '{
"validate_only": false,
"events": [
{
"id": "",
"type": "page_viewed",
"timestamp_ms": ,
"source_url": "https://example.com/conversion",
"action_source": "web",
"data": {
"type": "contents"
}
}
]
}'
oaiq("measure", "registration_completed", {
type: "customer_action",
amount: 0,
currency: "USD"
});
oaiq(
"measure",
"page_viewed",
{ type: "contents" }
);
top of page
bottom of page