class Google::Apis::Adexchangebuyer2V2beta1::MobileApplicationTargeting
Mobile application targeting settings.
Attributes
first_party_targeting[RW]
Represents a list of targeted and excluded mobile application IDs that publishers own. Mobile application IDs are from App Store and Google
Play Store. Android App ID, for example, com.google.android.apps.maps, can be found in Google
Play Store URL. iOS App ID (which is a number) can be found at the end of iTunes store URL. First party mobile applications is either included or excluded. Corresponds to the JSON property `firstPartyTargeting` @return [Google::Apis::Adexchangebuyer2V2beta1::FirstPartyMobileApplicationTargeting]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2679 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2684 def update!(**args) @first_party_targeting = args[:first_party_targeting] if args.key?(:first_party_targeting) end