You are here

public function TagInterface::adsenseChannelIds 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.

1 method overrides TagInterface::adsenseChannelIds()
Tag::adsenseChannelIds in src/Entity/Tag.php
Gets the Adsense channel ID(s) when AdSense ads are used for backfill.

File

src/Entity/TagInterface.php, line 98
Contains \Drupal\dfp\Entity\TagInterface.

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function adsenseChannelIds();