API /sp/targets/bid/recommendations how to use PAT_CATEGORY_REFINEMENT type ? #240
-
when request body is : When the type in targetingExpressions is PAT_CATEGORY_REFINEMENT, what should be filled in the value? and what the difference between PAT_CATEGORY_REFINEMENT and PAT_CATEGORY ? I can not successfully test the case of PAT_CATEGORY_REFINEMENT, please give me an example, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @LionSniper, PAT_CATEGORY contains only a category ID, like:
PAT_CATEGORY_REFINEMENTS will return both the category, and possible refinements (like brand or price) in a single expression. Here's an example:
Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hi @LionSniper,
PAT_CATEGORY contains only a category ID, like:
PAT_CATEGORY_REFINEMENTS will return both the category, and possible refinements (like brand or price) in a single expression. Here's an example:
Hope that helps!