Class CounterEvent
Counter event of the creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class CounterEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The name of the counter event.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportingName
Required. The name used to identify this counter event in reports.
Declaration
[JsonProperty("reportingName")]
public virtual string ReportingName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |