-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Datawrkz Analytics Adapter : initial release #6225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
muuki88
merged 14 commits into
prebid:master
from
Likhith329:datawrkz_analytics_adapter_docs
Nov 7, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c471f6c
add dev docs for Datawrkz Analytics
Likhithdatawrkz 580ea1a
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhith329 e3c9e2d
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhith329 08916c5
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhithdatawrkz 1440077
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhith329 792dfc5
Merge branch 'datawrkz_analytics_adapter_docs' of github.com-personal…
Likhithdatawrkz 7a447c6
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhithdatawrkz a9fa3ba
docs: fix code block formatting in datawrkz analytics example
Likhithdatawrkz 0729b9f
docs: fix code block formatting in datawrkz analytics example
Likhithdatawrkz e528008
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhithdatawrkz ee7bbb6
docs(analytics): add publisherId and apiKey options for Datawrkz Anal…
Likhithdatawrkz 14f3a9e
docs(analytics): wrap support email in mailto link to fix no-bare-url…
Likhithdatawrkz f3ee152
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhith329 dfb9ead
Merge branch 'master' into datawrkz_analytics_adapter_docs
Likhith329 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| layout: analytics | ||
| title: Datawrkz | ||
| description: Datawrkz Analytics Adapter | ||
| modulecode: datawrkzanalytics | ||
| prebid_member: false | ||
| tcfeu_supported: false | ||
| usp_supported: false | ||
| coppa_supported: false | ||
| gvl_id: none | ||
| enable_download: true | ||
| --- | ||
|
|
||
| #### Registration | ||
|
|
||
| Using this adapter requires a **Publisher ID** and an **API Key**, issued by the Datawrkz team. | ||
| Please contact [[email protected]](mailto:[email protected]) to create your account and obtain credentials. | ||
|
|
||
| #### About | ||
|
|
||
| This analytics adapter captures auction and render data from Prebid events and sends it to the Datawrkz API endpoint. The analytics for the collected data can be accessed at [yieldopt.highr.ai](https://yieldopt.highr.ai/). | ||
|
|
||
| #### Integration | ||
|
|
||
| To incorporate this module into your `prebid.js`, compile the module using the following command: | ||
|
|
||
| ```sh | ||
| gulp build --modules=datawrkzAnalyticsAdapter,<other modules...> | ||
| ``` | ||
|
|
||
| #### Page Configuration | ||
|
|
||
| ```js | ||
| pbjs.que.push(function () { | ||
| pbjs.enableAnalytics([{ | ||
| provider: 'datawrkzanalytics', | ||
| options: { | ||
| publisherId: 'YOUR_PUBLISHER_ID', | ||
| apiKey: 'YOUR_API_KEY' | ||
| } | ||
| }]); | ||
| }); | ||
| ``` | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.