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

Introduce mobile impression tracker's setter for PUC #5906

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
12 changes: 12 additions & 0 deletions adops/gam-creative-banner-sbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,18 @@ Note: You can ignore the “Sorry, we don’t recognize this tag” warning. GAM
{:start="10"}
10. Click **Save and preview**.

### PUC Configuration

#### Mobile Impression Tracker

By default, PUC tracks the impression URL (burl) for the mobile platforms by injecting MRAID JS script and checking its visibility.
However, there is Open Measurement option that tracks the impression URL using the mobile native implementation of the Open Measurement SDK.
When this option is active it sends the impression request right after the native SDK detects an impression.

```js
ucTagData.mobileImpressionTracker = "open_measurement";
```

## Prebid Dynamic Creative

The process for the Prebid Dynamic Creative is exactly the same except
Expand Down