AI-generated Key Takeaways
-
Online Behavioral Advertising (OBA) icons can be customized with a resource URL, position, size, and program using the provided JSON structure.
-
URLs for click-through, click tracking, and view tracking can be configured for interactions with the OBA icon.
-
Campaign Manager supports both image and JavaScript icons for OBA, offering flexibility in design and functionality.
-
The industry initiative supported by the OBA icon, such as AdChoices, is identified through the "program" field.
-
Developers can leverage the detailed JSON schema and field descriptions to effectively implement and manage OBA icons within their campaigns.
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. |