Show / Hide Table of Contents

Class ShoppingadsprogramResource

The "shoppingadsprogram" collection of methods.

Inheritance
object
ShoppingadsprogramResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ShoppingadsprogramResource

Constructors

ShoppingadsprogramResource(IClientService)

Constructs a new resource.

Declaration
public ShoppingadsprogramResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long)

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.

Declaration
public virtual ShoppingadsprogramResource.GetRequest Get(long merchantId)
Parameters
Type Name Description
long merchantId

Required. The ID of the account.

Returns
Type Description
ShoppingadsprogramResource.GetRequest

Requestreview(RequestReviewShoppingAdsRequest, long)

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.

Declaration
public virtual ShoppingadsprogramResource.RequestreviewRequest Requestreview(RequestReviewShoppingAdsRequest body, long merchantId)
Parameters
Type Name Description
RequestReviewShoppingAdsRequest body

The body of the request.

long merchantId

Required. The ID of the account.

Returns
Type Description
ShoppingadsprogramResource.RequestreviewRequest
In this article
Back to top Generated by DocFX