diff --git a/dfp.module b/dfp.module index 21a0736..256e8a9 100755 --- a/dfp.module +++ b/dfp.module @@ -790,7 +790,7 @@ function _dfp_js_slot_definition($tag) { 'adSenseAdTypes' => $tag->adsense_ad_types, 'adSenseChannelIds' => $tag->adsense_channel_ids, 'adSenseColors' => $adsense_colors, - 'targets' => count($targeting) === 1 ? $targeting[0] : $targeting, + 'targets' => $targeting, 'isBanner' => $tag->banner, 'enableVast' => !empty($tag->settings['companion']) ? TRUE : FALSE, ),