Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings

Settings related to a Floodlight conversion action.

Inheritance
object
GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings : IDirectResponseSchema

Properties

ActivityGroupTag

Output only. String used to identify a Floodlight activity group when reporting conversions.

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

ActivityId

Output only. ID of the Floodlight activity in DoubleClick Campaign Manager (DCM).

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

ActivityTag

Output only. String used to identify a Floodlight activity when reporting conversions.

Declaration
[JsonProperty("activityTag")]
public virtual string ActivityTag { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX