You are here

public function TagView::getAdsenseChannelIds in Doubleclick for Publishers (DFP) 8

Gets the Adsense channel ID(s) when AdSense ads are used for backfill.

Return value

string The Adsense channel ID(s) when AdSense ads are used for backfill. Multiple IDs are delimited by a + sign.

File

src/View/TagView.php, line 371
Contains \Drupal\dfp\View\TagView.

Class

TagView
A value object to combine a DFP tag with global settings for display.

Namespace

Drupal\dfp\View

Code

public function getAdsenseChannelIds() {
  return $this->tag
    ->adsenseChannelIds();
}