account | DynamicAccount | Yes | - | Select the X Ads account that owns the ad groups. |
ad_group_ids | string or array of string | Yes | - | Ad group (line item) IDs whose targeting criteria to list (list or comma-separated string, up to 200). Criterion IDs from this node can be passed to x_ads_set_targeting to remove them. |
with_deleted | boolean | No | False | Include deleted targeting criteria. |
filters | array of FilterItem | No | - | Additional filters applied to the returned criteria. The available fields to filter by are: - id: Filter by targeting criterion ID - line_item_id: Filter by ad group ID - targeting_type: Filter by targeting type (BROAD_KEYWORD, LOCATION, INTEREST, …) - name: Filter by the criterion’s display name Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | 1000 | Maximum number of criteria to return. Default: 1000. |