You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vrs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This section contains the schema for Virtual Report Suites and details about wha
15
15
| parentRsid | string | The id of the report suite from which this virtual report suite inherits data and settings (The Analytics UI calls this `Source`) ||
16
16
| parentRsidName | string | Friendly name of the parent report suite ||
17
17
| description | string | Description of the purpose of the virtual report suite | User defined |
18
-
| timezone | integer | Timezone id. See the [/reportsuites/timezones API](https://adobedocs.github.io/analytics-2.0-apis/urls.primaryName=Report%20Suite%20APIs#/Timezone/getTimezones_1) to get all supported timezones | 0-74 |
18
+
| timezone | integer | Timezone id. See the [/reportsuites/timezones API](https://adobedocs.github.io/analytics-2.0-apis/?urls.primaryName=Report%20Suite%20APIs#/Timezone/getTimezones_1) to get all supported timezones | 0-74 |
19
19
| currentTimezoneOffset | integer | Timezone offset from GMT ||
| segmentList | Array of string | List of segment ids to be used to filter the data for this virtual report suite. Segment ids can be retrieved using the [Segments APIs](https://adobedocs.github.io/analytics-2.0-apis/?urls.primaryName=Analytics%20Reporting%20APIs#/segments/segments_getSegments)||
@@ -118,7 +118,7 @@ In the following example the parent report suite has a timezone of US/Mountain b
118
118
"timezone" : 47
119
119
}
120
120
```
121
-
See the [/reportsuites/timezones API](https://adobedocs.github.io/analytics-2.0-apis/urls.primaryName=Report%20Suite%20APIs#/Timezone/getTimezones_1) to get all supported timezones
121
+
See the [/reportsuites/timezones API](https://adobedocs.github.io/analytics-2.0-apis/?urls.primaryName=Report%20Suite%20APIs#/Timezone/getTimezones_1) to get all supported timezones
122
122
123
123
### Curated Components Example
124
124
The following example creates a virtual report suite that curates the browser dimension and visits metric:
0 commit comments