Show / Hide Table of Contents

Class AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment

An AudienceSegment owned by the publisher network that does not contain a rule. Cookies are usually added to these segments through cookie upload.

Inheritance
object
AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment
Implements
IMessage<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>
IEquatable<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>
IDeepCloneable<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment : IMessage<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>, IEquatable<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>, IDeepCloneable<AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment>, IBufferMessage, IMessage

Constructors

NonRuleBasedFirstPartyAudienceSegment()

Declaration
public NonRuleBasedFirstPartyAudienceSegment()

NonRuleBasedFirstPartyAudienceSegment(NonRuleBasedFirstPartyAudienceSegment)

Declaration
public NonRuleBasedFirstPartyAudienceSegment(AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment other)
Parameters
Type Name Description
AudienceSegment.Types.NonRuleBasedFirstPartyAudienceSegment other

Properties

HasMembershipExpirationDays

Gets whether the "membership_expiration_days" field is set

Declaration
public bool HasMembershipExpirationDays { get; }
Property Value
Type Description
bool

MembershipExpirationDays

Required. Number of days after which a user's cookie will be removed from the AudienceSegment due to inactivity. The field can be between 1 and 540.

Declaration
public long MembershipExpirationDays { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX