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