Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
ReportRequest.ReportScope |
ReportRequest.ReportScope.clone() |
ReportRequest.ReportScope |
ReportRequest.getReportScope()
The reportScope is a set of IDs that are used to determine which subset of entities will be
returned in the report.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.set(String fieldName,
Object value) |
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdGroupId(Long adGroupId)
DS ad group ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdId(Long adId)
DS ad ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdvertiserId(Long advertiserId)
DS advertiser ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAgencyId(Long agencyId)
DS agency ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setCampaignId(Long campaignId)
DS campaign ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setEngineAccountId(Long engineAccountId)
DS engine account ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setKeywordId(Long keywordId)
DS keyword ID.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setReportScope(ReportRequest.ReportScope reportScope)
The reportScope is a set of IDs that are used to determine which subset of entities will be
returned in the report.
|
Copyright © 2011–2024 Google. All rights reserved.