Combine data from multiple domains and subdomains in one view
Now you can use the 'host' parameter in your config to combine data from multiple domains and subdomains in one view. Prebid Analytics collects data under a domain that is specified in the 'host' parameter disregarding the domain requests are coming from.
Note: Data that was collected before adding the 'host' parameter will not be regrouped. It will be displayed under the original domain.
Example
Whatever site you use this config on, the data will be combined with combine.com stats.
pbjs.que.push(function () {
pbjs.enableAnalytics({
provider: 'roxot',
options: {
publisherIds: ["af8a8d39-b070-4473-8795-ddac4368a215"],
"host":"combine.com"
}
});
});