You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an array of array representation of the size of the ad unit, like [width, height]
Example
{host: '<valid host>',// The required partner-level property.xSlots: {// All the ad slot-level properties under the `xSlots` property.1: {adUnitId: '54321',sizes: [[300,250]]},2: {adUnitId: '12345',sizes: [[300,250],[300,600]]}}}