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(java.lang.String fieldName,
java.lang.Object value) |
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdGroupId(java.lang.Long adGroupId)
DS ad group ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdId(java.lang.Long adId)
DS ad ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAdvertiserId(java.lang.Long advertiserId)
DS advertiser ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setAgencyId(java.lang.Long agencyId)
DS agency ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setCampaignId(java.lang.Long campaignId)
DS campaign ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setEngineAccountId(java.lang.Long engineAccountId)
DS engine account ID.
|
ReportRequest.ReportScope |
ReportRequest.ReportScope.setKeywordId(java.lang.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.
|