You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add dev docs for IntimateMerger Analytics
* add dev docs for IntimateMerger Analytics: update optional cid
* Update dev-docs/analytics/imAnalytics.md
Please visit [intimatemerger.com/im-uid](https://intimatemerger.com/r/im-uid) and request your Customer ID to get started.
18
+
19
+
If you are an existing publisher and you already use [IM-UID](/dev-docs/modules/userid-submodules/imuid.html), you can use the same Customer ID for this analytics adapter.
20
+
21
+
By enabling this adapter, you agree to Intimate Merger's privacy policy at <https://corp.intimatemerger.com/privacypolicy/>.
22
+
23
+
## Configuration
24
+
25
+
To enable the IM Analytics adapter, configure it in your Prebid.js setup. Use `imAnalytics` as the provider and provide the appropriate `options`.
26
+
27
+
### Analytics Options
28
+
29
+
{: .table .table-bordered .table-striped }
30
+
| Parameter | Scope | Type | Example | Description |
31
+
| --- | --- | --- | --- | --- |
32
+
|`cid`| optional | number | 5126 | The Customer ID provided by Intimate Merger. |
33
+
|`waitTimeout`| optional | number | 1500 | Wait time in milliseconds before sending batched requests. (Default: 1500) |
34
+
35
+
### Example Configuration
36
+
37
+
```javascript
38
+
pbjs.enableAnalytics({
39
+
provider:'imAnalytics',
40
+
options: {
41
+
/* Optional: Customer ID. Set the Customer ID assigned to you. */
0 commit comments