Class FloodlightGroup
A single Floodlight group.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class FloodlightGroup : IDirectResponseSchema
Properties
ActiveViewConfig
The Active View video viewability metric configuration for the Floodlight group.
Declaration
[JsonProperty("activeViewConfig")]
public virtual ActiveViewVideoViewabilityMetricConfig ActiveViewConfig { get; set; }
Property Value
Type | Description |
---|---|
ActiveViewVideoViewabilityMetricConfig |
CustomVariables
User-defined custom variables owned by the Floodlight group. Use custom Floodlight variables to create
reporting data that is tailored to your unique business needs. Custom Floodlight variables use the keys
U1=
, U2=
, and so on, and can take any values that you choose to pass to them. You can use them to track
virtually any type of data that you collect about your customers, such as the genre of movie that a customer
purchases, the country to which the item is shipped, and so on. Custom Floodlight variables may not be used
to pass any data that could be used or recognized as personally identifiable information (PII). Example:
custom_variables { fields { "U1": value { number_value: 123.4 }, "U2": value { string_value: "MyVariable2" }, "U3": value { string_value: "MyVariable3" } } }
Acceptable values for keys are "U1" through "U100",
inclusive. String values must be less than 64 characters long, and cannot contain the following characters:
"<>
.
Declaration
[JsonProperty("customVariables")]
public virtual IDictionary<string, object> CustomVariables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
DisplayName
Required. The display name of the Floodlight group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FloodlightGroupId
Output only. The unique ID of the Floodlight group. Assigned by the system.
Declaration
[JsonProperty("floodlightGroupId")]
public virtual long? FloodlightGroupId { get; set; }
Property Value
Type | Description |
---|---|
long? |
LookbackWindow
Required. The lookback window for the Floodlight group. Both click_days and impression_days are required.
Acceptable values for both are 0
to 90
, inclusive.
Declaration
[JsonProperty("lookbackWindow")]
public virtual LookbackWindow LookbackWindow { get; set; }
Property Value
Type | Description |
---|---|
LookbackWindow |
Name
Output only. The resource name of the Floodlight group.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
WebTagType
Required. The web tag type enabled for the Floodlight group.
Declaration
[JsonProperty("webTagType")]
public virtual string WebTagType { get; set; }
Property Value
Type | Description |
---|---|
string |