Class FloodlightActivity
A single Floodlight activity.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class FloodlightActivity : IDirectResponseSchema
Properties
AdvertiserIds
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.
Declaration
[JsonProperty("advertiserIds")]
public virtual IList<long?> AdvertiserIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
DisplayName
Required. The display name of the Floodlight activity.
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 |
FloodlightActivityId
Output only. The unique ID of the Floodlight activity. Assigned by the system.
Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type | Description |
---|---|
long? |
FloodlightGroupId
Required. Immutable. The ID of the parent Floodlight group.
Declaration
[JsonProperty("floodlightGroupId")]
public virtual long? FloodlightGroupId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Output only. The resource name of the Floodlight activity.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RemarketingConfigs
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.
Declaration
[JsonProperty("remarketingConfigs")]
public virtual IList<RemarketingConfig> RemarketingConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<RemarketingConfig> |
ServingStatus
Optional. Whether the Floodlight activity is served.
Declaration
[JsonProperty("servingStatus")]
public virtual string ServingStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
SslRequired
Output only. Whether tags are required to be compliant.
Declaration
[JsonProperty("sslRequired")]
public virtual bool? SslRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |