[included_destination]
attribute (in addition to the excluded destination [excluded_destination]
attribute) to control where your products will appearIn this article
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.
These are the supported values for this attribute:
- Shopping ads
[Shopping_ads]
: Allow your products to show in Shopping ads. Learn about Shopping ads - Display ads
[Display_ads]
: Allow your products to show in dynamic remarketing ads. - Local inventory ads
[Local_inventory_ads]
: Allow your products to show in ads to shoppers near your store. - 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.- The Cloud retail
[cloud_retail]
and local cloud retail[local_cloud_retail]
destinations are also available via the Cloud Retail API. These supported values are not yet available for Merchant Center Next, nor the Content API.
- The Cloud retail
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
Supported values | Shopping_ads , Display_ads , Local_inventory_ads , Free_listings , Free_local_listings , Cloud_retail , Local_cloud_retail |
---|---|
Repeated field | Yes |
File format | Example value |
---|---|
Text feeds | Display_ads |
XML feeds | <g:included_destination>Display_ads</g:included_destination> |
Repeated fields
If you want to include multiple destinations, submit the attribute once for each destination. For example:
In Plain Text
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 |
You can also separate each destination with a comma ( , ):
Attribute | Value |
Included destination [included_destination] |
Display_ads,Shopping_ads |
In XML
<g:included_destination>Display_ads</g:included_destination>
<g:included_destination>Shopping_ads</g:included_destination>
To format your data for Content API, see the Content API for Shopping 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.