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

update doc: country info Intimate Merger Module #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dev-docs/modules/imRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sidebarType : 1

This module reads segments from [Intimate Merger](https://corp.intimatemerger.com/) audience data platform and attaches them as targeting keys to bid requests.

The audience data platform performs segmentation even in environments where 3rd party cookies are not available, but curretly only available in Japan.
The audience data platform performs segmentation even in environments where 3rd party cookies are not available. For use outside Japan, [please contact us](https://intimatemerger.com/r/pbInquiry).


## Usage
Expand Down
3 changes: 2 additions & 1 deletion dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ pbjs.setConfig({

### IM-UID by Intimate Merger

IM-UID, provided by [Intimate Merger](https://corp.intimatemerger.com/), is a universal identifier that designed for publishers, platforms and advertisers to perform segmentation and targeting even in environments where 3rd party cookies are not available. IM-UID is currently only available in Japan.
IM-UID, provided by [Intimate Merger](https://corp.intimatemerger.com/), is a universal identifier that designed for publishers, platforms and advertisers to perform segmentation and targeting even in environments where 3rd party cookies are not available. For use outside Japan, [please contact us](https://intimatemerger.com/r/pbInquiry).

Add it to your Prebid.js package with:

Expand Down Expand Up @@ -1017,6 +1017,7 @@ The Intimate Merger privacy policy is at https://corp.intimatemerger.com/privacy
{% highlight javascript %}
pbjs.setConfig({
userSync: {
ppid: 'ppid.intimatemerger.com', // GAM Publisher Provided id support
userIds: [{
name: "imuid",
params: {
Expand Down