You are here

public function Tag::targeting in Doubleclick for Publishers (DFP) 8

Gets the ad targeting.

Return value

array[] Each value is a array containing two keys: 'target' and 'value'. Both values are strings. Multiple value values are delimited by a comma.

Overrides TagInterface::targeting

File

src/Entity/Tag.php, line 196
Contains \Drupal\dfp\Entity\Tag.

Class

Tag
Defines the DFP Ad tag configuration entity class.

Namespace

Drupal\dfp\Entity

Code

public function targeting() {
  return $this->targeting;
}