Sending Content Details

Goal: Promoted wants to learn using your content details

Sending Content Details

Goal: Promoted wants to learn using your content details

259

Content management flow

Promoted allows unstructured JSON to be uploaded per string ID key using Content API OpenAPI 3. This allows item (or content) and user data to be batch uploaded to bootstrap then incrementally updated in an event-based system. While all information could technically be sent on every Delivery API request, this is wasteful, and not all information may be available in the customer system that calls Delivery API. Promoted makes all information uploaded to the CMS available for production feature engineering, blending rules, and targeting with a few seconds of latency.

The downside is that our machine learning system will learn on whatever data you send to the CMS, so if you stop sending that data or change the structure of the JSON you send to the CMS, your models may produce poor results due to missing expected features until they learn the new data structure.

You can also generate batch processing jobs to send derived properties to Promoted via the CMS, like 90 days user transaction history, or image embedding vectors generated by your in-house ML team.