Show / Hide Table of Contents

Class BuyersResource.GetRemarketingTagRequest

This has been sunset as of October 2023, and will return an error response if called. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GetRemarketingTagResponse>
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>
BuyersResource.GetRemarketingTagRequest
Implements
IClientServiceRequest<GetRemarketingTagResponse>
IClientServiceRequest
Inherited Members
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.Xgafv
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.AccessToken
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.Alt
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.Callback
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.Fields
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.Key
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.OauthToken
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.PrettyPrint
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.QuotaUser
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.UploadType
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.UploadProtocol
ClientServiceRequest<GetRemarketingTagResponse>.Execute()
ClientServiceRequest<GetRemarketingTagResponse>.ExecuteAsStream()
ClientServiceRequest<GetRemarketingTagResponse>.ExecuteAsync()
ClientServiceRequest<GetRemarketingTagResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetRemarketingTagResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetRemarketingTagResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetRemarketingTagResponse>.CreateRequest(bool?)
ClientServiceRequest<GetRemarketingTagResponse>.GenerateRequestUri()
ClientServiceRequest<GetRemarketingTagResponse>.GetBody()
ClientServiceRequest<GetRemarketingTagResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GetRemarketingTagResponse>.ETagAction
ClientServiceRequest<GetRemarketingTagResponse>.ModifyRequest
ClientServiceRequest<GetRemarketingTagResponse>.ValidateParameters
ClientServiceRequest<GetRemarketingTagResponse>.ApiVersion
ClientServiceRequest<GetRemarketingTagResponse>.RequestParameters
ClientServiceRequest<GetRemarketingTagResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BuyersResource.GetRemarketingTagRequest : RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>, IClientServiceRequest<GetRemarketingTagResponse>, IClientServiceRequest

Constructors

GetRemarketingTagRequest(IClientService, string)

Constructs a new GetRemarketingTag request.

Declaration
public GetRemarketingTagRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetRemarketingTagResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetRemarketingTagResponse>.MethodName

Name

Required. To fetch the remarketing tag for an account, the name must follow the pattern buyers/{accountId}, where {accountId} represents the ID of the buyer that owns the remarketing tag. For a bidder accessing the remarketing tag on behalf of a child seat buyer, {accountId} should represent the ID of the child seat buyer. To fetch the remarketing tag for a specific user list, the name must follow the pattern buyers/{accountId}/userLists/{userListId}. See UserList.name.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetRemarketingTagResponse>.RestPath

Methods

InitParameters()

Initializes GetRemarketingTag parameter list.

Declaration
protected override void InitParameters()
Overrides
RealTimeBiddingBaseServiceRequest<GetRemarketingTagResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX