Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary Class Reference

A RuleBasedFirstPartyAudienceSegmentSummary is a FirstPartyAudienceSegment owned by the publisher network. More...

Inheritance diagram for Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary:
Google.Api.Ads.AdManager.v202311.FirstPartyAudienceSegment Google.Api.Ads.AdManager.v202311.AudienceSegment Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegment

Properties

int pageViews [get, set]
 Specifies the number of times a user's cookie must match the segment rule before it's associated with the audience segment. This is used in combination with FirstPartyAudienceSegment::recencyDays to determine eligibility of the association. This attribute is required and can be between 1 and 12. More...
 
bool pageViewsSpecified [get, set]
 
int recencyDays [get, set]
 Specifies the number of days within which a user's cookie must match the segment rule before it's associated with the audience segment. This is used in combination with FirstPartyAudienceSegment::pageViews to determine eligibility of the association. This attribute is required only if FirstPartyAudienceSegment::pageViews is greater than 1. When required, it can be between 1 and 90. More...
 
bool recencyDaysSpecified [get, set]
 
int membershipExpirationDays [get, set]
 Specifies the number of days after which a user's cookie will be removed from the audience segment due to inactivity. This attribute is required and can be between 1 and 540. More...
 
bool membershipExpirationDaysSpecified [get, set]
 
- Properties inherited from Google.Api.Ads.AdManager.v202311.AudienceSegment
long id [get, set]
 Id of the AudienceSegment. This attribute is readonly and is populated by Google. More...
 
bool idSpecified [get, set]
 
string name [get, set]
 Name of the AudienceSegment. This attribute is required and has a maximum length of 255 characters. More...
 
long[] categoryIds [get, set]
 The ids of the categories this segment belongs to. This field is optional, it may be empty. More...
 
string description [get, set]
 Description of the AudienceSegment. This attribute is optional and has a maximum length of 8192 characters. More...
 
AudienceSegmentStatus status [get, set]
 Status of the AudienceSegment. This controls whether the given segment is available for targeting or not. During creation this attribute is optional and defaults to More...
 
bool statusSpecified [get, set]
 
long size [get, set]
 Number of unique identifiers in the AudienceSegment. This attribute is readonly and is populated by Google. More...
 
bool sizeSpecified [get, set]
 
long mobileWebSize [get, set]
 Number of unique identifiers in the AudienceSegment for mobile web. This attribute is read-only. More...
 
bool mobileWebSizeSpecified [get, set]
 
long idfaSize [get, set]
 Number of unique IDFA identifiers in the AudienceSegment. This attribute is read-only. More...
 
bool idfaSizeSpecified [get, set]
 
long adIdSize [get, set]
 Number of unique AdID identifiers in the AudienceSegment. This attribute is read-only. More...
 
bool adIdSizeSpecified [get, set]
 
long ppidSize [get, set]
 Number of unique PPID (publisher provided identifiers) in the AudienceSegment. This attribute is read-only. More...
 
bool ppidSizeSpecified [get, set]
 
AudienceSegmentDataProvider dataProvider [get, set]
 Owner data provider of this segment. This attribute is readonly and is assigned by Google. More...
 
AudienceSegmentType type [get, set]
 Type of the segment. This attribute is readonly and is assigned by Google. More...
 
bool typeSpecified [get, set]
 

Detailed Description

Property Documentation

int Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.membershipExpirationDays
getset

Specifies the number of days after which a user's cookie will be removed from the audience segment due to inactivity. This attribute is required and can be between 1 and 540.

bool Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.membershipExpirationDaysSpecified
getset

true, if a value is specified for membershipExpirationDays, false otherwise.

int Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.pageViews
getset

Specifies the number of times a user's cookie must match the segment rule before it's associated with the audience segment. This is used in combination with FirstPartyAudienceSegment::recencyDays to determine eligibility of the association. This attribute is required and can be between 1 and 12.

bool Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.pageViewsSpecified
getset

true, if a value is specified for pageViews, false otherwise.

int Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.recencyDays
getset

Specifies the number of days within which a user's cookie must match the segment rule before it's associated with the audience segment. This is used in combination with FirstPartyAudienceSegment::pageViews to determine eligibility of the association. This attribute is required only if FirstPartyAudienceSegment::pageViews is greater than 1. When required, it can be between 1 and 90.

bool Google.Api.Ads.AdManager.v202311.RuleBasedFirstPartyAudienceSegmentSummary.recencyDaysSpecified
getset

true, if a value is specified for recencyDays, false otherwise.


The documentation for this class was generated from the following file: