How can you do this?

You want to prevent a specific coffee brand, "GALLO", from being recommended on your website, although it will still be available to purchase.

How can you do this?
A . Set available to false in product catalog for all products the brand.
B. Use command ([‘exclude’, ‘brand’, ‘is’, ‘ALL’]) on all pages.
C. Use command ([‘include’, ‘brand’, ‘is’, ‘GALLO’]) when requesting recommendations on coffee product’s pages.
D. Use command ([‘exclude’, ‘brand’, ‘is’, ‘GALLO’]) when requesting recommendations on coffee products’ pages.

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments