-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update documentation #5461
Update documentation #5461
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| name | Required | String | The name of this module: "intentIqId" | `"intentIqId"` | | ||
| params | Required | Object | Details for IntentIqId initialization. | | | ||
| params.partner | Required | Number | This is the partner ID value obtained from registering with IntentIQ. | `1177538` | | ||
| params.percentage | Required | Number | This a percentage value for our A/B testing group distribution. The values supposed to be in range of 0 to 100. We suggest to set it to 95 percent for optimal balance ofbetween prefromance and preceision. | `95` | |
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.
doesn't removing this and adding callback break implementations?
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.
No, it doesn't break the implementation. We now receive the percentage and A/B testing group from our server. Additionally, a callback is added to synchronize partners with us, as they typically have their own logic implemented on the page based on the callback.
🏷 Type of documentation
📋 Checklist