Show / Hide Table of Contents

Class PlacementsResource.GeneratetagsRequest

Generates tags for a placement.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PlacementsGenerateTagsResponse>
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>
PlacementsResource.GeneratetagsRequest
Implements
IClientServiceRequest<PlacementsGenerateTagsResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.Xgafv
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.AccessToken
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.Alt
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.Callback
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.Fields
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.Key
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.OauthToken
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.PrettyPrint
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.QuotaUser
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.UploadType
DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>.UploadProtocol
ClientServiceRequest<PlacementsGenerateTagsResponse>.Execute()
ClientServiceRequest<PlacementsGenerateTagsResponse>.ExecuteAsStream()
ClientServiceRequest<PlacementsGenerateTagsResponse>.ExecuteAsync()
ClientServiceRequest<PlacementsGenerateTagsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PlacementsGenerateTagsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PlacementsGenerateTagsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PlacementsGenerateTagsResponse>.CreateRequest(bool?)
ClientServiceRequest<PlacementsGenerateTagsResponse>.GenerateRequestUri()
ClientServiceRequest<PlacementsGenerateTagsResponse>.GetBody()
ClientServiceRequest<PlacementsGenerateTagsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<PlacementsGenerateTagsResponse>.ETagAction
ClientServiceRequest<PlacementsGenerateTagsResponse>.ModifyRequest
ClientServiceRequest<PlacementsGenerateTagsResponse>.ValidateParameters
ClientServiceRequest<PlacementsGenerateTagsResponse>.RequestParameters
ClientServiceRequest<PlacementsGenerateTagsResponse>.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.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class PlacementsResource.GeneratetagsRequest : DfareportingBaseServiceRequest<PlacementsGenerateTagsResponse>, IClientServiceRequest<PlacementsGenerateTagsResponse>, IClientServiceRequest

Constructors

GeneratetagsRequest(IClientService, long)

Constructs a new Generatetags request.

Declaration
public GeneratetagsRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

CampaignId

Generate placements belonging to this campaign. This is a required field.

Declaration
[RequestParameter("campaignId", RequestParameterType.Query)]
public virtual long? CampaignId { get; set; }
Property Value
Type Description
long?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.PlacementsGenerateTagsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.PlacementsGenerateTagsResponse>.MethodName

PlacementIds

Generate tags for these placements.

Declaration
[RequestParameter("placementIds", RequestParameterType.Query)]
public virtual Repeatable<string> PlacementIds { get; set; }
Property Value
Type Description
Repeatable<string>

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.PlacementsGenerateTagsResponse>.RestPath

TagFormats

Tag formats to generate for these placements. Note: PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.

Declaration
[RequestParameter("tagFormats", RequestParameterType.Query)]
public virtual PlacementsResource.GeneratetagsRequest.TagFormatsEnum? TagFormats { get; set; }
Property Value
Type Description
PlacementsResource.GeneratetagsRequest.TagFormatsEnum?
Remarks

Use this property to set a single value for the parameter, or TagFormatsList to set multiple values. Do not set both properties.

TagFormatsList

Tag formats to generate for these placements. Note: PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.

Declaration
[RequestParameter("tagFormats", RequestParameterType.Query)]
public virtual Repeatable<PlacementsResource.GeneratetagsRequest.TagFormatsEnum> TagFormatsList { get; set; }
Property Value
Type Description
Repeatable<PlacementsResource.GeneratetagsRequest.TagFormatsEnum>
Remarks

Use this property to set one or more values for the parameter. Do not set both this property and TagFormats.

Methods

InitParameters()

Initializes Generatetags parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.PlacementsGenerateTagsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX