- Resource: FloodlightGroup
- WebTagType
- LookbackWindow
- ActiveViewVideoViewabilityMetricConfig
- VideoViewabilityPercent
- VideoVolumePercent
- VideoDurationSeconds
- VideoDurationQuartile
- Methods
Resource: FloodlightGroup
A single Floodlight group.
JSON representation |
---|
{ "name": string, "floodlightGroupId": string, "displayName": string, "webTagType": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the Floodlight group. |
floodlightGroupId |
Output only. The unique ID of the Floodlight group. Assigned by the system. |
displayName |
Required. The display name of the Floodlight group. |
webTagType |
Required. The web tag type enabled for the Floodlight group. |
lookbackWindow |
Required. The lookback window for the Floodlight group. Both |
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 Custom Floodlight variables may not be used to pass any data that could be used or recognized as personally identifiable information (PII). Example: Acceptable values for keys are "U1" through "U100", inclusive. String values must be less than 64 characters long, and cannot contain the following characters: |
activeViewConfig |
The Active View video viewability metric configuration for the Floodlight group. |
WebTagType
The possible types of web tags for a Floodlight group.
Enums | |
---|---|
WEB_TAG_TYPE_UNSPECIFIED |
Type value is not specified or is unknown in this version. |
WEB_TAG_TYPE_NONE |
No tag type. |
WEB_TAG_TYPE_IMAGE |
Image tag. |
WEB_TAG_TYPE_DYNAMIC |
Dynamic tag. |
LookbackWindow
Specifies how many days into the past to look when determining whether to record a conversion.
JSON representation |
---|
{ "clickDays": integer, "impressionDays": integer } |
Fields | |
---|---|
clickDays |
Lookback window, in days, from the last time a given user clicked on one of your ads. |
impressionDays |
Lookback window, in days, from the last time a given user viewed one of your ads. |
ActiveViewVideoViewabilityMetricConfig
Configuration for custom Active View video viewability metrics.
JSON representation |
---|
{ "displayName": string, "minimumViewability": enum ( |
Fields | |
---|---|
displayName |
Required. The display name of the custom metric. |
minimumViewability |
Required. The minimum percentage of the video ad's pixels visible on the screen in order for an impression to be recorded. |
minimumVolume |
Required. The minimum percentage of the video ad's volume required in order for an impression to be recorded. |
minimumDuration |
The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must specify |
minimumQuartile |
The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify |
VideoViewabilityPercent
Possible percentage values of a video ad's visible pixels.
Enums | |
---|---|
VIEWABILITY_PERCENT_UNSPECIFIED |
Value is not specified or is unknown in this version. |
VIEWABILITY_PERCENT_0 |
0% viewable. |
VIEWABILITY_PERCENT_25 |
25% viewable. |
VIEWABILITY_PERCENT_50 |
50% viewable. |
VIEWABILITY_PERCENT_75 |
75% viewable. |
VIEWABILITY_PERCENT_100 |
100% viewable. |
VideoVolumePercent
Possible percentage values of a video ad's playback volume.
Enums | |
---|---|
VIDEO_VOLUME_PERCENT_UNSPECIFIED |
Value is not specified or is unknown in this version. |
VIDEO_VOLUME_PERCENT_0 |
0% volume. |
VIDEO_VOLUME_PERCENT_10 |
10% volume. |
VideoDurationSeconds
Possible values in seconds of a video ad's visible duration.
Enums | |
---|---|
VIDEO_DURATION_UNSPECIFIED |
Value is not specified or is unknown in this version. |
VIDEO_DURATION_SECONDS_NONE |
No duration value. |
VIDEO_DURATION_SECONDS_0 |
0 seconds. |
VIDEO_DURATION_SECONDS_1 |
1 second. |
VIDEO_DURATION_SECONDS_2 |
2 seconds. |
VIDEO_DURATION_SECONDS_3 |
3 seconds. |
VIDEO_DURATION_SECONDS_4 |
4 seconds. |
VIDEO_DURATION_SECONDS_5 |
5 seconds. |
VIDEO_DURATION_SECONDS_6 |
6 seconds. |
VIDEO_DURATION_SECONDS_7 |
7 seconds. |
VIDEO_DURATION_SECONDS_8 |
8 seconds. |
VIDEO_DURATION_SECONDS_9 |
9 seconds. |
VIDEO_DURATION_SECONDS_10 |
10 seconds. |
VIDEO_DURATION_SECONDS_11 |
11 seconds. |
VIDEO_DURATION_SECONDS_12 |
12 seconds. |
VIDEO_DURATION_SECONDS_13 |
13 seconds. |
VIDEO_DURATION_SECONDS_14 |
14 seconds. |
VIDEO_DURATION_SECONDS_15 |
15 seconds. |
VIDEO_DURATION_SECONDS_30 |
30 seconds. |
VIDEO_DURATION_SECONDS_45 |
45 seconds. |
VIDEO_DURATION_SECONDS_60 |
60 seconds. |
VideoDurationQuartile
Possible quartile values of a video ad's visible duration.
Enums | |
---|---|
VIDEO_DURATION_QUARTILE_UNSPECIFIED |
Value is not specified or is unknown in this version. |
VIDEO_DURATION_QUARTILE_NONE |
No quartile value. |
VIDEO_DURATION_QUARTILE_FIRST |
First quartile. |
VIDEO_DURATION_QUARTILE_SECOND |
Second quartile (midpoint). |
VIDEO_DURATION_QUARTILE_THIRD |
Third quartile. |
VIDEO_DURATION_QUARTILE_FOURTH |
Fourth quartile (completion). |
Methods |
|
---|---|
|
Gets a Floodlight group. |
|
Updates an existing Floodlight group. |