-
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.
- Loading branch information
Showing
247 changed files
with
2,837 additions
and
996 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
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,14 +1,8 @@ | ||
{% capture infoNote %} | ||
**Important:** Google Ad Manager has a key-value key character [limit](https://support.google.com/dfp_premium/answer/1628457?hl=en#Key-values) of up to **20 characters**. Some of the keys without truncation will exceed 20 chars. Prebid.js automatically truncates the key length to 20 characters. For example, `hb_adid_longBidderName` is truncated to `hb_adid_longBidderNa` (`me` is truncated). Note that the key is case-sensitive. To get the exact key-value keys for each bidder, find them at [Bidder Params](/dev-docs/bidders.html). | ||
{% endcapture %} | ||
|
||
{% include alerts/alert_note.html content=infoNote %} | ||
|
||
|
||
{: .table .table-bordered .table-striped } | ||
| Default Key | Scope | Description | Example | | ||
| :---- |:---- | :---- | :---- | | ||
| `hb_pb_BIDDERCODE` | Required | The price bucket. Used by the line item to target. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_pb_rubicon` = `2.10` | | ||
| `hb_adid_BIDDERCODE` | Required | The ad Id. Used by the ad server creative to render ad. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_adid_longBidderNa` = `234234` | | ||
| `hb_size_BIDDERCODE` | Optional | This is not required for adops. Case sensitive and truncated to 20 chars. | `hb_size_appnexus` = `300x250` | | ||
|
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{% include head.html %} | ||
|
||
{% include nav.html %} | ||
|
||
|
||
<div class="container pb-docs-container"> | ||
|
||
<div class="row "> | ||
|
||
<div class="col-lg-3 sidebar" id="sidebar"> | ||
|
||
<div> | ||
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#sidebarContent" aria-controls="sidebarContent" aria-expanded="false" aria-label="Toggle Sidebar navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse d-lg-block" id="sidebarContent"> | ||
{% include left_nav.html %} | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="col-lg-9"> | ||
<div class="pb-content" markdown="1"> | ||
|
||
{% if page.is_full_screen %} | ||
{{content}} | ||
{% else %} | ||
|
||
<div class="row"> | ||
|
||
<div class="col-md-9" role="main"> | ||
<div class="bs-docs-section"> | ||
|
||
<h3>{{ page.title }}</h3> | ||
|
||
<h3>Features</h3> | ||
|
||
{{content}} | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
{% endif %} | ||
|
||
|
||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
<!--end row--> | ||
</div> | ||
{% if page.title != "Credits" %} | ||
{% if page.layout != "home" %} | ||
{% include footer.html %} | ||
{% endif %} | ||
{% endif %} | ||
|
||
</body> | ||
</html> |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+43.7 KB
assets/images/prebid-mobile/adops-native-in-app/gam-set-variable-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.4 KB
assets/images/prebid-mobile/adops-native-in-app/gam-user-defined-vars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: analytics | ||
title: adWMG | ||
description: adWMG Analytics Adapter | ||
modulecode: adWMG | ||
gdpr_supported: true | ||
usp_supported: false | ||
coppa_supported: false | ||
prebid_member: false | ||
gvl_id: 959 | ||
--- | ||
|
||
#### Analytics Options | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | ||
| publisher_id | required | Publisher ID from WMG Dashboard | `'5abd0543ba45723db49d97ea'` | string | | ||
| site | required | Domain where Prebid.js working | `'test.com'` | string | | ||
|
||
|
||
### Example Configuration | ||
|
||
``` | ||
pbjs.enableAnalytics({ | ||
provider: 'adWMG', | ||
options : { | ||
site: 'test.com', | ||
publisher_id: '5abd0543ba45723db49d97ea' | ||
}}); | ||
``` | ||
#### Registration | ||
|
||
Please visit [https://adwmg.com/](https://adwmg.com/) for more information. |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: analytics | ||
title: Adagio | ||
description: Adagio Analytics Adapter | ||
modulecode: adagio | ||
prebid_member: true | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit [https://adagio.io/](https://adagio.io/) for more information. | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: analytics | ||
title: Adkernel | ||
description: Adkernel Analytics Adapter | ||
modulecode: adkernelAdn | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit []() for more information. | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: analytics | ||
title: Adomik | ||
description: Adomik Analytics Adapter | ||
modulecode: adomik | ||
prebid_member: true | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit []() for more information. | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: analytics | ||
title: Adxcg | ||
description: Adxcg Analytics Adapter | ||
modulecode: adxcg | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit []() for more information. | ||
|
Oops, something went wrong.