Skip to content

Commit

Permalink
Add Gravito Id in prebid documentation (prebid#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgravito authored and jlaso committed Aug 31, 2023
1 parent 5b29bee commit fa16a66
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -2375,6 +2375,36 @@ pbjs.setConfig({
})
```
### GRAVITO ID by Gravito Ltd.
Gravito ID, provided by [Gravito Ltd.](https://gravito.net), is ID for ad targeting by using 1st party cookie.
Please contact Gravito Ltd. for using this ID.
Add the Gravito ID to your Prebid.js Package with:
{: .alert.alert-info :}
gulp build --modules=gravitoIdSystem
#### Gravito ID Configuration
{: .table .table-bordered .table-striped }
| Param under userSync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | The name of this module | `"gravitompId"` |
#### Gravito ID Example
{% highlight javascript %}
pbjs.setConfig({
userSync: {
userIds: [{
name: 'gravitompId'
}]
}
});
{% endhighlight %}
## Adapters Supporting the User ID Sub-Modules
{% assign bidder_pages = site.pages | where: "layout", "bidder" %}
Expand Down
3 changes: 3 additions & 0 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ These modules may require accounts with a service provider.<br/>
<div class="col-md-4"><div class="checkbox">
<label><input type="checkbox" moduleCode="pubCommonIdSystem" class="bidder-check-box"> PubCommon ID<div style="font-size:80%"> (not in 5.x)</div></label>
</div></div>
<div class="col-md-4"><div class="checkbox">
<label><input type="checkbox" moduleCode="gravitoIdSystem" class="bidder-check-box"> Gravito ID</label>
</div></div>
</div>

<br>
Expand Down

0 comments on commit fa16a66

Please sign in to comment.