From 1c2f68305a7c64637be54a1e5e42a7a40f1b081a Mon Sep 17 00:00:00 2001 From: rahulgravito Date: Mon, 23 May 2022 09:49:23 +0530 Subject: [PATCH] Add Gravito Id in prebid documentation --- dev-docs/modules/userId.md | 30 ++++++++++++++++++++++++++++++ download.md | 3 +++ 2 files changed, 33 insertions(+) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 7976836b64..0067418edf 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -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" %} diff --git a/download.md b/download.md index ccfd391a74..7e6f282bf8 100644 --- a/download.md +++ b/download.md @@ -365,6 +365,9 @@ These modules may require accounts with a service provider.
+
+ +