You are here

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

1 method overrides TagInterface::targeting()
Tag::targeting in src/Entity/Tag.php
Gets the ad targeting.

File

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

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function targeting();