Recommendations
class Recommendations extends Resource (View source)
The "recommendations" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$recommendations = $contentService->recommendations;
Methods
generate(string $merchantId, array $optParams = [])
Generates recommendations for a merchant. (recommendations.generate)
reportInteraction(string $merchantId, ReportInteractionRequest $postBody, array $optParams = [])
Reports an interaction on a recommendation for a merchant.
Details
GenerateRecommendationsResponse
generate(string $merchantId, array $optParams = [])
Generates recommendations for a merchant. (recommendations.generate)
reportInteraction(string $merchantId, ReportInteractionRequest $postBody, array $optParams = [])
Reports an interaction on a recommendation for a merchant.
(recommendations.reportInteraction)