googleapis / googleapis/google-api-nodejs-client

Support start-index in Params$Resource$Data$Realtime$Get

Open
#2,816 0 comments 0 reactions 0 assignees View on GitHub
type: question
Dominant language
TypeScript
Stars
12.2k
Forks
2k
Avg merge
1d 9h
Merged PRs (30d)
24

Description

calling google.analytics('v3').data.realtime.get
=> https://www.googleapis.com/analytics/v3/data/realtime?
not yet support start-index , can add back ?

result.config.params {
ids: 'ga:<viewId>',
metrics: 'rt:pageviews',
dimensions: 'rt:pagePath',
filters: 'rt:pagePath=@/product/',
'max-results': 5,
sort: '-rt:pageviews',

> **'start-index': 16,**

prettyPrint: false
}
result.data.query {
ids: 'ga:<viewId>',
dimensions: 'rt:pagePath',
metrics: [ 'rt:pageviews' ],
sort: [ '-rt:pageviews' ],
filters: 'rt:pagePath=@/product/',
'max-results': 5
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.