enum AdUnit.TargetWindow (v202411)

  • AdUnit.TargetWindow governs how links behave, similar to an HTML link's target attribute.

  • It offers two options: TOP to open links within the same page and BLANK to open them in a new window.

  • This enumeration is part of Google Ad Manager's InventoryService, impacting how ads are displayed within ad units.

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.