@@ -6186,7 +6186,12 @@ class FirstPartyAndPartnerAudience
61866186 # field to 10000. Otherwise, the set value must be greater than 0 and less than
61876187 # or equal to 540. Only applicable to first party audiences. This field is
61886188 # required if one of the following audience_type is used: * `
6189- # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
6189+ # CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting
6190+ # on **April 7, 2025**, audiences will no longer be able to have infinite
6191+ # membership duration. This field will no longer accept the value 10000 and all
6192+ # audiences with membership durations greater than 540 days will be updated to a
6193+ # membership duration of 540 days. [Read more about this announced change](/
6194+ # display-video/api/deprecations#features.audience_duration).
61906195 # Corresponds to the JSON property `membershipDurationDays`
61916196 # @return [Fixnum]
61926197 attr_accessor :membership_duration_days
@@ -6467,25 +6472,16 @@ class FrequencyCap
64676472 attr_accessor :max_views
64686473
64696474 # The time unit in which the frequency cap will be applied. Required when
6470- # unlimited is `false`. *Warning*: On **February 28, 2025**, frequency cap time
6471- # periods greater than 30 days will no longer be accepted. This field will no
6472- # longer accept the value `TIME_UNIT_LIFETIME`. [Read more about this announced
6473- # change](/display-video/api/deprecations#features.lifetime_frequency_cap).
6475+ # unlimited is `false`.
64746476 # Corresponds to the JSON property `timeUnit`
64756477 # @return [String]
64766478 attr_accessor :time_unit
64776479
64786480 # The number of time_unit the frequency cap will last. Required when unlimited
64796481 # is `false`. The following restrictions apply based on the value of time_unit: *
6480- # `TIME_UNIT_LIFETIME` - this field is output only and will default to 1 * `
6481- # TIME_UNIT_MONTHS` - must be between 1 and 2 * `TIME_UNIT_WEEKS` - must be
6482- # between 1 and 4 * `TIME_UNIT_DAYS` - must be between 1 and 6 * `
6483- # TIME_UNIT_HOURS` - must be between 1 and 23 * `TIME_UNIT_MINUTES` - must be
6484- # between 1 and 59 *Warning*: On **February 28, 2025**, frequency cap time
6485- # periods greater than 30 days will no longer be accepted. This field will no
6486- # longer accept the value 2 if the value of time_unit is `TIME_UNIT_MONTHS`. [
6487- # Read more about this announced change](/display-video/api/deprecations#
6488- # features.lifetime_frequency_cap).
6482+ # `TIME_UNIT_MONTHS` - must be 1 * `TIME_UNIT_WEEKS` - must be between 1 and 4 *
6483+ # `TIME_UNIT_DAYS` - must be between 1 and 6 * `TIME_UNIT_HOURS` - must be
6484+ # between 1 and 23 * `TIME_UNIT_MINUTES` - must be between 1 and 59
64896485 # Corresponds to the JSON property `timeUnitCount`
64906486 # @return [Fixnum]
64916487 attr_accessor :time_unit_count
@@ -11563,16 +11559,13 @@ class TargetingExpansionConfig
1156311559
1156411560 # Required. Whether to enable Optimized Targeting for the line item. Optimized
1156511561 # targeting is not compatible with all bid strategies. Attempting to set this
11566- # field to `true` for a line item using one of the following combinations of
11567- # BiddingStrategy fields and BiddingStrategyPerformanceGoalType will result in
11568- # an error: maximize_auto_spend_bid: * `
11569- # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `
11562+ # field to `true` for a line item using the BiddingStrategy field fixed_bid or
11563+ # one of the following combinations of BiddingStrategy fields and
11564+ # BiddingStrategyPerformanceGoalType will result in an error:
11565+ # maximize_auto_spend_bid: * ` BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `
1157011566 # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` * `
1157111567 # BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
11572- # `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM` *Warning*: Starting **
11573- # March 6, 2025**, this field will stop being compatible when using the
11574- # BiddingStrategy field fixed_bid. [Read more about this announced change](/
11575- # display-video/api/deprecations#features.ot_fixed_bid)
11568+ # `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
1157611569 # Corresponds to the JSON property `enableOptimizedTargeting`
1157711570 # @return [Boolean]
1157811571 attr_accessor :enable_optimized_targeting
0 commit comments