Skip to content

Commit c528c1e

Browse files
author
Eric Eijkelenboom
committed
Replace SAK_ID with PUBLISHER_ID
1 parent c4be115 commit c528c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ $ git submodule add [email protected]:AudienceProject/userreport-ios-sdk.git
4444

4545
## Usage for screen/section tracking
4646
### Configure
47-
Configure the UserReport iOS SDK using your `SAK_ID` and your `MEDIA_ID`.
47+
Configure the UserReport iOS SDK using your `PUBLISHER_ID` and your `MEDIA_ID`.
4848

49-
Your `SAK_ID` and `MEDIA_ID` can be found on the Media Setting page in UserReport.
49+
Your `PUBLISHER_ID` and `MEDIA_ID` can be found on the Media Setting page in UserReport.
5050

5151
```swift
5252
// Configure
53-
UserReport.configure(sakId: "YOUR_SAK_ID", mediaId: "YOUR_MEDIA_ID")
53+
UserReport.configure(sakId: "PUBLISHER_ID", mediaId: "MEDIA_ID")
5454
5555
```
5656

0 commit comments

Comments
 (0)