type MobileApplicationTargeting (v202405)
Provides line items the ability to target or exclude users' mobile applications.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
mobileApplicationIds
|
xsd:long[]
The IDs that are being targeted or excluded by the
LineItem.
|
isTargeted
|
xsd:boolean
Indicates whether mobile apps should be targeted or excluded. This attribute is optional and
defaults to true .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["MobileApplicationTargeting allows line items to target or exclude users based on their mobile applications."],["Targeting can be set using mobile application IDs, with the option to include or exclude specific apps."],["By default, mobile applications are targeted when specified using `mobileApplicationIds`."],["The `isTargeted` field determines whether the specified mobile application IDs should be targeted or excluded."]]],["The core content details mobile application targeting within the context of line items. Key actions involve targeting or excluding users' mobile applications using specific IDs. The `mobileApplicationIds` field contains the IDs being targeted or excluded. The `isTargeted` field determines whether mobile apps are targeted (`true`) or excluded (`false`), defaulting to targeted. This is dependent on services like AdRuleService, AdjustmentService, and others that manage ads.\n"]]