Skip to content

Commit

Permalink
add autocollect remark
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoosen committed Dec 11, 2024
1 parent 0a8c3c1 commit 3394dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conviva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ First you need to define the Conviva metadata and configuration:
};
```

Optionally, you can include device metadata in the ConvivaConfiguration object
Optionally, you can include device metadata in the ConvivaConfiguration object. Note that `SCREEN_RESOLUTION_WIDTH`, `SCREEN_RESOLUTION_HEIGHT` and `SCREEN_RESOLUTION_SCALE_FACTOR` are the only fields that Conviva will auto-collect on most web-based platforms.

```typescript
const exampleDeviceMetadata: ConvivaDeviceMetadata = {
Expand Down

0 comments on commit 3394dfd

Please sign in to comment.