Arthur Vander Voort
Mar 10, 2023
visibility 1956
star star star star star star
(1 votes)

Optimizely PIM - How to Auto-Assign Assets to Products During Import

Assets can be assigned to products manually, via spreadsheet import, and during initial import leveraging the auto-assignment option. This article will go into detail on how the auto-assignment functionality can work with several use cases.

When to use the auto-assignment functionality

In order for the auto-assignment functionality to work, the following must be true:

  1. The products must already exist in PIM
  2. The file names of the assets you're importing must at least partially match some existing product data (such as product number)

Auto-assignment overview

To access the auto-assignment functionality, you must choose the advanced import option from the asset list page by clicking the import button. After selecting your files, you will see several several options that you can configure before initiating the import including the auto-assign toggle. Once you enable auto-assignment, you will choose a property that the file names will be matched with for auto-assignment. In cases where you will match on a partial file name, you will toggle the match partial file name option on and then configure the exact matching logic, which will be further outlined in use cases below.

AutoAssign2.gif

Use Case 1: Auto-assigning with exact file name match

Match1.png

For this scenario, you only have a single image for each product and the file name matches the product number exactly.

  1. Click the import option and select the assets you want to import.
  2. Enable the auto-assignment toggle.
  3. Select product number as the "auto assign based on" property.
  4. Proceed with the import.
UseCase1.png

Use Case 2: Auto-assigning with partial match for multiple images per product

Match2.png

In this scenario, you have multiple assets that will be assigned to the same product, and the file name includes the product number plus an incrementing number.

  1. Click the import option and select the assets you want to import.
  2. Enable the auto-assignment toggle.
  3. Select product number as the "auto assign based on" property.
  4. Toggle the "Match partial file name" option on.
  5. Set the starts with option to start at position 0.
  6. Update the ends with options to end before the 1st occurrence of _.
  7. Proceed with the import.
UseCase2.png

Use Case 3: Auto-assigning with partial match within file name

Match3.png

In this use case, you received assets from a supplier that include the name of the product's brand, as well as the product number and image number.

  1. Click the import option and select the assets you want to import.
  2. Enable the auto-assignment toggle.
  3. Select product number as the "auto assign based on" property.
  4. Toggle the "Match partial file name" option on.
  5. Update the starts with options to start after the 1st occurence of -..
  6. Update the ends with options to end before the 1st occurrence of _.
  7. Proceed with the import. If any of the selected files do not match products based on the selected property, a warning will display asking if you wish to proceed.
UseCase3.png

Notes & Caveats:

  • The auto-assignment capability currently only works during the import process and cannot be applied for already imported assets.
  • The asset import will be slower when using the auto-assignment option and since it has to evaluate each product for matches, the more products you have, the more it will affect the performance.
  • When using partial matching logic, the same asset can be assigned to multiple products. There are cases where this is intentional (e.g. many products have the same document attached), but it is also possible to set up matching logic that is not restrictive enough and assigns assets to the wrong products.

For more information on the asset management capability in PIM, check out our full documentation.

Mar 10, 2023

Comments

error Please login to comment.
Latest blogs
Finding Thomas Part 3 - The Moment of Recognition

Remember Thomas? In digital landscape, Thomas is the returning visitor who reads everything, opens every email, converts on nothing. In standard...

Ritu Madan | Jun 26, 2026

Add more scheduled job settings from the Optimizely CMS 12 admin UI -- with OptiScheduledJob.ExtraParameters

  Optimizely (EPiServer) CMS 12 ships a great scheduled-jobs framework, but it has one frustrating gap: a job has nowhere to store its own...

Binh Nguyen Thi | Jun 25, 2026

Automated Search & Navigation to Graph Migration with Claude Code

A Claude Code plugin that scans your S&N codebase, applies Graph SDK transformations, and validates the result. Install once, run one command. CMS ...

Connor Fortin | Jun 24, 2026

Migrating from Find to Graph: Lessons Learned from a Real CMS 13 Project

While migrating a search solution from Optimizely Search & Navigation (Find) to Optimizely Graph in CMS 13, I encountered several issues that were...

Binh Nguyen Thi | Jun 24, 2026

Optimizely: Upgrade Opti-ID and .NET 10 in CMS 12

Many Optimizely customers are planning their roadmap around a future migration to Optimizely CMS 13. As a result, upgrades such as Opti ID adoption...

Madhu | Jun 23, 2026 |

Understanding Optimizely Graph: Caching, Webhooks & Avoiding Stale Content (Optimizely SaaS CMS)

📌 Scope: This post covers Optimizely CMS (SaaS) only — using the official @optimizely/cms-sdk and @optimizely/cms-cli packages with Next.js 15. If...

Kiran Patil | Jun 23, 2026 |