Vkontakte
In this section you will learn:
- How to setup a Vkontakte pixel to your site.
- How to setup retargeting in Vkontakte.
- How to configure the transfer of events to Vkontakte.
- How to setup dynamic retargeting Vkontakte
Vkontakte is a social network with a small set of advertising tools. Vkontakte is able to create audiences based on site events and show ads to these audiences. In November 2017 Vkontakte added dynamic product remarketing. SegmentStream allows you to send data about the behavior of your users to Vkontakte.
Page contents
Introduction
Using SegmentStream, you can fully integrate Vkontakte with your site.
Vkontakte supports 2 versions of the API, so in the SegmentStream interface there are settings for both new and old versions.
To configure the Vkontakte integration:
- Log in on the segmentstream.com website and go to the integration management panel
- Click on the “Integration” tab and click on the block with the Vkontakte logo.
- In the panel that opens, configure the integration.
You can read more details about the settings below.
Vkontakte pixel ID
The Vkontakte SegmentStream integration allows you to connect any number of Pixel IDs you need.
You can find the Pixel ID in the section: Advertising > Targeting > Retargeting > Pixels.
Copy the ID and paste it into the “Vkontakte pixel ID” field of the integration settings window.
Product feed has grouped products
Vkontakte receives information about products placed on the site through an XML feed. With a certain interval, the Vkontakte robot downloads a feed from your server. This feed contains information about all products on the site.
Learn more about the feed format.
For correct integration, Vkontakte should also receive information about the interaction of users with products on the site - views, additions to the shopping cart, purchases, etc. The system must correctly match what it sees in the incoming events with the XML feed.
-If you use grouping of goods using the item_group_id
xml-feed parameter - be sure to activate this setting.
In this case, the product id from your XML feed must match the
product.skuCode
of thedigitalData
object. Be sure to fillproduct.skuCode
andproduct.id
in eachproduct
.
-If you do NOT use grouping of goods using the item_group_id
xml-feed parameter - do not activate this setting.
In this case, the product id from your XML feed must match the
product.id
of thedigitalData
object.
Pricelist ID for dynamic retargeting
For the correct operation of the system, you must specify the pricelist identifier for each connected pixel. It can be set as a constant or dynamic parameter. Set the value as 1 if the prices on your site do not vary from region to region.
By setting a constant pricelist id for a pixel as in the screenshot below, the same value will always be passed regardless of region and other user attributes.
If the prices depend on the region, there are several ways to pass the pricelist id:
- It can be passed as a digitalData parameter, in the case that the value of
digitalData.website.regionId
corresponds to the needed pricelist ID, the following setting should be used. - It can be passed as an event parameter, if your event contains a parameter that is equal to the needed pricelist, the following setting should be used.
- If you don’t have the pricelist identifier in the digitalData, but have data that can be translated into the necessary pricelist IDs, you need to setup an additional setting in the “Event variables” tab:
- Write
priceListId
in the “variable name” field - Leave the “Event Name” field blank. This means that for any event a non-standard pricelist will be used
- In the “Event handler” field write a function that, depending on the region of the user, returns the corresponding value of the pricelist.
- Click “Save”
- Write
For the correct operation of the dynamic retargeting module, the following events are required:
- Viewed Page
- Viewed Product Detail
- Viewed Product Listing
- Searched Products
- Added Product
- Added Product to Wishlist
- Removed Product
- Removed Product from Wishlist
- Started Order (optional)
- Added Payment Info (optional)
- Completed Transaction
Dynamic retargeting only works with the new version of the pixel.
Custom events
SegmentStream can pass any event to Vkontakte. To set up the transmission of an event you have to fill in two fields:
- Left - The name of the event that is pushed to the
digitalData.events
array, for example: Registered - Right - The name of the event that you want to see in the VKontakte interface.
You can add an unlimited number of events.
Custom events (old version)
In the deprecated version of the API for each event in the VKontakte interface you need to create a special tracker. To set up the transmission of data to those trackers you have to fill in two fields:
- Left - The name of the event that is pushed to the
digitalData.events
array, for example: Completed Transaction - Right - URL of the tracker from the VKontakte interface.