Skip to content

Commit

Permalink
url placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedshortcut committed Mar 15, 2022
1 parent 9015c0f commit 2dde97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ TSMobileAnalytics.createInstance(
.setPanelistTrackingOnly(panelistOnly.isChecked) // optional, default value is false
.setIsWebViewBased(isWebViewBased.isChecked) // optional, default value is false
.setLogPrintsActivated(logEnabled.isChecked) // optional, default value is false
.setTWAInfo(TWAModel(url = "https://www.mediafacts.se/").apply {
.setTWAInfo(TWAModel(url = "YOUR_URL").apply {
extraParams.apply {
put("customCustomerParam", "foo")
}
Expand Down

0 comments on commit 2dde97d

Please sign in to comment.