Show / Hide Table of Contents

Class FloodlightConfiguration

Contains properties of a Floodlight configuration.

Inheritance
object
FloodlightConfiguration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class FloodlightConfiguration : IDirectResponseSchema

Properties

AccountId

Account ID of this floodlight configuration. This is a read-only field that can be left blank.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
long?

AdvertiserId

Advertiser ID of the parent advertiser of this floodlight configuration.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

AdvertiserIdDimensionValue

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

Declaration
[JsonProperty("advertiserIdDimensionValue")]
public virtual DimensionValue AdvertiserIdDimensionValue { get; set; }
Property Value
Type Description
DimensionValue

AnalyticsDataSharingEnabled

Whether advertiser data is shared with Google Analytics.

Declaration
[JsonProperty("analyticsDataSharingEnabled")]
public virtual bool? AnalyticsDataSharingEnabled { get; set; }
Property Value
Type Description
bool?

CustomViewabilityMetric

Custom Viewability metric for the floodlight configuration.

Declaration
[JsonProperty("customViewabilityMetric")]
public virtual CustomViewabilityMetric CustomViewabilityMetric { get; set; }
Property Value
Type Description
CustomViewabilityMetric

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExposureToConversionEnabled

Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.

Declaration
[JsonProperty("exposureToConversionEnabled")]
public virtual bool? ExposureToConversionEnabled { get; set; }
Property Value
Type Description
bool?

FirstDayOfWeek

Day that will be counted as the first day of the week in reports. This is a required field.

Declaration
[JsonProperty("firstDayOfWeek")]
public virtual string FirstDayOfWeek { get; set; }
Property Value
Type Description
string

Id

ID of this floodlight configuration. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

IdDimensionValue

Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.

Declaration
[JsonProperty("idDimensionValue")]
public virtual DimensionValue IdDimensionValue { get; set; }
Property Value
Type Description
DimensionValue

InAppAttributionTrackingEnabled

Whether in-app attribution tracking is enabled.

Declaration
[JsonProperty("inAppAttributionTrackingEnabled")]
public virtual bool? InAppAttributionTrackingEnabled { get; set; }
Property Value
Type Description
bool?

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LookbackConfiguration

Lookback window settings for this floodlight configuration.

Declaration
[JsonProperty("lookbackConfiguration")]
public virtual LookbackConfiguration LookbackConfiguration { get; set; }
Property Value
Type Description
LookbackConfiguration

NaturalSearchConversionAttributionOption

Types of attribution options for natural search conversions.

Declaration
[JsonProperty("naturalSearchConversionAttributionOption")]
public virtual string NaturalSearchConversionAttributionOption { get; set; }
Property Value
Type Description
string

OmnitureSettings

Settings for Campaign Manager Omniture integration.

Declaration
[JsonProperty("omnitureSettings")]
public virtual OmnitureSettings OmnitureSettings { get; set; }
Property Value
Type Description
OmnitureSettings

SubaccountId

Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.

Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type Description
long?

TagSettings

Configuration settings for dynamic and image floodlight tags.

Declaration
[JsonProperty("tagSettings")]
public virtual TagSettings TagSettings { get; set; }
Property Value
Type Description
TagSettings

ThirdPartyAuthenticationTokens

List of third-party authentication tokens enabled for this configuration.

Declaration
[JsonProperty("thirdPartyAuthenticationTokens")]
public virtual IList<ThirdPartyAuthenticationToken> ThirdPartyAuthenticationTokens { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><ThirdPartyAuthenticationToken>

UserDefinedVariableConfigurations

List of user defined variables enabled for this configuration.

Declaration
[JsonProperty("userDefinedVariableConfigurations")]
public virtual IList<UserDefinedVariableConfiguration> UserDefinedVariableConfigurations { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><UserDefinedVariableConfiguration>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX