File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,9 +138,8 @@ class ProductView extends \Google\Collection
138138 */
139139 public $ clickPotential ;
140140 /**
141- * Rank of the product based on its click potential. A product with
142- * `click_potential_rank` 1 has the highest click potential among the
143- * merchant's products that fulfill the search query conditions.
141+ * Normalized click potential of the product. Values range from 1 to 1000,
142+ * where 1 is the highest click potential and 1000 is the theoretical lowest.
144143 *
145144 * @var string
146145 */
@@ -431,9 +430,8 @@ public function getClickPotential()
431430 return $ this ->clickPotential ;
432431 }
433432 /**
434- * Rank of the product based on its click potential. A product with
435- * `click_potential_rank` 1 has the highest click potential among the
436- * merchant's products that fulfill the search query conditions.
433+ * Normalized click potential of the product. Values range from 1 to 1000,
434+ * where 1 is the highest click potential and 1000 is the theoretical lowest.
437435 *
438436 * @param string $clickPotentialRank
439437 */
You can’t perform that action at this time.
0 commit comments