Skip to content
Open
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
17 changes: 9 additions & 8 deletions dev-docs/analytics/automatad.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,29 @@
layout: analytics
title: Automatad
description: Automatad Prebid Analytics Adapter
modulecode: automatadAnalytics
modulecode: automatad
tcfeu_supported: false
usp_supported: false
coppa_supported: false
prebid_member: false
enable_download: true
---

#### Instructions for usage
## Instructions for usage

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
<cs@automatad.com> for more information.

#### Adapter Configuration Options
## Adapter Configuration Options

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

| Name | Scope | Description | Example | Type |
| ----------- | -------- | ---------------------------------------------------------------------- | -------- | ------- |
| siteID | required | Your site ID | `N8vZLx` | string |
| publisherID | required | Your publisher ID | `PXfvBq` | string |
| logDebug | optional | Flag to collect debug data pertaining to auctions. Defaults to false | `false` | boolean |

### Example Configuration

Expand Down
Loading