Back to Tools

Google Analytics

Analytics

Google Analytics 4 for web and app analytics. Track pageviews, events, and conversions.

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-analytics

cURL 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"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.