News

Manuale: Come integrare le Product Stories sul tuo sito web?

Questo manuale fornisce una guida semplice e veloce per implementare le product stories nel tuo sito Web tramite Icecat Live (JavaScript). La Product Story è un contenuto avanzato e innovativo, prevede l’utilizzo di varie risorse multimediali e soprattutto risponde alle esigenze dei Brand. Il vantaggio principale è che aiuta il partner a ottimizzare la conversione della pagina del prodotto, illustrando la storia del prodotto mediante contenuti multimediali avanzati.

Tutti gli utenti Open Icecat e Full Icecat possono utilizzare questo nuovo tipo di risorsa per arricchire le loro pagine di prodotto.

Esempio di integrazione Icecat Live con Product Story, Testo marketing, Motivi per l’acquisto, Contenitori video e specifiche.

Per riassumere, puoi prendere in considerazione l’integrazione delle product stories se vuoi:

  • Innanzitutto aumentare le vendite – I contenuti avanzati sono uno strumento collaudato per aumentare i tassi di conversione.
  • Aumentare il coinvolgimento dei consumatori – Le Product stories contengono elementi interattivi come hotspot, caroselli, video ecc.
  • Offrire contenuti in linea con il marchio: Le pagine dei tuoi prodotti avranno un aspetto che segue le linee guida visive del marchio.

È anche facile da integrare! Di fatto La Product Story viene integrata aggiungendo solo alcune righe di codice JavaScript nel modello HTML. E’ compatibile al 100% con la nostra classica integrazione XML / JSON e ha un design reattivo che si adatta alle risoluzioni dello schermo dei visitatori.

Ancora più importante, è GRATUITO e può essere utilizzato immediatamente dopo la registrazione.

In conclusione, è possibile integrare Product Story come uno dei contenitori Icecat Live utilizzando il metodo Icecat Live Granular Call. Questo metodo fornisce contenuti alla tua pagina web in tempo reale. Inoltre, richiederà solo un paio di righe di codice Javascript nel tuo modello HTML.

È possibile richiedere Product Story utilizzando tre tipi di identificatori di prodotto:

  • In primo luogo, tramite marchio + part number (SKU, MPN)
  • In secondo luogo, tramite GTIN (EAN, UPC)
  • In terzo luogo, tramite l’ID Icecat (l’identificatore univoco di un prodotto in Icecat DB)

Vedi di seguito esempi di tutti e tre i codici di richiesta della storia del prodotto:

1. Call for Product Story via Brand  + Part code:

<html>
    <head>
    </head>
<body>

<div id="container1"></div>

<script>
    window.addEventListener('liveload', function() {
        IcecatLive.getDatasheet(
            {
                'productstory':'#container1'
            }, 
            {
             Brand: 'DELL',
             PartCode: 'GHHXD',
            UserName: 'openicecat-live'
        }, 'it')               
    });
</script>
<script src="https://live.icecat.biz/js/live-current-2.js"></script>

</body>
</html>

2. GTIN:

<html>
    <head>
    </head>
<body>

<div id="container1"></div>

<script>
    window.addEventListener('liveload', function() {
        IcecatLive.getDatasheet(
            {
                'productstory':'#container1'
            }, 
            {
            GTIN: '5397184333648',
            UserName: 'openicecat-live'
        }, 'it')               
    });
</script>
<script src="https://live.icecat.biz/js/live-current-2.js"></script>

</body>
</html>

3. Icecat ID:

<html>
    <head>
    </head>
<body>

<div id="container1"></div>

<script>
    window.addEventListener('liveload', function() {
        IcecatLive.getDatasheet(
            {
                'productstory':'#container1'
            }, 
            {
            IcecatProductId: '76472360',
            UserName: 'openicecat-live'
        }, 'it')               
    });
</script>
<script src="https://live.icecat.biz/js/live-current-2.js"></script>

</body>
</html>

Description of the parameters:

ValueExplanation
UserNameIcecat User Name
BrandThe brand name of the product
PartCodeThe brand’s product code or manufacturer part number, uniquely identifying the product in combination with the brand name.
GTINThe GTIN: EAN (European Article Number ), UPC (Universal Product Code) or JAN (Japan Article Number)
IcecatProductIdIcecat’s Internal numerical product identifier. Only to be used by advanced users that (already) make use of the Icecat index files.

Contattaci tramite il nostro sito web o rivolgiti al tuo account manager per qualsiasi dubbio, saremo lieti di supportarti!

Icecat is a global leader in product content syndication, helping brands, manufacturers, distributors, and retailers deliver enriched and consistent product information across multiple platforms. Trusted by 40,000+ e-commerce brands, Icecat helps turn browsers into buyers.

icecat

Icecat is a global leader in product content syndication, helping brands, manufacturers, distributors, and retailers deliver enriched and consistent product information across multiple platforms. Trusted by 40,000+ e-commerce brands, Icecat helps turn browsers into buyers.

View Comments

  • Salve,

    io ho un sito in wordpress, (acquistinretepc.it), ma non riesco completamente a capire dove si vanno a mettere questi codici. Li ho aggiunti, (personalizzando i parametri), nella descrizione degli articoli, ma nulla. Il sito restituisce la scheda prodotti totalmente vuota. Non mi funzionano neanche i codici di esempio. Se potete, fatemi sapere DOVE vanno messi questi script per poter essere attivati. Grazie mille e a presto

Recent Posts

Icecat Studio – Sprint 96 Release Notes

We are excited to share the release notes for Sprint #96 of Icecat Studio. In…

24 hours ago

E-commerce in Latin America 2026: The Contrast Between Consolidation and the Barriers to Regional Growth

Spanish version available below. Following the exponential growth during and after the pandemic, the global…

24 hours ago

Icecat Hexagon Release Notes – May 2026

Icecat Hexagon is Icecat’s internal platform for connecting retailers, Akeneo users, and marketplaces like Mirakl.…

2 days ago

Genius Srl Joins Full Icecat to Strengthen Digital Product Content

Genius Srl has joined Full Icecat, strengthening how its technology products are presented and distributed…

2 days ago

Alibaba Brings Agentic Shopping to Taobao With Qwen AI

Alibaba is preparing to integrate its AI platform Qwen directly into Taobao, one of the…

3 days ago

The Entertainer Enhances Product Pages with Icecat Product Stories

The ToyShop, the online platform of the UK-based toy retailer The Entertainer, has integrated Icecat…

4 days ago