D
D
dsgnfox2017-06-27 18:06:27
JavaScript
dsgnfox, 2017-06-27 18:06:27

How to collect an audience for Vkontakte retargeting by the number of pages visited on the site?

There is an online store with Vkontakte retarget.
The task is as follows:
if the visitor viewed less than 3 pages of goods - we collect in 1 audience
; if less than 5 - we collect in 2 audience
; if more than 5 - we collect in 3
audience I can't understand the pages.
For example. Thus, I implemented the addition of users who clicked on the "Add to Cart" button to the retarget audience.

$( document ).ready(function() {
  $('.btn-buy').on('click', function () {
    VK.Retargeting.Add(24856396);
  });
});

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
privet_4ybak, 2017-07-06
@privet_4ybak

Is it possible to somehow pull out a list of id users of this audience from the collected audience in the VK advertising account?

A
Antiwww, 2017-07-08
@Antiwww

Excuse me, but with what service (method) do you pull out the id of VK users?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question