Skip to content

Commit

Permalink
LiveIntent Analytics Adapter (prebid#4005)
Browse files Browse the repository at this point in the history
* Add documentation for liveIntentAnalyticsAdapter (prebid#9)

* add doc for liveIntentAnalyticsAdapter

* Add prebid_member information

Co-authored-by: leonelcuevas <lcuevas@liveintent.com>

* add example configuration

* fix comment

* Fix example json identation

* adjust comment

Co-authored-by: Wiem Zine El Abidine <wiemzin@gmail.com>
Co-authored-by: wiem <welabidine@liveintent.com>
  • Loading branch information
3 people authored and ecdrsvc committed Sep 6, 2023
1 parent f69b722 commit 5026d8d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-docs/analytics/liveintent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: analytics
title: LiveIntent
description: LiveIntent Analytics Adapter
modulecode: liveintent
prebid_member: true
gvl_id: 148
---

#### Registration

Please visit [LiveIntent](https://www.liveintent.com/) for more information.

#### Example Configuration

```
pbjs.enableAnalytics(
{
provider: 'liveintent',
options: {
bidWonTimeout: 2000,
sampling: 0.5 // the tracked event percentage, a number between 0 and 1.
}
}
)
```

0 comments on commit 5026d8d

Please sign in to comment.