AI-generated Key Takeaways
-
An Online Behavioral Advertiser icon is represented by a JSON object with various fields for configuration.
-
The JSON representation includes fields for the icon's resource URL, position (x and y coordinates), size, supported program, and various tracking URLs.
-
The
resourceUrlfield specifies the location of the OBA icon, supporting image and JavaScript formats. -
The
xPositionandyPositionfields accept "left" or "right" and "top" or "bottom" respectively. -
The
programfield identifies the industry initiative supported by the icon, such as AdChoices.
Online Behavioral Advertiser icon.
| JSON representation |
|---|
{
"resourceUrl"
:
string
,
"xPosition"
:
string
,
"yPosition"
:
string
,
"size"
:
{
object (
|
| Fields | |
|---|---|
resourceUrl
|
OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more |
xPosition
|
OBA icon x coordinate position. Accepted values are left or right. |
yPosition
|
OBA icon y coordinate position. Accepted values are top or bottom. |
size
|
OBA icon size. |
program
|
Identifies the industry initiative that the icon supports. For example, AdChoices. |
iconClickThroughUrl
|
URL to redirect to when an OBA icon is clicked. |
iconClickTrackingUrl
|
URL to track click when an OBA icon is clicked. |
iconViewTrackingUrl
|
URL to track view when an OBA icon is clicked. |

