class Shoppingadsprogram extends Resource (View source)

The "shoppingadsprogram" collection of methods.

Typical usage is:

 $contentService = new Google\Service\ShoppingContent(...);
 $shoppingadsprogram = $contentService->shoppingadsprogram;

Methods

get(string $merchantId, array $optParams = [])

Retrieves the status and review eligibility for the Shopping Ads program.

requestreview(string $merchantId, RequestReviewShoppingAdsRequest $postBody, array $optParams = [])

Requests a review of Shopping ads in a specific region. This method deprecated. Use the MerchantSupportService to view product and account issues and request a review. (shoppingadsprogram.requestreview)

Details

ShoppingAdsProgramStatus get(string $merchantId, array $optParams = [])

Retrieves the status and review eligibility for the Shopping Ads program.

Returns errors and warnings if they require action to resolve, will become disapprovals, or impact impressions. Use accountstatuses to view all issues for an account. (shoppingadsprogram.get)

Parameters

string $merchantId

Required. The ID of the account.

array $optParams

Optional parameters.

Return Value

ShoppingAdsProgramStatus

Exceptions

Exception

requestreview(string $merchantId, RequestReviewShoppingAdsRequest $postBody, array $optParams = [])

Requests a review of Shopping ads in a specific region. This method deprecated. Use the MerchantSupportService to view product and account issues and request a review. (shoppingadsprogram.requestreview)

Parameters

string $merchantId

Required. The ID of the account.

RequestReviewShoppingAdsRequest $postBody
array $optParams

Optional parameters.

Exceptions

Exception