public class NonRuleBasedFirstPartyAudienceSegment extends FirstPartyAudienceSegment
NonRuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by
the publisher network. It doesn't contain a rule. Cookies are usually added to this segment via
cookie upload.
These segments are created by data management platforms or Google Analytics. They cannot be created using the DFP API.
Java class for NonRuleBasedFirstPartyAudienceSegment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonRuleBasedFirstPartyAudienceSegment">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}FirstPartyAudienceSegment">
<sequence>
<element name="membershipExpirationDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
membershipExpirationDays |
adIdSize, categoryIds, dataProvider, description, id, idfaSize, mobileWebSize, name, size, status, type| Constructor and Description |
|---|
NonRuleBasedFirstPartyAudienceSegment() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMembershipExpirationDays()
Gets the value of the membershipExpirationDays property.
|
void |
setMembershipExpirationDays(Integer value)
Sets the value of the membershipExpirationDays property.
|
getAdIdSize, getCategoryIds, getDataProvider, getDescription, getId, getIdfaSize, getMobileWebSize, getName, getSize, getStatus, getType, setAdIdSize, setDataProvider, setDescription, setId, setIdfaSize, setMobileWebSize, setName, setSize, setStatus, setTypeprotected Integer membershipExpirationDays
public NonRuleBasedFirstPartyAudienceSegment()
Copyright © 2018. All Rights Reserved.