I'm having a 300x250 size creative show in a 300x600 ad slot.
The header call defines only one size, 300x600 like so:
googletag.defineSlot('/1030735/website_300x600', [300, 600], 'website_300x600').addService(googletag.pubads());
And the ad unit itself in dfp is setup with only one size, 300x600.
However, I get some network ads come in through the ad unit that are 300x250, and it's happening more often than the correct 300x600 size.
How can I force it to show only a 300x600 size ad on the unit?
I thought that having only one ad unit size is the way to do it?