Skip to content
Closed
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
2 changes: 1 addition & 1 deletion dev-docs/analytics/automatad.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: analytics
title: Automatad
description: Automatad Prebid Analytics Adapter
modulecode: automatadAnalytics
modulecode: automatad
tcfeu_supported: false
usp_supported: false
coppa_supported: false
Expand All @@ -10,7 +10,7 @@
enable_download: true
---

#### Instructions for usage

Check failure on line 13 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/analytics/automatad.md:13 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h4] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md001.md

The [Automatad](https://automatad.com/) analytics adapter requires on-boarding, configuration
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
Expand All @@ -19,10 +19,10 @@
#### Adapter Configuration Options

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |

Check failure on line 22 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Tables should be surrounded by blank lines

dev-docs/analytics/automatad.md:22 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| Name | Scope ..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md058.md
|--------------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------|
| siteID | required | Your site ID | `N8vZLx` | string |

Check failure on line 24 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:24:58 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:24:49 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:24:22 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 24 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:24:10 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| publisherID | required | Your publisher ID | `PXfvBq` | string |

Check failure on line 25 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:25:59 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:25:47 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:25:27 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 25 in dev-docs/analytics/automatad.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/analytics/automatad.md:25:15 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| logDebug | optional | Flag to collect debug data pertaining to auctions. Defaults to false | `false` | boolean |

### Example Configuration
Expand Down
Loading