Back to User ID Module

GRAVITO ID by Gravito Ltd.

Gravito ID, provided by Gravito Ltd., 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:

gulp build –modules=gravitoIdSystem

Gravito ID Configuration

Param under userSync.userIds[] Scope Type Description Example
name Required String The name of this module "gravitompId"

Gravito ID Example

pbjs.setConfig({
    userSync: {
        userIds: [{
            name: 'gravitompId'
        }]
    }
});

Back to User ID Module