ObaIcon
Stay organized with collections
Save and categorize content based on your preferences.
Online Behavioral Advertiser icon.
JSON representation |
{
"resourceUrl": string,
"xPosition": string,
"yPosition": string,
"size": {
object (Size )
},
"program": string,
"iconClickThroughUrl": string,
"iconClickTrackingUrl": string,
"iconViewTrackingUrl": string
} |
Fields |
resourceUrl |
string
OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more
|
xPosition |
string
OBA icon x coordinate position. Accepted values are left or right.
|
yPosition |
string
OBA icon y coordinate position. Accepted values are top or bottom.
|
size |
object (Size )
OBA icon size.
|
program |
string
Identifies the industry initiative that the icon supports. For example, AdChoices.
|
iconClickThroughUrl |
string
URL to redirect to when an OBA icon is clicked.
|
iconClickTrackingUrl |
string
URL to track click when an OBA icon is clicked.
|
iconViewTrackingUrl |
string
URL to track view when an OBA icon is clicked.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nOnline Behavioral Advertiser icon.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"resourceUrl\": string, \"xPosition\": string, \"yPosition\": string, \"size\": { object (/doubleclick-advertisers/rest/v5/sizes#Size) }, \"program\": string, \"iconClickThroughUrl\": string, \"iconClickTrackingUrl\": string, \"iconViewTrackingUrl\": string } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resourceUrl` | `string` OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. [Learn more](https://support.google.com/dcm/answer/3312854) |\n| `xPosition` | `string` OBA icon x coordinate position. Accepted values are left or right. |\n| `yPosition` | `string` OBA icon y coordinate position. Accepted values are top or bottom. |\n| `size` | `object (`[Size](/doubleclick-advertisers/rest/v5/sizes#Size)`)` OBA icon size. |\n| `program` | `string` Identifies the industry initiative that the icon supports. For example, AdChoices. |\n| `iconClickThroughUrl` | `string` URL to redirect to when an OBA icon is clicked. |\n| `iconClickTrackingUrl` | `string` URL to track click when an OBA icon is clicked. |\n| `iconViewTrackingUrl` | `string` URL to track view when an OBA icon is clicked. |"]]