Skip to content
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

AzerionEdge RTD Module: Documentation: Required parameters #11346

Merged
merged 5 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integrationExamples/gpt/azerionedgeRtdProvider_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
{
name: "azerionedge",
waitForIt: true,
params: { bidders: ["appnexus"] },
params: { bidders: ["improvedigital"] },
},
],
},
});
pbjs.setBidderConfig({ bidders: ["appnexus"], config: {} });
pbjs.setBidderConfig({ bidders: ["improvedigital"], config: {} });
pbjs.addAdUnits([
{
code: TEST_DIV,
mediaTypes: { banner: { sizes: TEST_SIZES } },
bids: [{ bidder: "appnexus", params: { placementId: 13144370 } }],
bids: [{ bidder: "improvedigital", params: { placementId: 13144370 } }],
},
]);
pbjs.requestBids({
Expand Down
6 changes: 4 additions & 2 deletions modules/azerionedgeRtdProvider.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page_v2
title: azerion edge RTD Provider
title: Azerion Edge RTD Provider
display_name: Azerion Edge RTD Provider
description: Client-side contextual cookieless audiences.
page_type: module
Expand All @@ -18,6 +18,8 @@ Client-side contextual cookieless audiences.
Azerion Edge RTD module helps publishers to capture users' interest
audiences on their site, and attach these into the bid request.

Please contact [edge@azerion.com](edge@azerion.com) for more information.

Maintainer: [azerion.com](https://www.azerion.com/)

{:.no_toc}
Expand Down Expand Up @@ -64,7 +66,7 @@ pbjs.setConfig(
| :--- | :------- | :------------------ | :--------------- |
| name | `String` | RTD sub module name | Always "azerionedge" |
| waitForIt | `Boolean` | Required to ensure that the auction is delayed for the module to respond. | Optional. Defaults to false but recommended to true. |
| params.key | `String` | Publisher partner specific key | Optional |
| params.key | `String` | Publisher partner specific key | Mandatory. The key is required for the module to work. If you haven't received one, please reach [support@improvedigital.com](support@improvedigital.com) |
| params.bidders | `Array` | Bidders with which to share segment information | Optional. Defaults to "improvedigital". |
| params.process | `Object` | Configuration for the Azerion Edge script. | Optional. Defaults to `{}`. |

Expand Down