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

Origin Storage Joins Icecat Commerce Distributor Partner Network

We are happy to announce that Origin Storage has officially joined the Icecat Commerce Partner…

9 minutes ago

White House Sets Faster Timeline for Post-Quantum Cryptography

Artificial intelligence dominates most technology headlines today, but another technology is quietly reshaping long-term cybersecurity…

24 minutes ago

Pinterest Wants AI to Understand Taste, Not Just Search Terms

People rarely visit Pinterest looking for a specific item. Instead, they come with ideas, inspiration,…

1 day ago

Bright Pensioen Hits the Ground Running with Direct Listing on NPEX

The Dutch alternative finance landscape just marked another major milestone. Bright Pensioen has officially executed…

2 days ago

Amazon Brings AI-Generated Visual Search to Shopping

For years, online shopping has relied on keywords. Consumers searched for specific product names, categories,…

2 days ago

Planned Infrastructure Maintenance in February 2026

We would like to inform our users about two planned infrastructure maintenance activities scheduled for…

3 days ago