GrowthZone REST API API Reference
undefined
API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0
Paths
POST /api/analytics/logclickout
undefined
Request Example
{
"ClickOutToken": "string",
"VisitorId": "string",
"ClickedUrl": "string"
}
200 OK
OK
POST /api/analytics/logpageview
undefined
Request Example
{
"EventToken": "string",
"VisitorId": "string",
"Referer": "string",
"Src": "string"
}
200 OK
OK
Schema Definitions
WebMetricPageViewLogModel: object
- EventToken: string
- VisitorId: string
- Referer: string
- Src: string
Example
{
"EventToken": "string",
"VisitorId": "string",
"Referer": "string",
"Src": "string"
}