POST Api/V1/CRM/TrackGoogleAnalytics

Request Information

URI Parameters

None.

Body Parameters

GoogleAnalytics
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GoogleAnalytics'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.