We support linking multi-language feeds to one single campaign.
Depending on the Product Feed format you provide it has to be done in either one of the following 2 ways:
- If you've chosen to work with a CSV file, ensure that it contains data for ALL supported countries/locales (descriptions/titles/URLs in all languages that are supported by the store
- If you've chosen to work with Google product feeds, please send the URL's of all your feeds to support@photoslurp.com with their respective currency and language codes
Then, in the Photoslurp platform:
- Media curation can be done in only one campaign and it will be reflected across widgets on all of your locals
- The same media will be shown on all country websites, except that the product titles and URL's will be relevant for that country. (e.g., an EN visitor won't be redirected to an ES product page)
In the Photoslurp widgets displayed on your site:
- The lang parameter in the widget settings will make it request to our platform the localized information about the products displayed. Please make sure to add this Widget Configuration Code right before the actual widget's code.
<!-- Start Photoslurp Widget Configuration Code -->
<script>
window.photoSlurpWidgetSettings = window.photoSlurpWidgetSettings || {};
photoSlurpWidgetSettings["INSERT THE WIDGETID FOR THIS WIDGET"] = {
lang: 'INSERT LANGUAGE CODE HERE',
};
</script>
<!-- End Photoslurp Widget Configuration Code -->