Anchor
Anchored ads zoneType: Anchor
Anchored ads do not require the creation of a container. Ads are rendered by calling the window.adsTag.renderAnchor(zoneId, type) method.
Parameter Description:
parameter
type
illustrate
Is it necessary to transmit
default value
zoneId
string
Specify the ad unit group. Use this parameter to distinguish the ad group revenue.
yes
--
type
string
The position of the anchor ad, optional values: 'top', 'bottom'
no
'bottom'
Example:
window.adsTag.renderAnchor(zoneId, 'bottom');
Note:
It can only be called once in a single page. Multiple calls are invalid.
Last updated