Task
Some products can stay in the feed but should not go to Shopping ads. Those rows need excluded_destination filled.
Short answer
Create excluded_destination: leave it empty by default, and set Shopping_ads when ad_status contains no_ads.
How to Do It in Eofferix
- Open the settings of the output
excluded_destinationcolumn.
The click is on the settings icon of the output excluded_destinationcolumn. - In
Transformations, the first rule clears the value; the second checks the advertising block status and insertsShopping_ads.
The Transformationsblock shows the full rule chain for this case. - Save the column settings and go to the
Exportstep.
Before / After
Before
source data| id | title | ad_status |
|---|---|---|
| GM-190 | Kitchen set | ok |
| GM-191 | No ads item | no_ads |
After
result| id | excluded_destination |
|---|---|
| GM-190 | |
| GM-191 | Shopping_ads |