> Synerise Documentation — First Steps > > This file contains the complete "First Steps" section of the Synerise documentation. Each article begins with a top-level "# " heading. The manifest listing all sections is at https://hub.synerise.com/llms-full.txt # Introduction ---
For the purpose of this lesson, let's imagine you're a Marketing Director at a company, which has its own eCommerce store. Your company has just signed an agreement with Synerise and you're about to start the implementation process. Your goal is to implement Synerise in the short term, with the minimum resources. Your board expects to receive from you the business report with the ROI from Synerise implementation within the next 2 months. Challenge you might face if you haven't worked on Synerise before: Synerise is a Behavioral Data platform with a wide range of features. You won't have a chance to learn all about it in a day, but your team expects to receive the implementation plan from you and created a backlog of tasks to be done. **Solution** In this chapter, you'll learn more about the integration tasks that might be needed in order to integrate your eCommerce site with Synerise as well as you'll find here an example implementation timeline you can use for your project. Following our implementation timeline advice, you'll cover all of the necessary integrations and use cases that will enable you to achieve business results fast. ## Target group --- This chapter might be useful for everyone who wants to start working with Synerise. ## Learning objectives --- **From this chapter you will learn:**Answer A.
<!DOCTYPE html>
<html lang="en">
<head>
...
<title>First Steps :: Synerise Hub</title>
<!-- OG tags -->
<meta property="product:retailer_part_no" content="1a4d3380"> <!-- obligatory! -->
<meta property="og:title" content="First Steps" >
<meta property="og:url" content="/first-steps/" >
<meta property="og:description" content="Learn how to use Synerise efficiently, to have greater impact on your customers, and to overcome every challenge that your brand faces. Visit this section frequently, as we add more and more use cases regularly" >
<meta property="og:image" content="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/d566594dc7f7a725f4fa9578457aab8f.png" >
The metadata must be included after the script which initializes the tracking code.
The most important tag is `product:retailer_part_no`, which is the item's unique ID (same as the itemId in the item feed, or the SKU in API requests). **This tag is obligatory.** It lets you associate page view events with a particular item.
They come in two forms:
- `og:property_name` - basic information such as type, image, site_name, url
- `product:property_name` - additional information such as price, brand, color, and so on
Whenever a page.visit event is sent, all the OG tags of the viewed page are included in the event data. This allows you to use that information, for example in Automation, or in Jinjava inserts.
Additionally, the OG tag data from page.visit events is automatically saved to a catalog named `Snrs-produktu-ogTag`. You can use data from this catalog in inserts or automations, but an item's data is only updated when someone visits the page, so it's not recommended to rely on this catalog as the primary source of data. The catalog is useful for checking if data from events is collected properly.