Hi Ty,
As soon as I try to use a slot with a null dimensions value all my other slots don't load (yet there's no error message or crash).
Here's the code on the utag_data for a page with a null dimensions value:
var utag_data = {
"gpt_slots": [
["5129\/AIBM.Business.Spectator\/homepage", [
[950, 50]
], "ad-950x50", {
"node_categories": ",",
"adposition": "950x50"
}],
["5129\/AIBM.Business.Spectator\/homepage", null, "ad-300x250-pos1", {
"node_categories": ",",
"adposition": "300x250_pos1"
}]
]
};
When I replace the null value with a dimensions value all the ads come back to life.
Google publisher console reports the following error: "Exception invoking function: Cannot call method 'addService' of null" and then errors every ad unit render.
... View more