Appearance
Cookie Mapping
Overview
OperaAds provides a cookie mapping service that records the mapping relationship between an advertiser-specific user ID and an OperaAds user ID. Advertisers can redirect the user's browser to this service to establish the mapping.
Endpoint
GET https://t.oa.opera.com/sync/advRequest
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| cuid | string | Yes | Client User ID, i.e., the advertiser-specific user ID |
| advid | string | Yes | Advertiser ID |
Example
txt
https://t.oa.opera.com/sync/adv?cuid=4e93fa9e-86e3-11eb-8dcd-0242ac130003&advid=adv123456789Response
| Scenario | HTTP Status | Body |
|---|---|---|
| Mapping recorded successfully | 200 | 1x1 transparent pixel |
cuid or advid missing | 400 | - |
