Use the included destination [included_destination] attribute (in addition to the excluded destination [excluded_destination] attribute) to control where your products will appear.
On this page
When to use
Optional for each product
If you want to add your product to participate in certain locations (beyond what you specified in your feed settings), use the included destination [included_destination] attribute.
Supported values
You may exclude the following destinations:
| Supported value | What it does |
Shopping ads [Shopping_ads] |
Allow your products to show in Shopping ads. Products will be displayed in the product and listing groups selectors in Google Ads. Learn about Shopping ads. |
Display ads [Display_ads] |
Allow your products to show in dynamic remarketing ads. Note that display ads created using Performance Max campaigns are already in Dynamic Remarketing Ads.
|
Local inventory_ads [Local_inventory_ads] |
Allow your products to show in local inventory ads. |
Free listings [Free_listings] |
Allow your products to appear in free listings on Google. |
Free local listings [Free_local_listings] |
Allow your local products to appear in free local product listings on Google. |
Cloud retail [Cloud_retail] |
Allow your product information to flow to your Cloud retail project if you have an active link.
|
Local cloud retail [Local_cloud_retail] |
Allow your product information to flow to your Cloud retail project if you have an active link.
|
Youtube affiliate [Youtube_affiliate] |
Allow products you tagged to appear on partnered Youtube Affiliate channels. Learn more About the YouTube Shopping affiliate program. |
Youtube merchandise [Youtube_merchandise] |
Allow your products to appear in shopping related features like âFree listing feedsâ and âYoutube store feedsâ. Learn how to Get your products started with YouTube store. |
Shopping Actions, Surfaces across Google, Local surfaces across Google. These values will still be accepted, but we recommend that you update your products to include the new values for these destinations: Free_listings, Free_local_listings.Format
Follow these formatting guidelines to make sure Google understands the data you're submitting. Learn when and how to submit your product data in English.
| Formatting specifications | |
| Technical name | included_destination |
|---|---|
| Type | String (Unicode characters) |
| Limits |
|
| Repeated field | Yes |
| Schema.org property (Whatâs this?) | No |
File format examples
To ensure your attribute is recognized correctly, use the formatting specific to your data source type.
| Data source format | Examples |
| Text (TSV or CSV) data sources | Display_ads |
| XML data sources | <g:included_destination>Display_ads</g:included_destination> |
| Merchant API | To format your data in the Merchant API, check the Merchant API resource. |
Best practices
These best practices can help you go beyond the basic requirements to optimize your product data for performance.
- If you submit conflicting information for the excluded destination
[excluded_destination]and included destination[included_destination]attributes, the excluded destination value will always take precedence over the included destination value.
Examples
Example text data source format
Example 1: To submit multiple destinations that you'd like to exclude, submit the attribute multiple times, one time for each destination (recommended).
| Product data for an orthopedic dog bed | |
| Attribute | Value |
Title [title] |
XXL orthopedic Dog Bed |
Included destination [included_destination] |
Display_ads |
Included destination [included_destination] |
Shopping_ads |
Example 2: You can also separate each destination with a comma ( , ):
| Product data for an orthopedic dog bed | |
| Attribute | Value |
Title [title] |
XXL orthopedic Dog Bed |
Included destination [included_destination] |
|
Example XML data source format
<g:included_destination>Display_ads</g:included_destination> |
<g:included_destination>Shopping_ads</g:included_destination> |