Lines Matching refs:end_date
44 …* @param string $end_date End date for fetching Analytics data. All requests should specify an end…
56 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { argument
57 …$params = array('ids' => $ids, 'start-date' => $start_date, 'end-date' => $end_date, 'metrics' => …
82 …* @param string $end_date End date for fetching Analytics data. All requests should specify an end…
93 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { argument
94 …$params = array('ids' => $ids, 'start-date' => $start_date, 'end-date' => $end_date, 'metrics' => …
247 * @param string $end_date End date of the form YYYY-MM-DD.
254 …yUploads($accountId, $webPropertyId, $customDataSourceId, $start_date, $end_date, $optParams = arr… argument
255 …'customDataSourceId' => $customDataSourceId, 'start-date' => $start_date, 'end-date' => $end_date);
1649 public $end_date; variable in Google_GaDataQuery
1664 public function setEnd_date( $end_date) { argument
1665 $this->end_date = $end_date;
1668 return $this->end_date;
2272 public $end_date; variable in Google_McfDataQuery
2287 public function setEnd_date( $end_date) { argument
2288 $this->end_date = $end_date;
2291 return $this->end_date;