Show / Hide Table of Contents

Class UserList

Represents an Authorized Buyers user list. Authorized Buyers can create/update/list user lists. Once a user list is created in the system, Authorized Buyers can add users to the user list using the bulk uploader API. Alternatively, users can be added by hosting a tag on the advertiser's page.

Inheritance
object
UserList
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class UserList : IDirectResponseSchema

Properties

Description

The description for the user list.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Required. Display name of the user list. This must be unique across all user lists for a given account.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MembershipDurationDays

Required. The number of days a user's cookie stays on the user list. The field must be between 0 and 540 inclusive.

Declaration
[JsonProperty("membershipDurationDays")]
public virtual long? MembershipDurationDays { get; set; }
Property Value
Type Description
long?

Name

Output only. Name of the user list that must follow the pattern buyers/{buyer}/userLists/{user_list}, where {buyer} represents the account ID of the buyer who owns the user list. For a bidder accessing user lists on behalf of a child seat buyer, {buyer} represents the account ID of the child seat buyer. {user_list} is an int64 identifier assigned by Google to uniquely identify a user list.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the user list. A new user list starts out as open.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

UrlRestriction

Required. Deprecated. This will be removed in October 2023. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api The URL restriction for the user list.

Declaration
[JsonProperty("urlRestriction")]
public virtual UrlRestriction UrlRestriction { get; set; }
Property Value
Type Description
UrlRestriction

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX