Skip to content

Commit 4e6de73

Browse files
1 parent 94f7b6a commit 4e6de73

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/ShoppingContent/ProductView.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)