Skip to content

Commit 175dd42

Browse files
algolia-botgazconroyGary Conroykai687
committed
fix(specs): extend Analytics descriptions (generated)
algolia/api-clients-automation#4360 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: gazconroy <[email protected]> Co-authored-by: Gary Conroy <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 0d81a97 commit 175dd42

21 files changed

+53
-53
lines changed

lib/Api/AnalyticsClient.php

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

lib/Model/Analytics/DailyAddToCartRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Add-to-cart rate, calculated as number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Add-to-cart rate: calculated as the number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/DailyClickThroughRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Click-through rate: calculated as the number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/DailyConversionRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Conversion rate: calculated as the number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/DailyNoClickRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate no click rate, calculated as number of tracked searches without any click divided by the number of tracked searches
206+
* @param float $rate no click rate: calculated as the number of tracked searches without clicks divided by the number of tracked searches
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/DailyNoResultsRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public function getRate()
275275
/**
276276
* Sets rate.
277277
*
278-
* @param float $rate no results rate, calculated as number of searches with zero results divided by the total number of searches
278+
* @param float $rate no results rate: calculated as the number of searches with zero results divided by the total number of searches
279279
*
280280
* @return self
281281
*/

lib/Model/Analytics/DailyPurchaseRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Purchase rate, calculated as number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Purchase rate: calculated as the number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/DailyRevenue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function getCurrencies()
181181
/**
182182
* Sets currencies.
183183
*
184-
* @param array<string,\Algolia\AlgoliaSearch\Model\Analytics\CurrencyCode> $currencies revenue associated with this search, broken-down by currencies
184+
* @param array<string,\Algolia\AlgoliaSearch\Model\Analytics\CurrencyCode> $currencies revenue associated with this search: broken down by currency
185185
*
186186
* @return self
187187
*/

lib/Model/Analytics/GetAddToCartRateResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Add-to-cart rate, calculated as number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Add-to-cart rate: calculated as the number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

lib/Model/Analytics/GetClickThroughRateResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getRate()
203203
/**
204204
* Sets rate.
205205
*
206-
* @param float $rate Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
206+
* @param float $rate Click-through rate: calculated as the number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true.
207207
*
208208
* @return self
209209
*/

0 commit comments

Comments
 (0)