Package com.google.doubleclick
Interface AdxExt.BidRequestExt.PrivacyTreatmentsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidRequestExt.PrivacyTreatments,AdxExt.BidRequestExt.PrivacyTreatments.Builder
- Enclosing class:
- AdxExt.BidRequestExt
public static interface AdxExt.BidRequestExt.PrivacyTreatmentsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowUserDataCollection()True if publisher grants the permission to allow the bidder to use user visitation information from the publisher's site to create interest categories that can be used to serve ads based on those categories.AdxExt.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReasongetNonPersonalizedAdsReason(int index)repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];intgetNonPersonalizedAdsReasonCount()repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];List<AdxExt.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason>getNonPersonalizedAdsReasonList()repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];booleanhasAllowUserDataCollection()True if publisher grants the permission to allow the bidder to use user visitation information from the publisher's site to create interest categories that can be used to serve ads based on those categories.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNonPersonalizedAdsReasonList
List<AdxExt.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason> getNonPersonalizedAdsReasonList()
repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];- Returns:
- A list containing the nonPersonalizedAdsReason.
-
getNonPersonalizedAdsReasonCount
int getNonPersonalizedAdsReasonCount()
repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];- Returns:
- The count of nonPersonalizedAdsReason.
-
getNonPersonalizedAdsReason
AdxExt.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason getNonPersonalizedAdsReason(int index)
repeated .com.google.doubleclick.BidRequestExt.PrivacyTreatments.NonPersonalizedAdsReason non_personalized_ads_reason = 6 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The nonPersonalizedAdsReason at the given index.
-
hasAllowUserDataCollection
boolean hasAllowUserDataCollection()
True if publisher grants the permission to allow the bidder to use user visitation information from the publisher's site to create interest categories that can be used to serve ads based on those categories. To use this data to create interest categories, a bidder must also win a given impression. https://support.google.com/admanager/answer/11956152
optional bool allow_user_data_collection = 7;- Returns:
- Whether the allowUserDataCollection field is set.
-
getAllowUserDataCollection
boolean getAllowUserDataCollection()
True if publisher grants the permission to allow the bidder to use user visitation information from the publisher's site to create interest categories that can be used to serve ads based on those categories. To use this data to create interest categories, a bidder must also win a given impression. https://support.google.com/admanager/answer/11956152
optional bool allow_user_data_collection = 7;- Returns:
- The allowUserDataCollection.
-
-