Attributes

Primary Attributes

These two primary attributes identify your company and the language that we should syndicate to your site. You will need to contact Eyekandy on prioritysupport@eyekandy.com for a UUID that will be assigned uniquely to your retailer site.

For your language code you can look for your sites language in the reference section Language Codes

script.setAttribute('data-eky-distributor', 'YOUR COMPANY UUID');
script.setAttribute('data-eky-language', 'YOUR 2 CHAR LANGUAGE CODE');

Product Recognition Attributes

We require one of the following to uniquely identify the product that we will be matching for your product page. You will find a more complete discussion of Unique Product Identifiers earlier in this section.

You can add any or all of the identifiers that correspond with your product below. Our servers will take the first match they find. There are no errors thrown if a match is not found or if multiple matches exist.

script.setAttribute('data-eky-mpn', '');
script.setAttribute('data-eky-ean', '');
script.setAttribute('data-eky-sku', 'FH4G1BCS2');

Optional Attributes

This is an optional brand attribute ? need some words here

script.setAttribute('data-eky-brand', '');

Avatar Attributes

These attributes are used exclusively with Eyekandy Avatar syndication.

data-eky-category

if you are syndicating an Eyekandy Avatar Category-level, for example on your bedroom furniture product pages, you will pass in the category ONLY on those pages where you wish the category level Avatar to appear.

Because you may wish a Category-level avatar to appear on all your product pages for a given category, or perhaps just on a sinlge category overview page, Eyekandy gives you complete control on where you syndicate the Category-level avatar. You control where it appears by passing in the name of the category into the data-eky-category attribute on the pages where you want the Eyekandy Avatar Category-level to appear.

script.setAttribute('data-eky-category', 'bedroom_furniture');

data-eky-feature-deny

When syndicating any Eyekandy Avatar (product level, category level or site-wide) you may have certain pages where you do not wish to display the avatars. For instance using the data-eky-feature-deny attribute below we can prevent our category level and site-wide avatars appearing on the page where this attribute was loaded.

script.setAttribute('data-eky-feature-deny', 'avatar.site, avatar.category');

Live Chat Attributes

This attribute will tell Live Chat what product your user (site visitor) wants to talk about.

script.setAttribute('data-eky-product', 'YOUR PRODUCT NAME HERE');