DomainCategory
Stay organized with collections
Save and categorize content based on your preferences.
A category generated automatically by crawling a domain. If a campaign uses the DynamicSearchAdsSetting, then domain categories will be generated for the domain. The categories can be targeted using WebpageConditionInfo. See: https://support.google.com/google-ads/answer/2471185
Fields |
resource_name
|
string
Output only. The resource name of the domain category. Domain category resource names have the form: customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}
|
campaign
|
string
Output only. The campaign this category is recommended for.
|
category
|
string
Output only. Recommended category for the website domain, for example, if you have a website about electronics, the categories could be "cameras", "televisions", etc.
|
language_code
|
string
Output only. The language code specifying the language of the website, for example, "en" for English. The language can be specified in the DynamicSearchAdsSetting required for dynamic search ads. This is the language of the pages from your website that you want Google Ads to find, create ads for, and match searches with.
|
domain
|
string
Output only. The domain for the website. The domain can be specified in the DynamicSearchAdsSetting required for dynamic search ads.
|
coverage_fraction
|
double
Output only. Fraction of pages on your site that this category matches.
|
category_rank
|
int64
Output only. The position of this category in the set of categories. Lower numbers indicate a better match for the domain. null indicates not recommended.
|
has_children
|
bool
Output only. Indicates whether this category has sub-categories.
|
recommended_cpc_bid_micros
|
int64
Output only. The recommended cost per click for the category.
|
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 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# DomainCategory\n\nA category generated automatically by crawling a domain. If a campaign uses the DynamicSearchAdsSetting, then domain categories will be generated for the domain. The categories can be targeted using WebpageConditionInfo. See: \u003chttps://support.google.com/google-ads/answer/2471185\u003e\n\n| Fields ||\n|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `resource_name` | `string` Output only. The resource name of the domain category. Domain category resource names have the form: `customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}` |\n| ### `campaign` | `string` Output only. The campaign this category is recommended for. |\n| ### `category` | `string` Output only. Recommended category for the website domain, for example, if you have a website about electronics, the categories could be \"cameras\", \"televisions\", etc. |\n| ### `language_code` | `string` Output only. The language code specifying the language of the website, for example, \"en\" for English. The language can be specified in the DynamicSearchAdsSetting required for dynamic search ads. This is the language of the pages from your website that you want Google Ads to find, create ads for, and match searches with. |\n| ### `domain` | `string` Output only. The domain for the website. The domain can be specified in the DynamicSearchAdsSetting required for dynamic search ads. |\n| ### `coverage_fraction` | `double` Output only. Fraction of pages on your site that this category matches. |\n| ### `category_rank` | `int64` Output only. The position of this category in the set of categories. Lower numbers indicate a better match for the domain. null indicates not recommended. |\n| ### `has_children` | `bool` Output only. Indicates whether this category has sub-categories. |\n| ### `recommended_cpc_bid_micros` | `int64` Output only. The recommended cost per click for the category. |"]]