GoogleApi.RealTimeBidding.V1.Model.AppTargeting (google_api_real_time_bidding v0.13.2)
View SourceA subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent.
Attributes
-
mobileAppCategoryTargeting
(type:GoogleApi.RealTimeBidding.V1.Model.NumericTargetingDimension.t
, default:nil
) - Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv. -
mobileAppTargeting
(type:GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension.t
, default:nil
) - Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.AppTargeting{ mobileAppCategoryTargeting: GoogleApi.RealTimeBidding.V1.Model.NumericTargetingDimension.t() | nil, mobileAppTargeting: GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension.t() | nil }