Class: Google::Apis::DfareportingV4::Placement
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::Placement
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Contains properties of a placement.
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
Account ID of this placement.
-
#active_status ⇒ String
Whether this placement is active, inactive, archived or permanently archived.
-
#ad_blocking_opt_out ⇒ Boolean
(also: #ad_blocking_opt_out?)
Whether this placement opts out of ad blocking.
-
#ad_serving_platform_id ⇒ Fixnum
Optional.
-
#additional_sizes ⇒ Array<Google::Apis::DfareportingV4::Size>
Additional sizes associated with this placement.
-
#advertiser_id ⇒ Fixnum
Advertiser ID of this placement.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#campaign_id ⇒ Fixnum
Campaign ID of this placement.
-
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#comment ⇒ String
Comments for this placement.
-
#compatibility ⇒ String
Placement compatibility.
-
#content_category_id ⇒ Fixnum
ID of the content category assigned to this placement.
-
#conversion_domain_override ⇒ Google::Apis::DfareportingV4::PlacementConversionDomainOverride
Optional.
-
#create_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
-
#directory_site_id ⇒ Fixnum
Directory site ID of this placement.
-
#directory_site_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#external_id ⇒ String
External ID for this placement.
-
#id ⇒ Fixnum
ID of this placement.
-
#id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#key_name ⇒ String
Key name of this placement.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#last_modified_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
-
#lookback_configuration ⇒ Google::Apis::DfareportingV4::LookbackConfiguration
Lookback configuration settings.
-
#name ⇒ String
Name of this placement.This is a required field and must be less than or equal to 512 characters long.
-
#partner_wrapping_data ⇒ Google::Apis::DfareportingV4::MeasurementPartnerWrappingData
Placement tag wrapping Corresponds to the JSON property
partnerWrappingData
. -
#payment_approved ⇒ Boolean
(also: #payment_approved?)
Whether payment was approved for this placement.
-
#payment_source ⇒ String
Payment source for this placement.
-
#placement_group_id ⇒ Fixnum
ID of this placement's group, if applicable.
-
#placement_group_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#placement_strategy_id ⇒ Fixnum
ID of the placement strategy assigned to this placement.
-
#pricing_schedule ⇒ Google::Apis::DfareportingV4::PricingSchedule
Pricing Schedule Corresponds to the JSON property
pricingSchedule
. -
#primary ⇒ Boolean
(also: #primary?)
Whether this placement is the primary placement of a roadblock (placement group).
-
#publisher_update_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
-
#site_id ⇒ Fixnum
Site ID associated with this placement.
-
#site_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
-
#site_served ⇒ Boolean
(also: #site_served?)
Optional.
-
#size ⇒ Google::Apis::DfareportingV4::Size
Represents the dimensions of ads, placements, creatives, or creative assets.
-
#ssl_required ⇒ Boolean
(also: #ssl_required?)
Whether creatives assigned to this placement must be SSL-compliant.
-
#status ⇒ String
Third-party placement status.
-
#subaccount_id ⇒ Fixnum
Subaccount ID of this placement.
-
#tag_formats ⇒ Array<String>
Tag formats to generate for this placement.
-
#tag_setting ⇒ Google::Apis::DfareportingV4::TagSetting
Tag Settings Corresponds to the JSON property
tagSetting
. -
#video_active_view_opt_out ⇒ Boolean
(also: #video_active_view_opt_out?)
Whether Verification and ActiveView are disabled for in-stream video creatives for this placement.
-
#video_settings ⇒ Google::Apis::DfareportingV4::VideoSettings
Video Settings Corresponds to the JSON property
videoSettings
. -
#vpaid_adapter_choice ⇒ String
VPAID adapter setting for this placement.
-
#wrapping_opt_out ⇒ Boolean
(also: #wrapping_opt_out?)
Whether this placement opts out of tag wrapping.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Placement
constructor
A new instance of Placement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Placement
Returns a new instance of Placement.
9065 9066 9067 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9065 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this placement. This field can be left blank.
Corresponds to the JSON property accountId
8783 8784 8785 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8783 def account_id @account_id end |
#active_status ⇒ String
Whether this placement is active, inactive, archived or permanently archived.
Corresponds to the JSON property activeStatus
8788 8789 8790 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8788 def active_status @active_status end |
#ad_blocking_opt_out ⇒ Boolean Also known as: ad_blocking_opt_out?
Whether this placement opts out of ad blocking. When true, ad blocking is
disabled for this placement. When false, the campaign and site settings take
effect.
Corresponds to the JSON property adBlockingOptOut
8795 8796 8797 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8795 def ad_blocking_opt_out @ad_blocking_opt_out end |
#ad_serving_platform_id ⇒ Fixnum
Optional. Ad serving platform ID to identify the ad serving platform used by
the placement. Measurement partners can use this field to add ad-server
specific macros. Possible values are: * 1
, Adelphic * 2
, Adform * 3
,
Adobe * 4
, Amobee * 5
, Basis (Centro) * 6
, Beeswax * 7
, Amazon * 8
,
DV360 (DBM) * 9
, Innovid * 10
, MediaMath * 11
, Roku OneView DSP * 12
,
TabMo Hawk * 13
, The Trade Desk * 14
, Xandr Invest DSP * 15
, Yahoo DSP *
16
, Zeta Global * 17
, Scaleout * 18
, Bidtellect * 19
, Unicorn * 20
,
Teads * 21
, Quantcast * 22
, Cognitiv
Corresponds to the JSON property adServingPlatformId
8808 8809 8810 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8808 def ad_serving_platform_id @ad_serving_platform_id end |
#additional_sizes ⇒ Array<Google::Apis::DfareportingV4::Size>
Additional sizes associated with this placement. When inserting or updating a
placement, only the size ID field is used.
Corresponds to the JSON property additionalSizes
8814 8815 8816 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8814 def additional_sizes @additional_sizes end |
#advertiser_id ⇒ Fixnum
Advertiser ID of this placement. This field can be left blank.
Corresponds to the JSON property advertiserId
8819 8820 8821 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8819 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
8824 8825 8826 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8824 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#campaign_id ⇒ Fixnum
Campaign ID of this placement. This field is a required field on insertion.
Corresponds to the JSON property campaignId
8829 8830 8831 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8829 def campaign_id @campaign_id end |
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property campaignIdDimensionValue
8834 8835 8836 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8834 def campaign_id_dimension_value @campaign_id_dimension_value end |
#comment ⇒ String
Comments for this placement.
Corresponds to the JSON property comment
8839 8840 8841 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8839 def comment @comment end |
#compatibility ⇒ String
Placement compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering
on desktop, on mobile devices or in mobile apps for regular or interstitial
ads respectively. APP and APP_INTERSTITIAL are no longer allowed for new
placement insertions. Instead, use DISPLAY or DISPLAY_INTERSTITIAL.
IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the
VAST standard. This field is required on insertion.
Corresponds to the JSON property compatibility
8849 8850 8851 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8849 def compatibility @compatibility end |
#content_category_id ⇒ Fixnum
ID of the content category assigned to this placement.
Corresponds to the JSON property contentCategoryId
8854 8855 8856 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8854 def content_category_id @content_category_id end |
#conversion_domain_override ⇒ Google::Apis::DfareportingV4::PlacementConversionDomainOverride
Optional. Conversion domain overrides for a placement.
Corresponds to the JSON property conversionDomainOverride
8859 8860 8861 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8859 def conversion_domain_override @conversion_domain_override end |
#create_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property createInfo
8864 8865 8866 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8864 def create_info @create_info end |
#directory_site_id ⇒ Fixnum
Directory site ID of this placement. On insert, you must set either this field
or the siteId field to specify the site associated with this placement. This
is a required field that is read-only after insertion.
Corresponds to the JSON property directorySiteId
8871 8872 8873 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8871 def directory_site_id @directory_site_id end |
#directory_site_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property directorySiteIdDimensionValue
8876 8877 8878 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8876 def directory_site_id_dimension_value @directory_site_id_dimension_value end |
#external_id ⇒ String
External ID for this placement.
Corresponds to the JSON property externalId
8881 8882 8883 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8881 def external_id @external_id end |
#id ⇒ Fixnum
ID of this placement. This is a read-only, auto-generated field.
Corresponds to the JSON property id
8886 8887 8888 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8886 def id @id end |
#id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property idDimensionValue
8891 8892 8893 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8891 def id_dimension_value @id_dimension_value end |
#key_name ⇒ String
Key name of this placement. This is a read-only, auto-generated field.
Corresponds to the JSON property keyName
8896 8897 8898 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8896 def key_name @key_name end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#placement".
Corresponds to the JSON property kind
8902 8903 8904 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8902 def kind @kind end |
#last_modified_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
8907 8908 8909 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8907 def last_modified_info @last_modified_info end |
#lookback_configuration ⇒ Google::Apis::DfareportingV4::LookbackConfiguration
Lookback configuration settings.
Corresponds to the JSON property lookbackConfiguration
8912 8913 8914 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8912 def lookback_configuration @lookback_configuration end |
#name ⇒ String
Name of this placement.This is a required field and must be less than or equal
to 512 characters long.
Corresponds to the JSON property name
8918 8919 8920 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8918 def name @name end |
#partner_wrapping_data ⇒ Google::Apis::DfareportingV4::MeasurementPartnerWrappingData
Placement tag wrapping
Corresponds to the JSON property partnerWrappingData
8923 8924 8925 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8923 def partner_wrapping_data @partner_wrapping_data end |
#payment_approved ⇒ Boolean Also known as: payment_approved?
Whether payment was approved for this placement. This is a read-only field
relevant only to publisher-paid placements.
Corresponds to the JSON property paymentApproved
8929 8930 8931 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8929 def payment_approved @payment_approved end |
#payment_source ⇒ String
Payment source for this placement. This is a required field that is read-only
after insertion.
Corresponds to the JSON property paymentSource
8936 8937 8938 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8936 def payment_source @payment_source end |
#placement_group_id ⇒ Fixnum
ID of this placement's group, if applicable.
Corresponds to the JSON property placementGroupId
8941 8942 8943 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8941 def placement_group_id @placement_group_id end |
#placement_group_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property placementGroupIdDimensionValue
8946 8947 8948 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8946 def placement_group_id_dimension_value @placement_group_id_dimension_value end |
#placement_strategy_id ⇒ Fixnum
ID of the placement strategy assigned to this placement.
Corresponds to the JSON property placementStrategyId
8951 8952 8953 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8951 def placement_strategy_id @placement_strategy_id end |
#pricing_schedule ⇒ Google::Apis::DfareportingV4::PricingSchedule
Pricing Schedule
Corresponds to the JSON property pricingSchedule
8956 8957 8958 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8956 def pricing_schedule @pricing_schedule end |
#primary ⇒ Boolean Also known as: primary?
Whether this placement is the primary placement of a roadblock (placement
group). You cannot change this field from true to false. Setting this field to
true will automatically set the primary field on the original primary
placement of the roadblock to false, and it will automatically set the
roadblock's primaryPlacementId field to the ID of this placement.
Corresponds to the JSON property primary
8965 8966 8967 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8965 def primary @primary end |
#publisher_update_info ⇒ Google::Apis::DfareportingV4::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property publisherUpdateInfo
8971 8972 8973 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8971 def publisher_update_info @publisher_update_info end |
#site_id ⇒ Fixnum
Site ID associated with this placement. On insert, you must set either this
field or the directorySiteId field to specify the site associated with this
placement. This is a required field that is read-only after insertion.
Corresponds to the JSON property siteId
8978 8979 8980 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8978 def site_id @site_id end |
#site_id_dimension_value ⇒ Google::Apis::DfareportingV4::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property siteIdDimensionValue
8983 8984 8985 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8983 def site_id_dimension_value @site_id_dimension_value end |
#site_served ⇒ Boolean Also known as: site_served?
Optional. Whether the ads in the placement are served by another platform and
CM is only used for tracking or they are served by CM. A false value indicates
the ad is served by CM.
Corresponds to the JSON property siteServed
8990 8991 8992 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8990 def site_served @site_served end |
#size ⇒ Google::Apis::DfareportingV4::Size
Represents the dimensions of ads, placements, creatives, or creative assets.
Corresponds to the JSON property size
8996 8997 8998 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 8996 def size @size end |
#ssl_required ⇒ Boolean Also known as: ssl_required?
Whether creatives assigned to this placement must be SSL-compliant.
Corresponds to the JSON property sslRequired
9001 9002 9003 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9001 def ssl_required @ssl_required end |
#status ⇒ String
Third-party placement status.
Corresponds to the JSON property status
9007 9008 9009 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9007 def status @status end |
#subaccount_id ⇒ Fixnum
Subaccount ID of this placement. This field can be left blank.
Corresponds to the JSON property subaccountId
9012 9013 9014 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9012 def subaccount_id @subaccount_id end |
#tag_formats ⇒ Array<String>
Tag formats to generate for this placement. This field is required on
insertion. Acceptable values are: - "PLACEMENT_TAG_STANDARD" - "
PLACEMENT_TAG_IFRAME_JAVASCRIPT" - "PLACEMENT_TAG_IFRAME_ILAYER" - "
PLACEMENT_TAG_INTERNAL_REDIRECT" - "PLACEMENT_TAG_JAVASCRIPT" - "
PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT" - "
PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT" - "
PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT" - "PLACEMENT_TAG_CLICK_COMMANDS" - "
PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH" - "
PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3" - "
PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4" - "PLACEMENT_TAG_TRACKING" - "
PLACEMENT_TAG_TRACKING_IFRAME" - "PLACEMENT_TAG_TRACKING_JAVASCRIPT"
Corresponds to the JSON property tagFormats
9027 9028 9029 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9027 def tag_formats @tag_formats end |
#tag_setting ⇒ Google::Apis::DfareportingV4::TagSetting
Tag Settings
Corresponds to the JSON property tagSetting
9032 9033 9034 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9032 def tag_setting @tag_setting end |
#video_active_view_opt_out ⇒ Boolean Also known as: video_active_view_opt_out?
Whether Verification and ActiveView are disabled for in-stream video creatives
for this placement. The same setting videoActiveViewOptOut exists on the site
level -- the opt out occurs if either of these settings are true. These
settings are distinct from DirectorySites.settings.activeViewOptOut or Sites.
siteSettings.activeViewOptOut which only apply to display ads. However,
Accounts.activeViewOptOut opts out both video traffic, as well as display ads,
from Verification and ActiveView.
Corresponds to the JSON property videoActiveViewOptOut
9043 9044 9045 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9043 def video_active_view_opt_out @video_active_view_opt_out end |
#video_settings ⇒ Google::Apis::DfareportingV4::VideoSettings
Video Settings
Corresponds to the JSON property videoSettings
9049 9050 9051 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9049 def video_settings @video_settings end |
#vpaid_adapter_choice ⇒ String
VPAID adapter setting for this placement. Controls which VPAID format the
measurement adapter will use for in-stream video creatives assigned to this
placement. Note: Flash is no longer supported. This field now defaults to
HTML5 when the following values are provided: FLASH, BOTH.
Corresponds to the JSON property vpaidAdapterChoice
9057 9058 9059 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9057 def vpaid_adapter_choice @vpaid_adapter_choice end |
#wrapping_opt_out ⇒ Boolean Also known as: wrapping_opt_out?
Whether this placement opts out of tag wrapping.
Corresponds to the JSON property wrappingOptOut
9062 9063 9064 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9062 def wrapping_opt_out @wrapping_opt_out end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9070 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @active_status = args[:active_status] if args.key?(:active_status) @ad_blocking_opt_out = args[:ad_blocking_opt_out] if args.key?(:ad_blocking_opt_out) @ad_serving_platform_id = args[:ad_serving_platform_id] if args.key?(:ad_serving_platform_id) @additional_sizes = args[:additional_sizes] if args.key?(:additional_sizes) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value) @campaign_id = args[:campaign_id] if args.key?(:campaign_id) @campaign_id_dimension_value = args[:campaign_id_dimension_value] if args.key?(:campaign_id_dimension_value) @comment = args[:comment] if args.key?(:comment) @compatibility = args[:compatibility] if args.key?(:compatibility) @content_category_id = args[:content_category_id] if args.key?(:content_category_id) @conversion_domain_override = args[:conversion_domain_override] if args.key?(:conversion_domain_override) @create_info = args[:create_info] if args.key?(:create_info) @directory_site_id = args[:directory_site_id] if args.key?(:directory_site_id) @directory_site_id_dimension_value = args[:directory_site_id_dimension_value] if args.key?(:directory_site_id_dimension_value) @external_id = args[:external_id] if args.key?(:external_id) @id = args[:id] if args.key?(:id) @id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value) @key_name = args[:key_name] if args.key?(:key_name) @kind = args[:kind] if args.key?(:kind) @last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info) @lookback_configuration = args[:lookback_configuration] if args.key?(:lookback_configuration) @name = args[:name] if args.key?(:name) @partner_wrapping_data = args[:partner_wrapping_data] if args.key?(:partner_wrapping_data) @payment_approved = args[:payment_approved] if args.key?(:payment_approved) @payment_source = args[:payment_source] if args.key?(:payment_source) @placement_group_id = args[:placement_group_id] if args.key?(:placement_group_id) @placement_group_id_dimension_value = args[:placement_group_id_dimension_value] if args.key?(:placement_group_id_dimension_value) @placement_strategy_id = args[:placement_strategy_id] if args.key?(:placement_strategy_id) @pricing_schedule = args[:pricing_schedule] if args.key?(:pricing_schedule) @primary = args[:primary] if args.key?(:primary) @publisher_update_info = args[:publisher_update_info] if args.key?(:publisher_update_info) @site_id = args[:site_id] if args.key?(:site_id) @site_id_dimension_value = args[:site_id_dimension_value] if args.key?(:site_id_dimension_value) @site_served = args[:site_served] if args.key?(:site_served) @size = args[:size] if args.key?(:size) @ssl_required = args[:ssl_required] if args.key?(:ssl_required) @status = args[:status] if args.key?(:status) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @tag_formats = args[:tag_formats] if args.key?(:tag_formats) @tag_setting = args[:tag_setting] if args.key?(:tag_setting) @video_active_view_opt_out = args[:video_active_view_opt_out] if args.key?(:video_active_view_opt_out) @video_settings = args[:video_settings] if args.key?(:video_settings) @vpaid_adapter_choice = args[:vpaid_adapter_choice] if args.key?(:vpaid_adapter_choice) @wrapping_opt_out = args[:wrapping_opt_out] if args.key?(:wrapping_opt_out) end |