Skip to content

Commit 74c9c27

Browse files
mohanjpAtmdJP Mohanmuuki88
authored
Fix/module code automatad analytics (#6502)
* Mile Bidder Adapter: Initial Release * fix: enable download for automatadAnalyticsAdapter * Fixing module code to make sure the prebid js download succeeds * fixed markdown lint issues * Apply suggestion from @muuki88 Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com> * Apply suggestion from @muuki88 Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com> * heading fix --------- Co-authored-by: Shashank <=> Co-authored-by: JP Mohan <jpmohan@MacBook-Pro-9.local> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 8e92619 commit 74c9c27

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

dev-docs/analytics/automatad.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@
22
layout: analytics
33
title: Automatad
44
description: Automatad Prebid Analytics Adapter
5-
modulecode: automatadAnalytics
5+
modulecode: automatad
66
tcfeu_supported: false
77
usp_supported: false
88
coppa_supported: false
99
prebid_member: false
1010
enable_download: true
1111
---
1212

13-
#### Instructions for usage
13+
## Instructions for usage
1414

1515
The [Automatad](https://automatad.com/) analytics adapter requires on-boarding, configuration
1616
parameters & addition of an external script that will be supplied to you by your Automatad account team. Please reach out to your account team or
1717
<cs@automatad.com> for more information.
1818

19-
#### Adapter Configuration Options
19+
## Adapter Configuration Options
2020

2121
{: .table .table-bordered .table-striped }
22-
| Name | Scope | Description | Example | Type |
23-
|--------------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------|
24-
| siteID | required | Your site ID | `N8vZLx` | string |
25-
| publisherID | required | Your publisher ID | `PXfvBq` | string |
26-
| logDebug | optional | Flag to collect debug data pertaining to auctions. Defaults to false | `false` | boolean |
2722

28-
### Example Configuration
23+
| Name | Scope | Description | Example | Type |
24+
| ----------- | -------- | -------------------------------------------------------------------- | -------- | ------- |
25+
| siteID | required | Your site ID | `N8vZLx` | string |
26+
| publisherID | required | Your publisher ID | `PXfvBq` | string |
27+
| logDebug | optional | Flag to collect debug data pertaining to auctions. Defaults to false | `false` | boolean |
28+
29+
## Example Configuration
2930

3031
```js
3132
import CONSTANTS '../src/constants.json';

0 commit comments

Comments
 (0)