Searched refs:conversionPathValue (Results 1 – 2 of 2) sorted by relevance
33 public function setConversionPathValue($conversionPathValue) argument35 $this->conversionPathValue = $conversionPathValue;42 return $this->conversionPathValue;
2348 public $conversionPathValue; variable in Google_McfDataRows2350 …n setConversionPathValue(/* array(Google_McfDataRowsConversionPathValue) */ $conversionPathValue) { argument2351 $this->assertIsArray($conversionPathValue, 'Google_McfDataRowsConversionPathValue', __METHOD__);2352 $this->conversionPathValue = $conversionPathValue;2355 return $this->conversionPathValue;