
3 new ways generative AI can help you search

productstatuses.list
and productstatuses.get
will include issues from all eligible destinations by default. This will likely increase the size of the response you get back from the same call.productstatuses.list
and productstatuses.get
methods only include issues from Shopping Ads and don’t include issues from other destinations, for example free listings issues.productstatuses.list
and productstatuses.get
.destinations[]
in the productstatuses methods to Shopping.Campaign.geo_target_type_setting fields |
---|
positive_geo_target_type can no longer be set to SEARCH_INTEREST for Search, Shopping, and Display campaigns. The default value is PRESENCE_OR_INTEREST . |
negative_geo_target_type can no longer be set to PRESENCE_OR_INTEREST for Performance Max, Search, Shopping, and Display campaigns. The default value is PRESENCE . |
SettingError.SETTING_VALUE_NOT_COMPATIBLE_WITH_CAMPAIGN
.
SELECT campaign.id, campaign.geo_target_type_setting.positive_geo_target_type, campaign.advertising_channel_type FROM campaign WHERE campaign.advertising_channel_type IN ('DISPLAY', 'SEARCH', 'SHOPPING') AND campaign.geo_target_type_setting.positive_geo_target_type = 'SEARCH_INTEREST' LIMIT 1
SELECT campaign.id, campaign.advertising_channel_type, campaign.geo_target_type_setting.negative_geo_target_type FROM campaign WHERE campaign.geo_target_type_setting.negative_geo_target_type = 'PRESENCE_OR_INTEREST' AND campaign.advertising_channel_type IN ('DISPLAY', 'PERFORMANCE_MAX', 'SEARCH', 'SHOPPING') LIMIT 1Where can I get support?
In the Content API for Shopping, your Merchant Center account and the products in it might be disapproved for various reasons. Historically, you have been able to see the status of your merchant center account for free listings and Shopping ads with the accountstatuses
service. In Q1 2022 we introduced the freelistingsprogram
and shoppingadsprogram
services to provide more granular detail. You can now use the requestreview
method on the freelistingsprogram
and shoppingadsprogram
services to request your account to be re-reviewed after making changes to fix your product and account data.
For an in-depth explanation of how to use the freelistingsprogram
and shoppingadsprogram
services, please refer to the Free listings and Shopping ads guides.
If you have any questions or concerns, please don't hesitate to contact us via the forum.