Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Collection
Management
ProfilesCollection
Interface ProfilesCollection
interface
ProfilesCollection
{
get
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
;
insert
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
;
list
(
accountId
:
string
,
webPropertyId
:
string
)
:
Profiles
;
list
(
accountId
:
string
,
webPropertyId
:
string
,
optionalArgs
:
any
)
:
Profiles
;
patch
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
;
remove
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
Parameters
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
insert
insert
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
Parameters
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
accountId
:
string
webPropertyId
:
string
Returns
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
list
list
(
accountId
:
string
,
webPropertyId
:
string
)
:
Profiles
Parameters
accountId
:
string
webPropertyId
:
string
Returns
Profiles
list
(
accountId
:
string
,
webPropertyId
:
string
,
optionalArgs
:
any
)
:
Profiles
Parameters
accountId
:
string
webPropertyId
:
string
optionalArgs
:
any
Returns
Profiles
patch
patch
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
Parameters
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
remove
remove
(
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
)
:
void
Parameters
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
,
accountId
:
string
,
webPropertyId
:
string
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
Parameters
resource
:
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
accountId
:
string
webPropertyId
:
string
profileId
:
string
Returns
GoogleAppsScript
.
Analytics
.
Schema
.
Profile
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...