This IS the data file to be uploaded before your tags can be recognized by coremetrics. This is a csv file containing the catalog hierarchy.
It is of the form
<<ClientId>>,<<CategoryId>>,<<CategoryName>>,<<ParentCategoryId>>
For example,
XXXXXXX,101,MEN’S,
Here, XXXX is the client Id allocated by coremetrics (Every client has a unique one).
101 is the category Id
And MEN’s is the category name
If there is a subcategory inside MEN’s called “Men’s Shirts” then it is included in the CDF file as
XXXXXXX,101,MEN’S SHIRTS,101
If there are commas in your category, like MEN’s, WOMEN’s then include this in double quotes like below
XXXXXXX,101,”MEN’S,WOMEN’S”
No comments:
Post a Comment