mongodb-slow-operations-profiler
mongodb-slow-operations-profiler copied to clipboard
excluded_destination showing Shopping and Dynamic Re marketing
Hi Team,
We have inserted one product in Merchant Centre using content api with below one example. I t has been approved and now shoring two category shopping/Dynamic Re-marketing.
This product is active in re-marketing. However our requirement was it should be come in only re marketing
Please suggest in below json where we have to exclude the shopping and include the DyanamicAd.
Also, attaching the screen shot for your reference. { "channel": "online", "contentLanguage": "en", "offerId": "SKU0XXXX", "targetCountry": "IN", "title": "YYYYYY", "description": "ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ", "link": "https://wzx.com/1234", "imageLink": "https://wzx.com/image.jpg", "brand": "test", "color": "white", "condition": "used", "googleProductCategory": "test", "price": { "value": "21.00", "currency": "INR" }, "productType": "test", "additionalProductTypes": [ "test type" ], "destinations": [ { "destinationName": "Shopping", "intention": "excluded" } ], "customAttributes": [ { "name": "cutom label 0", "type": "text", "value": "city" }, { "name": "excluded ??destination", "type": "text", "value": "shopping" } ]