Skip to content

Commit 8d1e0d0

Browse files
author
Vadym Kurachevskyi
committed
Update readme
1 parent 18a1a3f commit 8d1e0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ There are two types of tracking:
7171
7272
If a media (website) has one single topic, it can be tracked using `UserReport.trackScreenView()`.
7373
74-
If a website has different sections, for instance *Health*, *World news* and *Local news*, then it should be tracked using `UserReport.trackSectionScreenView(sectionId)`. The `sectionId` for a particular section can be found on the Media Setting page in UserReport.
74+
If a website has different sections, for instance *Health*, *World news* and *Local news*, then it should be tracked using `UserReport.trackSectionScreenView(sectionId)`. The `sectionId` for a particular section can be found on the Media Setting page in UserReport.
75+
Even when `UserReport.trackSectionScreenView(sectionId)` is used `UserReport.trackScreenView()` should be invoked as well.
7576
7677
Example of manual tracking:
7778
```swift

0 commit comments

Comments
 (0)