Loader CDP Feed Items
The loader ‘CDP Feed Items’ uploads specified feed items to the CDP, enabling the use of custom blocks in the email campaign editor. Known as feeds, these custom blocks dynamically populate content about multiple products in e-commerce or articles from a blog or news site. This functionality allows marketers to integrate dynamic content into their email campaigns easily.
The loader attempts to load the file feed_items.csv into CDP. It follows these steps:
- Checks the structure of the CSV file.
- Loads a chunk of the file into CDP for processing.
- Checks the processing status.
- Ends if an error occurs.
- Continues with the next chunk or the next file if successful.
Data In/Data Out
Data In |
The input is expected in a single file
The CSV file should be with a header containing
Example of CVS file content:
The custom data should be provided based on the feed type: Feed type: products Custom data: Note that the product prices should be a string containing the currency. Additionally, the description can be included as part of the custom data.
Feed type: articles Custom data: the description can be included as part of the custom data.
Warning: ensure that different IDs are used for lists of products and articles to prevent conflicts when being loaded to CDP. Remember: ensure that all images have the same height for proper alignment; the editor will automatically manage the width. |
Data Out |
N/A |
Learn more: about the folder structure here.
Parameters
CDP API
CDP URL (required) |
URL of CDP instance: https://instance.meiro.io/api. |
CDP API credentials username (required) |
Email, which is used for logging in to CDP instance. Warning: The user has to have ACL permissions to upload feeds to CDP; otherwise, the component will fail. |
CDP API credentials password (required) |
Password to CDP login. |
Feed type
Feed type (required) |
Type of the feed that is being loaded to CDP ( |
No Comments