[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eOnline Behavioral Advertising (OBA) icons can be customized with a resource URL, position, size, and program using the provided JSON structure.\u003c/p\u003e\n"],["\u003cp\u003eURLs for click-through, click tracking, and view tracking can be configured for interactions with the OBA icon.\u003c/p\u003e\n"],["\u003cp\u003eCampaign Manager supports both image and JavaScript icons for OBA, offering flexibility in design and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe industry initiative supported by the OBA icon, such as AdChoices, is identified through the "program" field.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can leverage the detailed JSON schema and field descriptions to effectively implement and manage OBA icons within their campaigns.\u003c/p\u003e\n"]]],[],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/v4/sizes#Size) }, \"program\": string, \"iconClickThroughUrl\": string, \"iconClickTrackingUrl\": string, \"iconViewTrackingUrl\": string } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resource``Url` | `string` OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. [Learn more](https://support.google.com/dcm/answer/3312854) |\n| `x``Position` | `string` OBA icon x coordinate position. Accepted values are left or right. |\n| `y``Position` | `string` OBA icon y coordinate position. Accepted values are top or bottom. |\n| `size` | `object (`[Size](/doubleclick-advertisers/rest/v4/sizes#Size)`)` OBA icon size. |\n| `program` | `string` Identifies the industry initiative that the icon supports. For example, AdChoices. |\n| `icon``Click``Through``Url` | `string` URL to redirect to when an OBA icon is clicked. |\n| `icon``Click``Tracking``Url` | `string` URL to track click when an OBA icon is clicked. |\n| `icon``View``Tracking``Url` | `string` URL to track view when an OBA icon is clicked. |"]]