Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DMcfDataRows.php33 public function setConversionPathValue($conversionPathValue) argument
35 $this->conversionPathValue = $conversionPathValue;
42 return $this->conversionPathValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2348 public $conversionPathValue; variable in Google_McfDataRows
2350 …n setConversionPathValue(/* array(Google_McfDataRowsConversionPathValue) */ $conversionPathValue) { argument
2351 $this->assertIsArray($conversionPathValue, 'Google_McfDataRowsConversionPathValue', __METHOD__);
2352 $this->conversionPathValue = $conversionPathValue;
2355 return $this->conversionPathValue;