Goals
A Goals resource describes a goal for one of a user's profiles.
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Goal Id. | |||
| WebPropertyId [KEY] | String | The Web property Id to which this goal belongs. The web property Id is of the form UA-XXXXX-YY. | |||
| Kind | String | The Resource type for Analytics profile. | |||
| SelfLink | String | The Link for this goal. | |||
| AccountId | String | The Account Id to which this goal belongs. | |||
| InternalWebPropertyId | String | The Internal Id for the web property to which this goal belongs. | |||
| ProfileId | String | The View (Profile) Id to which this goal belongs. | |||
| Name | String | The Goal name. | |||
| Active | Boolean | Determines whether this goal is active. | |||
| Value | Double | The Goal value. | |||
| Type | String | The Goal type. Possible values are URL_DESTINATION, VISIT_TIME_ON_SITE, VISIT_NUM_PAGES, and EVENT. | |||
| Created | Datetime | The Time this goal was created. | |||
| Updated | Datetime | The Time this goal was last modified. | |||
| ParentLink | String | The Parent link for a goal. Points to the view (profile) to which this goal belongs. | |||
| UrlDestinationDetails | String | Details for the goal of the type URL_DESTINATION. | |||
| VisitTimeOnSiteDetails | String | Details for the goal of the type VISIT_TIME_ON_SITE. | |||
| VisitNumPagesDetails | String | The Value used for this comparison. | |||
| EventDetails | String | Details for the goal of the type EVENT. |