Send event to Webmarketer
Send event data to Webmarketer
Request Body schema: application/json
projectId | string |
nonce | string |
eventType | string |
trackerId | string |
data | object |
Responses
Request samples
- Payload
Content type
application/json
{- "projectId": "string",
- "nonce": "string",
- "eventType": "string",
- "trackerId": "string",
- "data": { }
}
Response samples
- 200
Content type
application/json
{ }