Skip to content

Commit

Permalink
add config example (#5479)
Browse files Browse the repository at this point in the history
* add config example

* fix: Files should end with a single newline character

* Update dev-docs/analytics/intentiq.md

Co-authored-by: Muki Seiler <[email protected]>

* improve wording

---------

Co-authored-by: Muki Seiler <[email protected]>
Co-authored-by: Eyvaz Ahmadzada <[email protected]>
  • Loading branch information
3 people committed Jul 14, 2024
1 parent 379c166 commit bb7fe85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dev-docs/analytics/intentiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ No registration for this module is required.

#### Intent IQ Universal ID Configuration

<b>IMPORTANT</b>: requires Intent IQ Universal ID module be installed and configured. [(How-To)](https://docs.prebid.org/dev-docs/modules/userid-submodules/intentiq.html)
**IMPORTANT**: only effective when Intent IQ Universal ID module be installed and configured. [(How-To)](https://docs.prebid.org/dev-docs/modules/userid-submodules/intentiq.html)

No additional configuration for this module is required. We will use the configuration provided for Intent IQ Universal IQ module.

#### Example Configuration

```js
pbjs.enableAnalytics({
provider: 'iiqAnalytics'
});
```

0 comments on commit bb7fe85

Please sign in to comment.