Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
PageviewData |
PageviewData.clone() |
PageviewData |
Activity.getPageview()
This will be set if `activity_type` equals `PAGEVIEW`.
|
PageviewData |
PageviewData.set(String fieldName,
Object value) |
PageviewData |
PageviewData.setPagePath(String pagePath)
The URL of the page that the visitor viewed.
|
PageviewData |
PageviewData.setPageTitle(String pageTitle)
The title of the page that the visitor viewed.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.setPageview(PageviewData pageview)
This will be set if `activity_type` equals `PAGEVIEW`.
|
Copyright © 2011–2022 Google. All rights reserved.