google_api_ad_exchange_buyer v0.18.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.FirstPartyMobileApplicationTargeting View Source

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.

Attributes

  • excludedAppIds (type: list(String.t), default: nil) - A list of application IDs to be excluded.
  • targetedAppIds (type: list(String.t), default: nil) - A list of application IDs to be included.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.AdExchangeBuyer.V2beta1.Model.FirstPartyMobileApplicationTargeting{
    excludedAppIds: [String.t()],
    targetedAppIds: [String.t()]
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.