Available Actions
eventpageviewreportrealtime
Input Schema
{
"type": "object",
"required": [
"measurement_id",
"events"
],
"properties": {
"events": {
"type": "array"
},
"measurement_id": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"validationMessages": {
"type": "array"
}
}
}Quick Start
API Endpoint
POST /api/execute/google-analyticscURL Example
curl -X POST \
https://api.nulayers.com/execute/google-analytics \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "event"}'