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