POST api/Logging/Pageview
Log an pageview event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
The data associated with the event
FilmFlex.Platform.Common.API.Contracts.V2.PageviewDTOName | Description | Type | Additional information |
---|---|---|---|
PageName | string |
None. |
|
UserId | string |
None. |
|
DeviceId | string |
None. |
|
AffiliateId | integer |
None. |
|
SessionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageName": "sample string 1", "UserId": "sample string 2", "DeviceId": "sample string 3", "AffiliateId": 4, "SessionId": "sample string 5" }
Response Information
Resource Description
Log an pageview event
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.