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

Fix invalid markdown links #4656

Merged
merged 1 commit into from
Jun 19, 2023
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
1 change: 0 additions & 1 deletion .markdownlintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ node_modules/
# Directories which remain to be fixed
dev-docs/analytics/
dev-docs/bidders/
faq/
examples/
partners/
prebid-mobile/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ For CSS, the site uses Laravel Mix to build CSS from Sass (scss-flavored) source
1. `npm ci` to install packages for building assets
1. build assets as described below

The markdown files are linted via [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). VSCode supports the [.markdownlintignore] file.
You may need to configure the disabled rules specified in [.markdownlint.json] directly in your project settings. You can invoke linting in CLI via
The markdown files are linted via [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli). VSCode supports the [.markdownlintignore](.markdownlintignore) file.
You may need to configure the disabled rules specified in [.markdownlint.json](.markdownlint.json) directly in your project settings. You can invoke linting in CLI via

```bash
markdownlint --config .markdownlint.json --ignore-path .markdownlintignore "**/*.md"
Expand Down
2 changes: 1 addition & 1 deletion adops/creative-considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Engineering details outlining each template storage option can be found in the [

VAST video (instream and long-form video) does not use the PUC. Instead, video bids provide VAST that Prebid caches to obtain a cache ID that can be retrieved with a URL. The cache ID is passed as a key value to the ad server. (See [Video Overview](/prebid-video/video-overview.html) for details.)

When you’re running campaigns with video creatives, the primary decision you need to make is where to cache your video bids. You’ll enter this location in the creative you add to the line item. The cache location is typically independent of the bidders. The most common cache location is [https://prebid.adnxs.com]. See [Setting Up Video In GAM](/adops/setting-up-prebid-video-in-dfp.html) for detailed instructions on configuring a video creative in GAM.
When you’re running campaigns with video creatives, the primary decision you need to make is where to cache your video bids. You’ll enter this location in the creative you add to the line item. The cache location is typically independent of the bidders. The most common cache location is <https://prebid.adnxs.com>. See [Setting Up Video In GAM](/adops/setting-up-prebid-video-in-dfp.html) for detailed instructions on configuring a video creative in GAM.

## SafeFrames

Expand Down
2 changes: 1 addition & 1 deletion adops/key-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can work with your engineers to modify the default list. See [Restricting Da
| hb_deal | targeting | All | Target private marketplace deals | 7777777 |
| hb_uuid | rendering | Video only | Carries the cache retrieval ID for VAST video creatives | 1111-2222-3333-4444 |
| hb_cache_id | rendering | Banner, native, outstream; mobile app only | Carries the cache retrieval ID for mobile bids | 2222-3333-4444-5555 |
| hb_cache_host | rendering | Banner, native, outstream; mobile app only | The host where the cached creative lives | [https://mycachehost.example.com] |
| hb_cache_host | rendering | Banner, native, outstream; mobile app only | The host where the cached creative lives | <https://mycachehost.example.com> |
| hb_cache_path | rendering | Banner, native, outstream; mobile app only | The web path where the cached creative lives | /cache |
| hb_source | reporting | Server-to-server testing | Used to report the A/B test results for client- vs server-side performance. | s2s |
| hb_adomain | reporting and special | All | Used to report on VAST errors, set floors on certain buyers, monitor volume from a buyer, or track down bad creatives | example.com |
Expand Down
6 changes: 4 additions & 2 deletions adops/setting-up-prebid-video-in-freewheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ In order for FreeWheel SDK to send the correct Creative to the video player it n
To ensure the cache URL is correct there are two macros that dynamically populate the URL query. To confirm the dynamic URL is formatted correctly click on the URL link in the Detail field. A pop over will display with the dynamic URL.

The scheme, host, and path should read as follows:
[https://prebid.adnxs.com/pbc/v1/cache]
<https://prebid.adnxs.com/pbc/v1/cache>

The query should have one key-value items:

Expand All @@ -142,7 +142,9 @@ The second macro, `#{request.keyValue(“hb_cache_id”)`, formats the unique Pr

In real-time, when the dynamic URL is formatted it will appear like:

[https://prebid.adnxs.com/pbc/v1/cache?uuid=12.00_391_30s_6c422e51-46cf-4b0a-ae41-64c61c1ca125]
```text
https://prebid.adnxs.com/pbc/v1/cache?uuid=12.00_391_30s_6c422e51-46cf-4b0a-ae41-64c61c1ca125
```

In order for the above URL to format correctly ensure that the URL in the text box appears as:

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/adWMG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ gvl_id: 959

#### Registration

Please visit [https://adwmg.com/](https://adwmg.com/) for more information.
Please visit [adwmg.com](https://adwmg.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://adagio.io/](https://adagio.io/) for more information.
Please visit [adagio.io](https://adagio.io/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/adkernelAdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gvl_id: 14

#### Registration

Please visit [https://adkernel.com/dsp-suite/](https://adkernel.com/dsp-suite/) for more information.
Please visit [adkernel.com/dsp-suite/](https://adkernel.com/dsp-suite/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/adomik.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://www.adomik.com/](https://www.adomik.com/) for more information.
Please visit [www.adomik.com](https://www.adomik.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/adxcg.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enable_download: false
#### Registration

The Adxcg analytics adapter requires setup and approval from the Adxcg team, even for existing accounts.
Please reach out to your account team or visit [https://www.adxcg.com/](https://www.adxcg.com/) for more information.
Please reach out to your account team or visit [www.adxcg.com](https://www.adxcg.com/) for more information.

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/adxpremium.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: adxpremium

#### Registration

Please visit [https://luponmedia.com/](https://luponmedia.com/) for more information.
Please visit [luponmedia.com](https://luponmedia.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/appier.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: appier

#### Registration

Please visit [https://www.appier.com/](https://www.appier.com/) for more information.
Please visit [www.appier.com](https://www.appier.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/assertiveYield.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enable_download: false

#### Registration

Please visit [https://assertiveyield.com/](https://assertiveyield.com/) for more information.
Please visit [assertiveyield.com](https://assertiveyield.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/ats.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pbjs_version_notes: v5.20.0 and later

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/).
The LiveRamp privacy policy is at [liveramp.com/privacy/service-privacy-policy/](https://liveramp.com/privacy/service-privacy-policy/).

#### Analytics Options

Expand Down
4 changes: 2 additions & 2 deletions dev-docs/analytics/audigent.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ enable_download: false
#### Use

The Audigent analytics adapter can be used by all clients after approval. For more information,
please visit <a href="https://audigent.com">https://audigent.com</a> or contact our Prebid integration team at <prebid@audigent.com>.
please visit <https://audigent.com> or contact our Prebid integration team at <prebid@audigent.com>.

The Audigent privacy policy is at [https://audigent.com/privacypolicy/](https://audigent.com/privacypolicy/).
The Audigent privacy policy is at [audigent.com/privacypolicy/](https://audigent.com/privacypolicy/).

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/bydata.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prebid_member: false
#### Registration

The byData Analytics adapter requires setup and approval from the
byData team. Please visit [https://bydata.com/](https://bydata.com/) for more information.
byData team. Please visit [bydata.com](https://bydata.com/) for more information.

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/concert.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enable_download: false

#### Registration

Please visit [https://concert.io/](https://concert.io/) for more information.
Please visit [concert.io](https://concert.io/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/datablocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://datablocks.net/](https://datablocks.net/) for more information.
Please visit [datablocks.net/](https://datablocks.net/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/eplanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: eplanning

#### Registration

Please visit [https://www.e-planning.net/](https://www.e-planning.net/) for more information.
Please visit [ww.e-planning.net/](https://www.e-planning.net/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/finteza.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: finteza

#### Registration

Please visit [https://www.finteza.com/](https://www.finteza.com/) for more information.
Please visit [www.finteza.com/](https://www.finteza.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/greenbids.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enable_download: true
#### Registration

The Greenbids Analytics adapter requires setup and approval from the
Greenbids team. Please reach out to our team for more information [https://greenbids.ai](https://greenbids.ai).
Greenbids team. Please reach out to our team for more information [greenbids.ai](https://greenbids.ai).

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/growthcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enable_download: false
empower independent publishers to harness data and take control of identity and
audience while rapidly aligning to industry changes and margin pressure.

Please visit [https://growthcode.io/](https://growthcode.io/) for more information.
Please visit [growthcode.io](https://growthcode.io/) for more information.

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/id5.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enable_download: false

The ID5 Analytics Adapter is free to use during our Beta period, but requires a simple registration with ID5. Please visit [id5.io/solutions](https://id5.io/solutions#publishers) to sign up and request your ID5 Partner Number to get started. If you're already using the ID5 Universal ID, you may use your existing Partner Number with the analytics adapter.

The ID5 privacy policy is at [https://id5.io/platform-privacy-policy](https://id5.io/platform-privacy-policy).
The ID5 privacy policy is at [id5.io/platform-privacy-policy](https://id5.io/platform-privacy-policy).

#### Analytics Options

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/invisibly.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: invisibly

#### Registration

Please visit [https://invisibly.com/](https://invisibly.com/) for more information.
Please visit [invisibly.com](https://invisibly.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/kargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enable_download: false

#### Registration

Please visit [https://kargo.com/](https://kargo.com/) or contact your Kargo account manager for more information.
Please visit [kargo.com](https://kargo.com/) or contact your Kargo account manager for more information.

#### Example Configuration

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/konduit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: konduit

#### Registration

Please visit [https://konduitvideo.com/](https://konduitvideo.com/) for more information.
Please visit [konduitvideo.com/](https://konduitvideo.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/livewrapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://livewrapped.com/](https://livewrapped.com/) for more information.
Please visit [livewrapped.com/](https://livewrapped.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/liveyield.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enable_download: false

#### Registration

Please visit [https://www.pubocean.com/liveyield](https://www.pubocean.com/liveyield) for more information.
Please visit [www.pubocean.com/liveyield](https://www.pubocean.com/liveyield) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/marsmedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: marsmedia

#### Registration

Please visit [https://mars.media/](https://mars.media/#!group) for more information.
Please visit [mars.media](https://mars.media/#!group) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/medianet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://www.media.net/](https://www.media.net/) for more information.
Please visit [www.media.net](https://www.media.net/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/oolo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://www.oolo.io/](https://www.oolo.io/) for more information.
Please visit [www.oolo.io](https://www.oolo.io/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/pianoDmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enable_download: true

#### Registration

Please visit [https://piano.io/product/dmp/](https://piano.io/product/dmp/) for more information.
Please visit [piano.io/product/dmp/](https://piano.io/product/dmp/) for more information.

### Example Configuration

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/analytics/pubstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://pubstack.io/?source=prebid.org-analytics](https://pubstack.io/?source=prebid.org-analytics) for more information.
Please visit [pubstack.io/?source=prebid.org-analytics](https://pubstack.io/?source=prebid.org-analytics) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/pubwise.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://www.pubwise.io/](https://www.pubwise.io/) for more information.
Please visit [www.pubwise.io](https://www.pubwise.io/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/pulsepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: pulsepoint

#### Registration

Please visit [https://www.pulsepoint.com/](https://www.pulsepoint.com/) for more information.
Please visit [www.pulsepoint.com](https://www.pulsepoint.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/realvu.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: realvu

#### Registration

Please visit [https://www.realvu.com/rvaa/](https://www.realvu.com/rvaa/) for more information.
Please visit [www.realvu.com/rvaa](https://www.realvu.com/rvaa/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/relevant.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: relevant

#### Registration

Please visit [https://www.relevant-digital.com/relevantyield](https://www.relevant-digital.com/relevantyield) for more information.
Please visit [www.relevant-digital.com/relevantyield](https://www.relevant-digital.com/relevantyield) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/scaleable.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: scaleable

#### Registration

Please visit [https://scaleable.ai/](https://scaleable.ai/) for more information.
Please visit [scaleable.ai](https://scaleable.ai/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/sharethrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: sharethrough

#### Registration

Please visit [https://www.sharethrough.com/](https://www.sharethrough.com/) for more information.
Please visit [www.sharethrough.com](https://www.sharethrough.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/sigmoid.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: sigmoid

#### Registration

Please visit [https://www.sigmoid.com/identity-graph-adtech/](https://www.sigmoid.com/identity-graph-adtech/) for more information.
Please visit [www.sigmoid.com/identity-graph-adtech](https://www.sigmoid.com/identity-graph-adtech/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/sonobi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ enable_download: false

#### Registration

Please visit [https://sonobi.com/](https://sonobi.com/) for more information.
Please visit [sonobi.com](https://sonobi.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/sovrn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ prebid_member: true

#### Registration

Please visit [https://www.sovrn.com/](https://www.sovrn.com/) for more information.
Please visit [www.sovrn.com](https://www.sovrn.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/staq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: staq

#### Registration

Please visit [https://www.staq.com/](https://www.staq.com/) for more information.
Please visit [www.staq.com](https://www.staq.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/tercept.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: tercept

#### Registration

Please visit [https://www.tercept.com/](https://www.tercept.com/) for more information.
Please visit [www.tercept.com](https://www.tercept.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/ucfunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: ucfunnel

#### Registration

Please visit [https://www.ucfunnel.com/](https://www.ucfunnel.com/) for more information.
Please visit [www.ucfunnel.com](https://www.ucfunnel.com/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/yieldone.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ modulecode: yieldone

#### Registration

Please visit [https://www.platform-one.co.jp/](https://www.platform-one.co.jp/) for more information.
Please visit [www.platform-one.co.jp](https://www.platform-one.co.jp/) for more information.
2 changes: 1 addition & 1 deletion dev-docs/analytics/yuktamedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enable_download: true

#### Registration

Please visit [https://yuktamedia.com/prebid/](https://yuktamedia.com/prebid/) for more information.
Please visit [yuktamedia.com/prebid/](https://yuktamedia.com/prebid/) for more information.
The YuktaMedia Analytics adapter requires setup and approval from the YuktaMedia team.
Please reach out at <info@yuktamedia.com> for more information.

Expand Down
4 changes: 2 additions & 2 deletions dev-docs/analytics/zeta_global_ssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pbjs_version_notes: v6.5.0 and later

#### Registration

Please visit [https://zetaglobal.com/](https://zetaglobal.com/) for more information.
Please visit [zetaglobal.com](https://zetaglobal.com/) for more information.

#### Analytics Options

Expand All @@ -26,7 +26,7 @@ Please visit [https://zetaglobal.com/](https://zetaglobal.com/) for more informa

### Example Configuration

```
```javascript
pbjs.enableAnalytics({
provider: 'zeta_global_ssp',
options: {
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ If the alias entry is an object, the following attributes are supported:

{: .alert.alert-info :}
Note on aliases and TCF Global Vendor List IDs: if an alias entry does not have its own GVLID but wishes to claim GDPR support,
the documentation entry (The file in [https://github.com/prebid/prebid.github.io/tree/master/dev-docs/bidders]) must list the GVLID of the main adapter with that company's name in parentheses.
the documentation entry (The file in <https://github.com/prebid/prebid.github.io/tree/master/dev-docs/bidders>) must list the GVLID of the main adapter with that company's name in parentheses.
Look for other doc entries containing an `aliasCode` metadata entry.

### Supporting Privacy Regulations
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/adtarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sidebarType: 1

### Registration

To use the Adtarget bidder you will need an aid from an exchange account on [https://adtarget.com.tr](https://adtarget.com.tr). For further information, please contact <kamil@adtarget.com.tr>.
To use the Adtarget bidder you will need an aid from an exchange account on [adtarget.com.tr](https://adtarget.com.tr). For further information, please contact <kamil@adtarget.com.tr>.

### Bid params

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/criteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gpp_supported: true
This bidder adapter automatically includes the Criteo User ID module and performs iFrame syncs.

{: .alert.alert-warning :}
Prebid-Server support is on alpha test and is currently a non-finished product. Activation requires setup and approval before beginning. Please reach out to your account manager or [publishers@criteo.com] for more details.
Prebid-Server support is on alpha test and is currently a non-finished product. Activation requires setup and approval before beginning. Please reach out to your account manager or <publishers@criteo.com> for more details.

### Bid Params

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/newspassid.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ const adUnits = [{

### Note

Please contact us at [techsupport@newspassid.com] for any assistance testing your implementation before going live into production.
Please contact us at <techsupport@newspassid.com> for any assistance testing your implementation before going live into production.
Loading