Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Collection
Management
GoalsCollection
Interface GoalsCollection
interface
GoalsCollection
{
get
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
;
insert
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
Goal
;
list
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
)
:
Goals
;
list
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
optionalArgs
:
any
,
)
:
Goals
;
patch
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
;
update
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
;
}
Index
Methods
get
insert
list
patch
update
Methods
get
get
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
Parameters
accountId
:
string
webPropertyId
:
string
profileId
:
string
goalId
:
string
Returns
Goal
insert
insert
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
Goal
Parameters
resource
:
Goal
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
Goal
list
list
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
)
:
Goals
Parameters
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
Goals
list
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
optionalArgs
:
any
,
)
:
Goals
Parameters
accountId
:
string
webPropertyId
:
string
profileId
:
string
optionalArgs
:
any
Returns
Goals
patch
patch
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
Parameters
resource
:
Goal
accountId
:
string
webPropertyId
:
string
profileId
:
string
goalId
:
string
Returns
Goal
update
update
(
resource
:
Goal
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
goalId
:
string
,
)
:
Goal
Parameters
resource
:
Goal
accountId
:
string
webPropertyId
:
string
profileId
:
string
goalId
:
string
Returns
Goal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
update
Google Apps Script API
Loading...