Class: Google::Apis::AuthorizedbuyersmarketplaceV1alpha::PackagePublisherProvidedSignalsTargeting
- Inherits:
-
Object
- Object
- Google::Apis::AuthorizedbuyersmarketplaceV1alpha::PackagePublisherProvidedSignalsTargeting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb,
lib/google/apis/authorizedbuyersmarketplace_v1alpha/representations.rb,
lib/google/apis/authorizedbuyersmarketplace_v1alpha/representations.rb
Overview
Represents targeting about publisher provided signals. Different publisher provided signals types will be logically OR'ed.
Instance Attribute Summary collapse
-
#audience_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::TaxonomyTargeting
Defines targeting criteria for handling the IAB audience and content Taxonomy ID space.
-
#content_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::TaxonomyTargeting
Defines targeting criteria for handling the IAB audience and content Taxonomy ID space.
-
#video_and_audio_signals_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::StringTargetingDimension
Generic targeting with string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PackagePublisherProvidedSignalsTargeting
constructor
A new instance of PackagePublisherProvidedSignalsTargeting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PackagePublisherProvidedSignalsTargeting
Returns a new instance of PackagePublisherProvidedSignalsTargeting.
1816 1817 1818 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 1816 def initialize(**args) update!(**args) end |
Instance Attribute Details
#audience_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::TaxonomyTargeting
Defines targeting criteria for handling the IAB audience and content Taxonomy
ID space.
Corresponds to the JSON property audienceTargeting
1803 1804 1805 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 1803 def audience_targeting @audience_targeting end |
#content_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::TaxonomyTargeting
Defines targeting criteria for handling the IAB audience and content Taxonomy
ID space.
Corresponds to the JSON property contentTargeting
1809 1810 1811 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 1809 def content_targeting @content_targeting end |
#video_and_audio_signals_targeting ⇒ Google::Apis::AuthorizedbuyersmarketplaceV1alpha::StringTargetingDimension
Generic targeting with string values.
Corresponds to the JSON property videoAndAudioSignalsTargeting
1814 1815 1816 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 1814 def video_and_audio_signals_targeting @video_and_audio_signals_targeting end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1821 1822 1823 1824 1825 |
# File 'lib/google/apis/authorizedbuyersmarketplace_v1alpha/classes.rb', line 1821 def update!(**args) @audience_targeting = args[:audience_targeting] if args.key?(:audience_targeting) @content_targeting = args[:content_targeting] if args.key?(:content_targeting) @video_and_audio_signals_targeting = args[:video_and_audio_signals_targeting] if args.key?(:video_and_audio_signals_targeting) end |