Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The flagging service automatically identifies and flags the best Content Items for any purpose within your Content Platform. It can be tailored to customer-specific needs and criteria with guidance from Content Platform experts. Key benefits include:

  • Efficiency & Time Savings: Automatically flags optimal images, avoiding eliminating the need for manual selection.

  • Optimized Quality: Can flag Content Items for web (fast loading, correct formats) and print (high resolution, color profiles).

  • Brand Consistency: Ensures flagged Content Items follow brand guidelines for color, lighting, and composition.

  • Compliance: Meets technical requirements (color spaces, resolution, formats) for web and print.

  • Error Prevention: Reduces mistakes like using low-res images for print or oversized images for web.

  • User-Friendly & Scalable: Integrates with workflows, improves search/filtering, and scales with content libraries.

  • Future-Proof: Easily adapt your configuration as formats and technologies evolve.

...

Code Block
languagejson
{
  "identifierTagPath": "basicInformation.mObjects",
  "isMultiTagbox": false,
  "identifierListSchemaId": "basicInformation",
  "flagLayerId": "FlaggingLayer",
  "flagFieldId": "bestImageForWeb",
  "fields": [
    {
      "fieldPath": "flaggingLayer.highestWeighted"
    },
    {
      "fieldPath": "flaggingLayer.secondHighestWeighted"
    },
    {
      "fieldPath": "flaggingLayer.thirdHighestWeighted"
    },
    {
      "fieldPath": "audit.creationDate",
      "sortDirection": "Asc"
    }
  ]
}

The fields are then considered evaluated in order from top to bottom. All the Content Items with the same - in this example - Museum Plus object number are evaluated. If the first field is true on one of these images it will be flagged as best for web.

...