-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation for RampID module (#3695)
* Update userId module Add storage.refreshInSeconds to example implementations * Update userId.md * Update ATS Analytics documentation Provide extra information how to configure. * Update ats.md
- Loading branch information
Showing
2 changed files
with
60 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,37 @@ | ||
--- | ||
layout: analytics | ||
title: ATS Analytics | ||
description: ATS Analytics Adapter | ||
modulecode: ats | ||
description: ATS Prebid Analytics Adapter | ||
modulecode: atsAnalyticsAdapter | ||
gdpr_supported: true | ||
usp_supported: true | ||
prebid_member: true | ||
gvl_id: 97 | ||
enable_download: false | ||
pbjs: true | ||
pbjs_version_notes: v5.20.0 and later | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit [https://liveramp.com/](https://liveramp.com/) for more information. | ||
LiveRamp's ATS Analytics is free of charge and only requires a simple registration with Liveramp. Please sign up through our [Console](https://launch.liveramp.com) platform and create the analytics adapter to get started. | ||
|
||
The LiveRamp privacy policy is at [https://liveramp.com/privacy/service-privacy-policy/](https://liveramp.com/privacy/service-privacy-policy/). | ||
|
||
#### Analytics Options | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | ||
| pid | required | This is the Placement ID, a unique identifier that is used to identify each publisher, obtained from registering with LiveRamp. | `"999"` | `int` | | ||
|
||
#### Example Configuration | ||
|
||
pbjs.que.push(function () { | ||
pbjs.enableAnalytics([{ | ||
provider: "atsAnalytics", | ||
options: { | ||
pid: "999" // Set your valid Placement ID here | ||
} | ||
}]) | ||
}); |
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