public class Analytics.Management.Profiles
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Profiles.Delete |
class |
Analytics.Management.Profiles.Get |
class |
Analytics.Management.Profiles.Insert |
class |
Analytics.Management.Profiles.List |
class |
Analytics.Management.Profiles.Patch |
class |
Analytics.Management.Profiles.Update |
| Constructor and Description |
|---|
Analytics.Management.Profiles() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Profiles.Delete |
delete(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId)
Deletes a view (profile).
|
Analytics.Management.Profiles.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId)
Gets a view (profile) to which the user has access.
|
Analytics.Management.Profiles.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
Profile content)
Create a new view (profile).
|
Analytics.Management.Profiles.List |
list(java.lang.String accountId,
java.lang.String webPropertyId)
Lists views (profiles) to which the user has access.
|
Analytics.Management.Profiles.Patch |
patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
Analytics.Management.Profiles.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Profile content)
Updates an existing view (profile).
|
public Analytics.Management.Profiles.Delete delete(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the view (profile) for.webPropertyId - Web property ID to delete the view (profile) for.profileId - ID of the view (profile) to be deleted.java.io.IOExceptionpublic Analytics.Management.Profiles.Get get(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve the goal for.webPropertyId - Web property ID to retrieve the goal for.profileId - View (Profile) ID to retrieve the goal for.java.io.IOExceptionpublic Analytics.Management.Profiles.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, Profile content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the view (profile) for.webPropertyId - Web property ID to create the view (profile) for.content - the Profilejava.io.IOExceptionpublic Analytics.Management.Profiles.List list(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all', which
refers to all the accounts to which the user has access.webPropertyId - Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or
'~all', which refers to all the web properties to which the user has access.java.io.IOExceptionpublic Analytics.Management.Profiles.Patch patch(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId, Profile content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the view (profile) belongswebPropertyId - Web property ID to which the view (profile) belongsprofileId - ID of the view (profile) to be updated.content - the Profilejava.io.IOExceptionpublic Analytics.Management.Profiles.Update update(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String profileId, Profile content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the view (profile) belongswebPropertyId - Web property ID to which the view (profile) belongsprofileId - ID of the view (profile) to be updated.content - the Profilejava.io.IOException