Product Catalog Rules enable you to control which products in your product catalogs partners can view. With this feature, you won't have to maintain multiple product catalogs for each kind of partner signed to your program. Now, you can show each kind of partner the products you want them to see, all based on the rules you configure for your catalog.
While you can implement this however you choose, typical use cases for this feature include:
Limiting the items partners can see to only what is applicable to them (e.g., fashion partners only seeing apparel items)
Displaying items with higher margins to high-performance partners
Hide items that are not available in a partner's geographical location.
After this feature is added to your account, you can begin curating product catalog rules.
From the left navigation menu, select Content → Products.
From the top navigation bar, select Rules.
Select Create Rule.
After you have created your first rule, this button will be in the top-right corner of the screen.
Enter the name of the rule.
From the drop-down menu, select the Product Catalog to which you want this rule to apply.
Select Next.
Next to Apply to Media, enter the name(s) of the partner(s) to which you want this rule to apply. Partners listed here will have a restricted view of the product catalog.
Next to Exclude Media, enter the name(s) of the partner(s) to which you don't want this rule to apply. Partners listed here will not have a restricted view of the product catalog.
Next to Filter Wizard, create conditions for your rule.
Select AND to further restrict a condition or Add another condition to add more conditions to the rule.
See the Condition reference for more information on each condition.
See the Condition application reference to learn how each condition will apply the rule you create.
Test your product catalog rules by entering a product's ID or SKU number, then select Test.
Once satisfied with your rule, select Save.
After you've created a rule, you can go back and manage details about a particular rule, like which partners the rule applies to or are excluded from the rule, change the rule's name, or revise which product catalog the rule applies to.
A rule's basic information includes its name and the product catalog to which the rule applies.
From the left navigation menu, select Content → Products.
From the top navigation bar, select Rules.
Find the rule for which you want to change basic info, then, under Actions, select [Drop-down menu] → Basic Info.
Read the warning message, then select I understand, continue.
Change the Name of the rule or the Product Catalog to which the rule applies.
Select Save.
A rule's filter settings include the list of partner the rule applies to and excludes, as well as the conditions of the rule.
From the left navigation menu, select Content → Products.
From the top navigation bar, select Rules.
Find the rule for which you want to change basic info, then, under Actions, select [Drop-down menu] → Filter Settings.
Read the warning message, then select I understand, continue.
Next to Apply to Media, enter the name(s) of the partner(s) to which you want this list to apply.
Next to Exclude Media, enter the name(s) of the partner(s) to which you do not want this list to apply.
Next to Filter Wizard, create conditions for your rule.
Select AND to further restrict a condition or Add another condition to add more conditions to the rule.
See the Condition reference for more information on each condition.
See the Condition application reference to learn how each condition will apply the rule you create.
Once satisfied with your rule, select Save.
After you create a rule, you can download a .TXT file of what products in the catalog the partner(s) that the rule applies to will see.
From the left navigation menu, select Content → Products.
From the top navigation bar, select Rules.
Find the rule for which you want to download a preview, then, under Actions, select [Drop-down menu] → Preview.
A download of the product catalog preview will begin immediately.
Deactivating a product catalog rule will save the contents of the rule, but impact.com will not apply the rule to its associated product catalog.
Deleting a product catalog rule will remove it entirely, including all of its contents, from your impact.com account. You will not be able to reverse this action.
From the left navigation menu, select Content → Products.
From the top navigation bar, select Rules.
Find the rule you want to deactivate/delete, then, under Actions, select [Drop-down menu] → Deactivate/Delete.
If you want to Delete the rule, read the warning message, then select I understand, continue.
Condition | Type | Description |
CatalogItemId | integer | The product's assigned ID number within the product catalog. |
Name | string | The product's name. |
Description | string | How the product is described within the product catalog. |
Bullets | string | Bullet points that quickly describe the product. |
Labels | string | Words or phrases that help to locate specific products within the catalog. |
Manufacturer | string | The business entity that builds or creates the product. |
Url | string | Link to the product's web store page. |
MobileUrl | string | Link to the product's mobile web store page. |
ImageUrl | string | Link to the product's image. |
CurrentPrice | decimal | How much the product currently costs. Can be different from |
OriginalPrice | decimal | How much the product originally costs. Can be different from |
DiscountPercentage | integer | If consumers can get a discount on the product, this will be the percentage off of the |
Currency | string | The 3-digit ISO 4217 code for the currency this product is priced with. |
StockAvailability | string | The current status of the product's availability. |
Gtin | string | The product's Global Trade Item Number . |
Category | string | What group or kind of products with which the item is associated. |
Condition | string | Whether or not the item is brand new when it is sold. |
Gender | string | Which (if any) gender for whom the item is intended. |
AgeGroup | string | What age group the item targets. |
Colors | string | Main color(s) of the item. |
Material | string | Primary material(s) that the item is made with/from. |
Pattern | string | What pattern (if any) exists on the item. |
Size | string | How big the item is. |
Weight | string | How much the item weighs. |
Text1 | string | General text field for any text data you want associated with the item. Appears in your reports. |
Text2 | string | General text field for any text data you want associated with the item. Appears in your reports. |
Text3 | string | General text field for any text data you want associated with the item. Appears in your reports. |
Money1 | decimal | General numeral field for any money or financial data you want associated with the item. Appears in your reports. |
Money2 | decimal | General numeral field for any money or financial data you want associated with the item. Appears in your reports. |
Money3 | decimal | General numeral field for any money or financial data you want associated with the item. Appears in your reports. |
Numeric1 | decimal | General numeral field for any numeric data you want associated with the item. Appears in your reports. |
Numeric2 | decimal | General numeral field for any numeric data you want associated with the item. Appears in your reports. |
Numeric3 | decimal | General numeral field for any numeric data you want associated with the item. Appears in your reports. |
Condition application | Description |
Exactly Matches | The rule looks for exactly what is typed in the field at the end of the line in a product's details as they are recorded in the catalog. The search will be case- and space-sensitive. Available only for string conditions. |
Matches Any | The rule applies a regular expression (regex) search for what is typed in the field at the end of the line to products in the catalog. Learn more about regular expression . Test a regular expression . Available only for string conditions. |
Starts With | The rule will look for a string of characters at the beginning of each product detail in the catalog. For example, rules with this condition could look for products that have Available only for string conditions. |
Does Not Exactly Match | The rule applies to products for which exactly what is typed in the field at the end of the line does not appear in their catalog detail.. The search will be case- and space-sensitive. Available only for string conditions. |
Is Present | The rule will include all products for which the string of characters can be found anywhere in the product's associated detail. Available for all conditions. |
Is Not Present | The rule will include all products for which the string of characters cannot be found anywhere in the product's associated detail. Available for all conditions. |
Greater Than | The rule will include products for which the number entered at the end of the line is less than the number found in the product's associated detail. Available for integer and decimal conditions. |
Greater Than or Equal To | The rule will include products for which the number entered at the end of the line is less than or equal to the number found in the product's associated detail. Available for integer and decimal conditions. |
Less Than | The rule will include products for which the number entered at the end of the line is greater than the number found in the product's associated detail. Available for integer and decimal conditions. |
Less Than or Equal To | The rule will include products for which the number entered at the end of the line is greater than or equal to the number found in the product's associated detail. Available for integer and decimal conditions. |