Hello,
We are trying to create a Dynamic Remarketing Campaign for a non-retailer. For this I'm under the impression that I do not attach a Merchant Center id to the Campaign.
https://support.google.com/google-ads/answer/3124536"You’ll upload your feed to the Business data section of your Shared library, unless you’re a retailer. If you’re a retailer, you’ll upload your product feed to the Google Merchant Center."
What is the Business data section of our Shared library? Is it something accessible through the Ads API?
https://developers.google.com/google-ads/api/docs/dynamic-remarketing/merchant-center-example#code_exampleThis code example, which is for Merchant Center-based ( which we don't want ) shows the following snippet:
.setShoppingSetting(
ShoppingSetting.newBuilder()
.setCampaignPriority(0)
.setMerchantId(merchantCenterAccountId)
What do we do if we're not going through the Merchant Center? Do we skip setting a ShoppingSetting on the Campaign? Do we use a different ID for the merchantCenterAccountId?
I didn't see any examples out there to go through the Dynamic Remarketing workflow that was NOT Merchant Center specific ... if those examples exist please let me know.
Thanks
Pete