POST Api/V1/CRM/TrackGoogleAnalytics
Request Information
URI Parameters
None.
Body Parameters
GoogleAnalytics| Name | Description | Type | Additional information |
|---|---|---|---|
| UA | string |
None. |
|
| CID | string |
None. |
|
| EventAction | string |
None. |
|
| EventValue | string |
None. |
|
| EventCategory | string |
None. |
|
| EventLabel | string |
None. |
|
| URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UA": "sample string 1",
"CID": "sample string 2",
"EventAction": "sample string 3",
"EventValue": "sample string 4",
"EventCategory": "sample string 5",
"EventLabel": "sample string 6",
"URL": "sample string 7"
}
application/xml, text/xml
Sample:
<GoogleAnalytics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCreate.API.Models"> <CID>sample string 2</CID> <EventAction>sample string 3</EventAction> <EventCategory>sample string 5</EventCategory> <EventLabel>sample string 6</EventLabel> <EventValue>sample string 4</EventValue> <UA>sample string 1</UA> <URL>sample string 7</URL> </GoogleAnalytics>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |