Fixed
Bottom-positioned ads zoneType: Fixed
Bottom-positioned ads do not need to create a container, and ads are rendered by calling the window.adsTag.renderFixed(zoneId, width, height) 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
--
width
number
Specify the ad width, which needs to be adjusted according to the actual layout of the website
no
300
height
number
Specify the ad height, which needs to be adjusted according to the actual layout of the website
no
250
Example:
window.adsTag.renderFixed(zoneId);
Last updated