| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Goals.Insert |
Analytics.Management.Goals.insert(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Goal content)
Create a new goal.
|
Analytics.Management.Goals.Patch |
Analytics.Management.Goals.patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
java.lang.String goalId,
Goal content)
Updates an existing goal.
|
Analytics.Management.Goals.Update |
Analytics.Management.Goals.update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
java.lang.String goalId,
Goal content)
Updates an existing goal.
|
| Constructor and Description |
|---|
Analytics.Management.Goals.Insert(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
Goal content)
Create a new goal.
|
Analytics.Management.Goals.Patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
java.lang.String goalId,
Goal content)
Updates an existing goal.
|
Analytics.Management.Goals.Update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId,
java.lang.String goalId,
Goal content)
Updates an existing goal.
|
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.clone() |
Goal |
Goal.set(java.lang.String fieldName,
java.lang.Object value) |
Goal |
Goal.setAccountId(java.lang.String accountId)
Account ID to which this goal belongs.
|
Goal |
Goal.setActive(java.lang.Boolean active)
Determines whether this goal is active.
|
Goal |
Goal.setCreated(com.google.api.client.util.DateTime created)
Time this goal was created.
|
Goal |
Goal.setEventDetails(Goal.EventDetails eventDetails)
Details for the goal of the type EVENT.
|
Goal |
Goal.setId(java.lang.String id)
Goal ID.
|
Goal |
Goal.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this goal belongs.
|
Goal |
Goal.setKind(java.lang.String kind)
Resource type for an Analytics goal.
|
Goal |
Goal.setName(java.lang.String name)
Goal name.
|
Goal |
Goal.setParentLink(Goal.ParentLink parentLink)
Parent link for a goal.
|
Goal |
Goal.setProfileId(java.lang.String profileId)
View (Profile) ID to which this goal belongs.
|
Goal |
Goal.setSelfLink(java.lang.String selfLink)
Link for this goal.
|
Goal |
Goal.setType(java.lang.String type)
Goal type.
|
Goal |
Goal.setUpdated(com.google.api.client.util.DateTime updated)
Time this goal was last modified.
|
Goal |
Goal.setUrlDestinationDetails(Goal.UrlDestinationDetails urlDestinationDetails)
Details for the goal of the type URL_DESTINATION.
|
Goal |
Goal.setValue(java.lang.Float value)
Goal value.
|
Goal |
Goal.setVisitNumPagesDetails(Goal.VisitNumPagesDetails visitNumPagesDetails)
Details for the goal of the type VISIT_NUM_PAGES.
|
Goal |
Goal.setVisitTimeOnSiteDetails(Goal.VisitTimeOnSiteDetails visitTimeOnSiteDetails)
Details for the goal of the type VISIT_TIME_ON_SITE.
|
Goal |
Goal.setWebPropertyId(java.lang.String webPropertyId)
Web property ID to which this goal belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Goal> |
Goals.getItems()
A list of goals.
|
| Modifier and Type | Method and Description |
|---|---|
Goals |
Goals.setItems(java.util.List<Goal> items)
A list of goals.
|