Class AddContentEventsRequestItem
Inheritance
AddContentEventsRequestItem
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class AddContentEventsRequestItem
Properties
Optionally specify the used ApiClient. Defaults to the API Client sending this request.
Declaration
[JsonProperty("apiClientId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ApiClientId { get; set; }
Property Value
Specifies content for which the events happened
Declaration
[JsonProperty("contentId", Required = Required.Always)]
[Required]
public string ContentId { get; set; }
Property Value
Optionally specify an additional id under which the supplied data should be tracked. This
Id is only used internally and cannot be retrieved through API or export.
Declaration
[JsonProperty("externalEventTraceId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ExternalEventTraceId { get; set; }
Property Value
Data to be added to statistics
Declaration
[JsonProperty("statistics", Required = Required.Always)]
[Required]
public ContentStatisticsDataEditable Statistics { get; set; }
Property Value
Specifies at which time the events happened. The information will be automatically aggregated according to internal temporal resolution of statistics.
Declaration
[JsonProperty("timestamp", Required = Required.Always)]
[Required]
public DateTime Timestamp { get; set; }
Property Value
Methods
Declaration
public static AddContentEventsRequestItem FromJson(string data)
Parameters
Returns