Home
last modified time | relevance | path

Searched refs:filteredEventIds (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCustomRichMediaEvents.php33 public function setFilteredEventIds($filteredEventIds) argument
35 $this->filteredEventIds = $filteredEventIds;
42 return $this->filteredEventIds;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php555 public $filteredEventIds; variable in Google_CustomRichMediaEvents
557 public function setFilteredEventIds(/* array(Google_DimensionValue) */ $filteredEventIds) { argument
558 $this->assertIsArray($filteredEventIds, 'Google_DimensionValue', __METHOD__);
559 $this->filteredEventIds = $filteredEventIds;
562 return $this->filteredEventIds;