Skip to content

Commit c0dd2f8

Browse files
saschaszottgithub-actions[bot]
authored andcommitted
Clarify targetId and targetType descriptions
(cherry picked from commit 190d614)
1 parent 76d3096 commit c0dd2f8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

statistics-viewevents.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ To track a page view, make an HTTP POST request to this endpoint.
99
The sections below describe the parameters for a page view event. All other information about the interaction can be derived from the request itself.
1010

1111
### Required Parameters
12-
- `targetId`: The id of the object the user viewed
13-
- `targetType`: The type of the object the user viewed
12+
13+
- `targetId`: The UUID of the DSpace object the user viewed
14+
- `targetType`: The type of the object the user viewed, e.g., `item`, `bitstream`, `collection` etc.
1415

1516
### Optional Parameters
17+
1618
- `referrer`: The referrer of the object the user viewed. When this value is not present, it will be derived from the request instead.
1719

1820
### Status codes:

0 commit comments

Comments
 (0)