Skip to content

Commit f165b68

Browse files
authored
Update vrs.md
1 parent bd1a398 commit f165b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vrs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This section contains the schema for Virtual Report Suites and details about wha
1515
| parentRsid | string | The id of the report suite from which this virtual report suite inherits data and settings (The Analytics UI calls this `Source`) | |
1616
| parentRsidName | string | Friendly name of the parent report suite | |
1717
| 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 |
1919
| currentTimezoneOffset | integer | Timezone offset from GMT | |
2020
| timezoneZoneinfo | string | Friendly timezone name | *Example*: US/Mountain |
2121
| 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
118118
"timezone" : 47
119119
}
120120
```
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
122122

123123
### Curated Components Example
124124
The following example creates a virtual report suite that curates the browser dimension and visits metric:

0 commit comments

Comments
 (0)