Class FloodlightActivityPublisherDynamicTag
Publisher Dynamic Tag
Inheritance
System.Object
FloodlightActivityPublisherDynamicTag
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class FloodlightActivityPublisherDynamicTag : IDirectResponseSchema
Properties
ClickThrough
Whether this tag is applicable only for click-throughs.
Declaration
[JsonProperty("clickThrough")]
public virtual bool? ClickThrough { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DirectorySiteId
Directory site ID of this dynamic tag. This is a write-only field that can be used as an alternative to the siteId field. When this resource is retrieved, only the siteId field will be populated.
Declaration
[JsonProperty("directorySiteId")]
public virtual long? DirectorySiteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DynamicTag
Dynamic floodlight tag.
Declaration
[JsonProperty("dynamicTag")]
public virtual FloodlightActivityDynamicTag DynamicTag { get; set; }
Property Value
Type | Description |
---|---|
FloodlightActivityDynamicTag |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiteId
Site ID of this dynamic tag.
Declaration
[JsonProperty("siteId")]
public virtual long? SiteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
SiteIdDimensionValue
Dimension value for the ID of the site. This is a read-only, auto-generated field.
Declaration
[JsonProperty("siteIdDimensionValue")]
public virtual DimensionValue SiteIdDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
ViewThrough
Whether this tag is applicable only for view-throughs.
Declaration
[JsonProperty("viewThrough")]
public virtual bool? ViewThrough { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema