-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adscript #32
Adscript #32
Conversation
🦋 Changeset detectedLatest commit: 55f4e35 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
adscript/README.md
Outdated
@@ -0,0 +1,100 @@ | |||
# adscript-connector-web | |||
|
|||
The AdScript connector provides a AdScript integration for THEOplayer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: an AdScript integration
If the user info has changed during playback, you can update it with: | ||
|
||
```javascript | ||
adScriptConnector.updateUser(i12n); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i12n
is a bit of a vague parameter name for a method called updateUser
right? Can we make it more sensible or is this just weird AdScript naming?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The naming comes directly from the AdScript docs
No description provided.