| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
GaData.ProfileInfo |
GaData.getProfileInfo()
Information for the profile, for which the Analytics data was requested.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setAccountId(String accountId)
Account ID to which this profile belongs.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this profile belongs.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setProfileId(String profileId)
Profile ID.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setProfileName(String profileName)
Profile name.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setTableId(String tableId)
Table ID for profile.
|
GaData.ProfileInfo |
GaData.ProfileInfo.setWebPropertyId(String webPropertyId)
Web Property ID to which this profile belongs.
|
| Modifier and Type | Method and Description |
|---|---|
GaData |
GaData.setProfileInfo(GaData.ProfileInfo profileInfo)
Information for the profile, for which the Analytics data was requested.
|