FloodlightGroup class
A single Floodlight group.
Constructors
- FloodlightGroup()
- FloodlightGroup.fromJson(Map _json)
Properties
- activeViewConfig ↔ ActiveViewVideoViewabilityMetricConfig
-
The Active View video viewability metric configuration for the Floodlight
group.
read / write
-
customVariables
↔ Map<
String, Object> -
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:"<>
. [...]read / write - displayName ↔ String
-
Required. The display name of the Floodlight group.
read / write
- floodlightGroupId ↔ String
-
Output only. The unique ID of the Floodlight group. Assigned by the
system.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lookbackWindow ↔ LookbackWindow
-
Required. The lookback window for the Floodlight group. Both click_days
and impression_days are required. Acceptable values for both are
0
to90
, inclusive.read / write - name ↔ String
-
Output only. The resource name of the Floodlight group.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- webTagType ↔ String
-
Required. The web tag type enabled for the Floodlight group.
Possible string values are: [...]
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited