We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4be115 commit c528c1eCopy full SHA for c528c1e
README.md
@@ -44,13 +44,13 @@ $ git submodule add [email protected]:AudienceProject/userreport-ios-sdk.git
44
45
## Usage for screen/section tracking
46
### Configure
47
-Configure the UserReport iOS SDK using your `SAK_ID` and your `MEDIA_ID`.
+Configure the UserReport iOS SDK using your `PUBLISHER_ID` and your `MEDIA_ID`.
48
49
-Your `SAK_ID` and `MEDIA_ID` can be found on the Media Setting page in UserReport.
+Your `PUBLISHER_ID` and `MEDIA_ID` can be found on the Media Setting page in UserReport.
50
51
```swift
52
// Configure
53
-UserReport.configure(sakId: "YOUR_SAK_ID", mediaId: "YOUR_MEDIA_ID")
+UserReport.configure(sakId: "PUBLISHER_ID", mediaId: "MEDIA_ID")
54
55
```
56
0 commit comments