Show / Hide Table of Contents

Class ReportRequest.ReportScopeData

The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.

Inheritance
object
ReportRequest.ReportScopeData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportRequest.ReportScopeData

Properties

AdGroupId

DS ad group ID.

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

AdId

DS ad ID.

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

AdvertiserId

DS advertiser ID.

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

AgencyId

DS agency ID.

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

CampaignId

DS campaign ID.

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

EngineAccountId

DS engine account ID.

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

KeywordId

DS keyword ID.

Declaration
[JsonProperty("keywordId")]
public virtual long? KeywordId { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX