forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alejandro Villanueva
committed
Apr 17, 2024
1 parent
c35fe40
commit d595430
Showing
4 changed files
with
177 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Overview | ||
|
||
Module Name: Carbon Analytics Adapter | ||
Module Type: Analytics Adapter | ||
Maintainer: [email protected] | ||
|
||
# Description | ||
|
||
Analytics adapter for prebid by Magnite. Contact [email protected] for more information. | ||
|
||
# Implementation | ||
|
||
``` | ||
pbjs.enableAnalytics({ | ||
provider: 'carbon', | ||
options: { | ||
parentId: '', //Contact Magnite to recieve your unique ID | ||
endpoint: '' //Contact magnite to recieve the analytics endpoint value | ||
eventBuffer: 1000 //Minimum interval between analytics events to the server | ||
} | ||
}); | ||
``` |
Oops, something went wrong.