Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.Reports.Insert |
Dfareporting.Reports.insert(Long profileId,
Report content)
Creates a report.
|
Dfareporting.Reports.CompatibleFields.Query |
Dfareporting.Reports.CompatibleFields.query(Long profileId,
Report content)
Returns the fields that are compatible to be selected in the respective sections of a report
criteria, given the fields already selected in the input report and user permissions.
|
Dfareporting.Reports.Update |
Dfareporting.Reports.update(Long profileId,
Long reportId,
Report content)
Updates a report.
|
Constructor and Description |
---|
Insert(Long profileId,
Report content)
Creates a report.
|
Query(Long profileId,
Report content)
Returns the fields that are compatible to be selected in the respective sections of a report
criteria, given the fields already selected in the input report and user permissions.
|
Update(Long profileId,
Long reportId,
Report content)
Updates a report.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.clone() |
Report |
Report.set(String fieldName,
Object value) |
Report |
Report.setAccountId(Long accountId)
The account ID to which this report belongs.
|
Report |
Report.setCriteria(Report.Criteria criteria)
The report criteria for a report of type "STANDARD".
|
Report |
Report.setCrossMediaReachCriteria(Report.CrossMediaReachCriteria crossMediaReachCriteria)
Optional.
|
Report |
Report.setDelivery(Report.Delivery delivery)
The report's email delivery settings.
|
Report |
Report.setEtag(String etag)
The eTag of this response for caching purposes.
|
Report |
Report.setFileName(String fileName)
The filename used when generating report files for this report.
|
Report |
Report.setFloodlightCriteria(Report.FloodlightCriteria floodlightCriteria)
The report criteria for a report of type "FLOODLIGHT".
|
Report |
Report.setFormat(String format)
The output format of the report.
|
Report |
Report.setId(Long id)
The unique ID identifying this report resource.
|
Report |
Report.setKind(String kind)
The kind of resource this is, in this case dfareporting#report.
|
Report |
Report.setLastModifiedTime(BigInteger lastModifiedTime)
The timestamp (in milliseconds since epoch) of when this report was last modified.
|
Report |
Report.setName(String name)
The name of the report.
|
Report |
Report.setOwnerProfileId(Long ownerProfileId)
The user profile id of the owner of this report.
|
Report |
Report.setPathToConversionCriteria(Report.PathToConversionCriteria pathToConversionCriteria)
The report criteria for a report of type "PATH_TO_CONVERSION".
|
Report |
Report.setReachCriteria(Report.ReachCriteria reachCriteria)
The report criteria for a report of type "REACH".
|
Report |
Report.setSchedule(Report.Schedule schedule)
The report's schedule.
|
Report |
Report.setSubAccountId(Long subAccountId)
The subaccount ID to which this report belongs if applicable.
|
Report |
Report.setType(String type)
The type of the report.
|
Modifier and Type | Method and Description |
---|---|
List<Report> |
ReportList.getItems()
The reports returned in this response.
|
Modifier and Type | Method and Description |
---|---|
ReportList |
ReportList.setItems(List<Report> items)
The reports returned in this response.
|
Copyright © 2011–2025 Google. All rights reserved.