enum AdUnit.TargetWindow (v202411)

  • The InventoryService's AdUnit.TargetWindow determines how a link opens, similar to an HTML link's target attribute.

  • It offers two options: TOP to open in the current page and BLANK to open in a new window.

  • This functionality is defined within the https://www.google.com/apis/ads/publisher/v202411 namespace.

Corresponds to an HTML link's target attribute.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
TOP Specifies that the link should open in the full body of the page.
BLANK Specifies that the link should open in a new window.