Show / Hide Table of Contents

Class CampaignManagerIds

Campaign Manager IDs related to the custom event.

Inheritance
System.Object
CampaignManagerIds
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 CampaignManagerIds : IDirectResponseSchema

Properties

AdId

Ad ID for Campaign Manager.

Declaration
[JsonProperty("adId")]
public virtual long? AdId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CampaignId

Campaign ID for Campaign Manager.

Declaration
[JsonProperty("campaignId")]
public virtual long? CampaignId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CreativeId

Creative ID for Campaign Manager.

Declaration
[JsonProperty("creativeId")]
public virtual long? CreativeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

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

Kind

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

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

PlacementId

Placement ID for Campaign Manager.

Declaration
[JsonProperty("placementId")]
public virtual long? PlacementId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

SiteId

Site ID for Campaign Manager.

Declaration
[JsonProperty("siteId")]
public virtual long? SiteId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top