Closed cobbdb closed 8 years ago
harmony.show action is calling refresh on each slot instead of grouping them into a single ad call.
harmony.show
googletag.refresh([slotA]); googletag.refresh([slotB]);
... instead it should be ...
googletag.refresh([slotA, slotB]);
harmony.show
action is calling refresh on each slot instead of grouping them into a single ad call.... instead it should be ...