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

Added agma analytics adapter #4948

Merged
merged 1 commit into from
Nov 8, 2023
Merged
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
33 changes: 33 additions & 0 deletions dev-docs/analytics/agma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: analytics
title: agma
description: agma Analytics Adapter
modulecode: agma
tcfeu_supported: true
usp_supported: false
coppa_supported: false
prebid_member: false
gvl_id: 1122
---

#### Analytics Options

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------|
| code | required | Provided by agma | `'my-code'` | string |

### Example Configuration

```javascript
pbjs.enableAnalytics({
provider: 'agma',
options: {
code: 'provided-by-agma' // change to the code you received from agma
}
});
```

#### Registration

Please contact [team-internet@agma-mmc.de](mailto:team-internet@agma-mmc.de) for signup.