Class: Google::Apis::DfareportingV3_4::Placement

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Contains properties of a placement.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Placement

Returns a new instance of Placement.



9040
9041
9042
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9040

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idFixnum

Account ID of this placement. This field can be left blank. Corresponds to the JSON property accountId

Returns:

  • (Fixnum)


8793
8794
8795
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8793

def 
  @account_id
end

#ad_blocking_opt_outBoolean 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

Returns:

  • (Boolean)


8800
8801
8802
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8800

def ad_blocking_opt_out
  @ad_blocking_opt_out
end

#additional_sizesArray<Google::Apis::DfareportingV3_4::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



8807
8808
8809
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8807

def additional_sizes
  @additional_sizes
end

#advertiser_idFixnum

Advertiser ID of this placement. This field can be left blank. Corresponds to the JSON property advertiserId

Returns:

  • (Fixnum)


8812
8813
8814
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8812

def advertiser_id
  @advertiser_id
end

#advertiser_id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property advertiserIdDimensionValue



8817
8818
8819
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8817

def advertiser_id_dimension_value
  @advertiser_id_dimension_value
end

#archivedBoolean Also known as: archived?

Whether this placement is archived. Corresponds to the JSON property archived

Returns:

  • (Boolean)


8822
8823
8824
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8822

def archived
  @archived
end

#campaign_idFixnum

Campaign ID of this placement. This field is a required field on insertion. Corresponds to the JSON property campaignId

Returns:

  • (Fixnum)


8828
8829
8830
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8828

def campaign_id
  @campaign_id
end

#campaign_id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property campaignIdDimensionValue



8833
8834
8835
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8833

def campaign_id_dimension_value
  @campaign_id_dimension_value
end

#commentString

Comments for this placement. Corresponds to the JSON property comment

Returns:

  • (String)


8838
8839
8840
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8838

def comment
  @comment
end

#compatibilityString

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

Returns:

  • (String)


8848
8849
8850
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8848

def compatibility
  @compatibility
end

#content_category_idFixnum

ID of the content category assigned to this placement. Corresponds to the JSON property contentCategoryId

Returns:

  • (Fixnum)


8853
8854
8855
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8853

def 
  @content_category_id
end

#create_infoGoogle::Apis::DfareportingV3_4::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property createInfo



8858
8859
8860
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8858

def create_info
  @create_info
end

#directory_site_idFixnum

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

Returns:

  • (Fixnum)


8865
8866
8867
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8865

def directory_site_id
  @directory_site_id
end

#directory_site_id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property directorySiteIdDimensionValue



8870
8871
8872
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8870

def directory_site_id_dimension_value
  @directory_site_id_dimension_value
end

#external_idString

External ID for this placement. Corresponds to the JSON property externalId

Returns:

  • (String)


8875
8876
8877
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8875

def external_id
  @external_id
end

#idFixnum

ID of this placement. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


8880
8881
8882
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8880

def id
  @id
end

#id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property idDimensionValue



8885
8886
8887
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8885

def id_dimension_value
  @id_dimension_value
end

#key_nameString

Key name of this placement. This is a read-only, auto-generated field. Corresponds to the JSON property keyName

Returns:

  • (String)


8890
8891
8892
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8890

def key_name
  @key_name
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#placement". Corresponds to the JSON property kind

Returns:

  • (String)


8896
8897
8898
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8896

def kind
  @kind
end

#last_modified_infoGoogle::Apis::DfareportingV3_4::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property lastModifiedInfo



8901
8902
8903
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8901

def last_modified_info
  @last_modified_info
end

#lookback_configurationGoogle::Apis::DfareportingV3_4::LookbackConfiguration

Lookback configuration settings. Corresponds to the JSON property lookbackConfiguration



8906
8907
8908
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8906

def lookback_configuration
  @lookback_configuration
end

#nameString

Name of this placement.This is a required field and must be less than or equal to 256 characters long. Corresponds to the JSON property name

Returns:

  • (String)


8912
8913
8914
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8912

def name
  @name
end

#payment_approvedBoolean 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

Returns:

  • (Boolean)


8918
8919
8920
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8918

def payment_approved
  @payment_approved
end

#payment_sourceString

Payment source for this placement. This is a required field that is read-only after insertion. Corresponds to the JSON property paymentSource

Returns:

  • (String)


8925
8926
8927
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8925

def payment_source
  @payment_source
end

#placement_group_idFixnum

ID of this placement's group, if applicable. Corresponds to the JSON property placementGroupId

Returns:

  • (Fixnum)


8930
8931
8932
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8930

def placement_group_id
  @placement_group_id
end

#placement_group_id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property placementGroupIdDimensionValue



8935
8936
8937
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8935

def placement_group_id_dimension_value
  @placement_group_id_dimension_value
end

#placement_strategy_idFixnum

ID of the placement strategy assigned to this placement. Corresponds to the JSON property placementStrategyId

Returns:

  • (Fixnum)


8940
8941
8942
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8940

def placement_strategy_id
  @placement_strategy_id
end

#pricing_scheduleGoogle::Apis::DfareportingV3_4::PricingSchedule

Pricing Schedule Corresponds to the JSON property pricingSchedule



8945
8946
8947
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8945

def pricing_schedule
  @pricing_schedule
end

#primaryBoolean 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

Returns:

  • (Boolean)


8954
8955
8956
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8954

def primary
  @primary
end

#publisher_update_infoGoogle::Apis::DfareportingV3_4::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property publisherUpdateInfo



8960
8961
8962
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8960

def publisher_update_info
  @publisher_update_info
end

#site_idFixnum

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

Returns:

  • (Fixnum)


8967
8968
8969
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8967

def site_id
  @site_id
end

#site_id_dimension_valueGoogle::Apis::DfareportingV3_4::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property siteIdDimensionValue



8972
8973
8974
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8972

def site_id_dimension_value
  @site_id_dimension_value
end

#sizeGoogle::Apis::DfareportingV3_4::Size

Represents the dimensions of ads, placements, creatives, or creative assets. Corresponds to the JSON property size



8977
8978
8979
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8977

def size
  @size
end

#ssl_requiredBoolean Also known as: ssl_required?

Whether creatives assigned to this placement must be SSL-compliant. Corresponds to the JSON property sslRequired

Returns:

  • (Boolean)


8982
8983
8984
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8982

def ssl_required
  @ssl_required
end

#statusString

Third-party placement status. Corresponds to the JSON property status

Returns:

  • (String)


8988
8989
8990
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8988

def status
  @status
end

#subaccount_idFixnum

Subaccount ID of this placement. This field can be left blank. Corresponds to the JSON property subaccountId

Returns:

  • (Fixnum)


8993
8994
8995
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 8993

def subaccount_id
  @subaccount_id
end

#tag_formatsArray<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

Returns:

  • (Array<String>)


9008
9009
9010
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9008

def tag_formats
  @tag_formats
end

#tag_settingGoogle::Apis::DfareportingV3_4::TagSetting

Tag Settings Corresponds to the JSON property tagSetting



9013
9014
9015
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9013

def tag_setting
  @tag_setting
end

#video_active_view_opt_outBoolean 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

Returns:

  • (Boolean)


9024
9025
9026
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9024

def video_active_view_opt_out
  @video_active_view_opt_out
end

#video_settingsGoogle::Apis::DfareportingV3_4::VideoSettings

Video Settings Corresponds to the JSON property videoSettings



9030
9031
9032
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9030

def video_settings
  @video_settings
end

#vpaid_adapter_choiceString

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

Returns:

  • (String)


9038
9039
9040
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9038

def vpaid_adapter_choice
  @vpaid_adapter_choice
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9045

def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
  @ad_blocking_opt_out = args[:ad_blocking_opt_out] if args.key?(:ad_blocking_opt_out)
  @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)
  @archived = args[:archived] if args.key?(:archived)
  @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)
  @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)
  @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)
  @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)
end