cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to load interactions with Product data by CSV?

Former Member
0 Likes
777

Hi,

I am trying to load into Hybris Marketing cloud some interaction data by CSV files.

I was able to load interaction without products properly. However, now I would like to load some sales orders. The problem is that I don't know which column name should I use to include product data. There is a way ( any documementation?) where I can find the available columns names for the csv load? ( I downloaded the template but it does not include any column for products).

Regards,

Ana

Accepted Solutions (1)

Accepted Solutions (1)

vervinckt_joyca
Active Contributor

Hi,

You cannot upload interactions with product data via csv in the Import Data of Hybris Marketing directly.

However there are two ways to still achieve this, these methods actually convert csv into OData loads which do support interactions with product data:

1) This blog explains how to set up SOAPUI to transform csv files into OData streams. There's one flow that allows for a file with interaction and then another file with the product data per interactions, both files need to be linked with a matching key field.

2) Also CPI allows for a file-based data load that converts csv into an OData load, which is explained in this blog.

Hope this helps you,

Kr,

Joyca

Answers (3)

Answers (3)

KunalBansal
SAP Champion
SAP Champion

Dear Ana,

Product Interactions can only be uploaded via OData and not CSV.

Also, refer to OData's Structures for below:

  1. OData Service API_MKT_PRODUCT_SRV
  2. OData Service API_MKT_PRODCAT_HIERARCHY_SRV

Hope this helps.

Regards,

Kunal Bansal

CRM & Hybris Marketing - Consultant

Former Member
0 Likes

Thanks all for your help!

Regards,

Ana

SCHNEIDERT
Active Contributor
0 Likes

Hi Ana,

interactions with products can only be loaded into the system via OData and not via CSV.

Best regards

Tobias