public class Doubleclicksearch.Reports extends Object
Modifier and Type | Class and Description |
---|---|
class |
Doubleclicksearch.Reports.Generate |
class |
Doubleclicksearch.Reports.Get |
class |
Doubleclicksearch.Reports.GetFile |
class |
Doubleclicksearch.Reports.GetIdMappingFile |
class |
Doubleclicksearch.Reports.Request |
Constructor and Description |
---|
Reports() |
Modifier and Type | Method and Description |
---|---|
Doubleclicksearch.Reports.Generate |
generate(ReportRequest content)
Generates and returns a report immediately.
|
Doubleclicksearch.Reports.Get |
get(String reportId)
Polls for the status of a report request.
|
Doubleclicksearch.Reports.GetFile |
getFile(String reportId,
Integer reportFragment)
Downloads a report file encoded in UTF-8.
|
Doubleclicksearch.Reports.GetIdMappingFile |
getIdMappingFile(Long agencyId,
Long advertiserId)
Downloads a csv file(encoded in UTF-8) that contains ID mappings between legacy SA360 and new
SA360.
|
Doubleclicksearch.Reports.Request |
request(ReportRequest content)
Inserts a report request into the reporting system.
|
public Doubleclicksearch.Reports.Generate generate(ReportRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ReportRequest
IOException
public Doubleclicksearch.Reports.Get get(String reportId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.reportId
- ID of the report request being polled.IOException
public Doubleclicksearch.Reports.GetFile getFile(String reportId, Integer reportFragment) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.reportId
- ID of the report.reportFragment
- The index of the report fragment to download.
[minimum: 0]IOException
public Doubleclicksearch.Reports.GetIdMappingFile getIdMappingFile(Long agencyId, Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.agencyId
- Legacy SA360 agency ID.advertiserId
- Legacy SA360 advertiser ID.IOException
public Doubleclicksearch.Reports.Request request(ReportRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ReportRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.