AdGroupUpdate.Targeting
The targeting configuration for updating an existing ad group, specifying audience dimensions to include or exclude.
Declaration
object AdGroupUpdate.TargetingProperties
| Name | Type | Description |
|---|---|---|
country | AdGroupTargetingUpdate.Country | Country-level geographic targeting. Include a country ID returned by the Geo Search API. See TargetingDataUpdate. |
adminArea | AdGroupTargetingUpdate.AdminArea | Administrative area (state or province) targeting. Include admin area IDs returned by the Geo API. See TargetingDataUpdate. |
locality | AdGroupTargetingUpdate.Locality | City or locality targeting. Include locality IDs returned by the Geo API. See TargetingDataUpdate. |
postalCode | AdGroupTargetingUpdate.PostalCode | Postal code geographic targeting. Include postal code IDs returned by the Geo API. See TargetingDataUpdate. |
radius | AdGroupTargetingUpdate.Radius | Radius targeting for Apple Maps campaigns. Valid values: |
deviceClass | AdGroupTargetingUpdate.DeviceClass | Device class targeting (for example, |
minAge | AdGroupTargetingUpdate.MinAge | Minimum age targeting for the audience. Minimum value is 18, maximum value is 64. See TargetingDataUpdate. |
maxAge | AdGroupTargetingUpdate.MaxAge | Maximum age targeting for the audience. Minimum value is 18, maximum value is 64. To target users 65 and older, omit |
gender | AdGroupTargetingUpdate.Gender | Gender targeting for the audience. Valid values: |
appCategory | AdGroupTargetingUpdate.AppCategory | App category targeting based on App Store categories. Category ID |
appDownloader | AdGroupTargetingUpdate.AppDownloader | Reach users who have downloaded specific apps. Use the |
daypart | AdGroupTargetingUpdate.Daypart | Time-of-day targeting (dayparting). Include-only. The API doesn’t support the |
locationGroup | AdGroupTargetingUpdate.LocationGroup | Location group targeting for Apple Maps campaigns. See TargetingDataUpdate. |
Discussion
Defines the audience dimensions, such as geography, demographics, device, and behavior, to include or exclude when updating this ad group. The daypart dimension is include-only and doesn’t support exclude.
See AdGroupTargetingUpdate for the full field reference.