AI-generated Key Takeaways
-
AdUnit.TargetWindow
governs how links behave, similar to an HTML link'starget
attribute. -
It offers two options:
TOP
to open links within the same page andBLANK
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.
Service
InventoryService
SuggestedAdUnitService
Dependencies
SuggestedAdUnit
▼
AdUnit.TargetWindow
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. |