Confect's feed management function works by processing existing product information in your feed, and returning a new field.
This is useful if you're looking to find and tag certain products based on their information, and use this to filter, or show in the design.
To create new fields, Confect supports "Contains Any" filters (searching for a specific word or phrase), and custom SQL (advanced).
Examples:
- Tagging products that mention "waterproof" in the description
- Tagging products that have a >20% discount
- Diving price by 4 to show "pay later instalments"
Important ⚠️
We do not recommend using this function to override existing product fields (i.e. title, link, price), but only to define new ones.
First, head to Settings > Products and click "New Field".
Give the new field a name and click "Confirm".
You will then see the AI assistant window appear.
Next, simply use the chat to explain the field you want to create and click send. The AI will automatically define the field for you.
Example prompts:
- Show pay later installments: Divide the price by 4 and round up.
- Tag products based on USPs: If the description includes "waterproof", tag it as "true"
- Calculate custom savings: Multiply the price by 0.9, output as "only X € for new customers"
- Categorize products: If the name includes "pcs.", tag it as "bundle", otherwise as "single"
- Create a campaign countdown: Count down the number of days until Nov. 27th 2026
If the AI doesn't understand your prompt, it may ask clarifying questions or provide example outputs before you save.
This field can be used:
- To show in the design dynamically
- For filters and rules
- To be exported to Meta or other channels (the field's name has to be supported by the channel)