GoogleApi.DisplayVideo.V3.Model.FloodlightActivity (google_api_display_video v0.39.0)
View SourceA single Floodlight activity.
Attributes
-
advertiserIds(type:list(String.t), default:nil) - Output only. IDs of the advertisers that have access to the parent Floodlight group. Only advertisers under the provided partner ID will be listed in this field. -
displayName(type:String.t, default:nil) - Required. The display name of the Floodlight activity. -
floodlightActivityId(type:String.t, default:nil) - Output only. The unique ID of the Floodlight activity. Assigned by the system. -
floodlightGroupId(type:String.t, default:nil) - Required. Immutable. The ID of the parent Floodlight group. -
name(type:String.t, default:nil) - Output only. The resource name of the Floodlight activity. -
remarketingConfigs(type:list(GoogleApi.DisplayVideo.V3.Model.RemarketingConfig.t), default:nil) - Output only. A list of configuration objects designating whether remarketing for this Floodlight Activity is enabled and available for a specifc advertiser. If enabled, this Floodlight Activity generates a remarketing user list that is able to be used in targeting under the advertiser. -
servingStatus(type:String.t, default:nil) - Optional. Whether the Floodlight activity is served. -
sslRequired(type:boolean(), default:nil) - Output only. Whether tags are required to be compliant.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.FloodlightActivity{ advertiserIds: [String.t()] | nil, displayName: String.t() | nil, floodlightActivityId: String.t() | nil, floodlightGroupId: String.t() | nil, name: String.t() | nil, remarketingConfigs: [GoogleApi.DisplayVideo.V3.Model.RemarketingConfig.t()] | nil, servingStatus: String.t() | nil, sslRequired: boolean() | nil }