I
I
Igor2017-02-05 03:12:53
Google Analytics
Igor, 2017-02-05 03:12:53

How to set up a compound goal in Google Analytics from events?

Hello
On all pages of the site there is a feedback button (button1), by clicking on which the feedback form actually pops up. The form itself also has a button that sends user input (button2).
The URL remains unchanged throughout this process.
Is it possible to somehow set up a compound goal for Google in the steps button1->button2?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Denisov, 2017-02-06
@onedeadyankee

Do I understand correctly that you know how to create a sequence for the purposes that pages are used for?
Then it's not very difficult. Just create not an event (not just an event) when the button is clicked, but a virtual page view by calling the following method:
ga('send', 'pageview', 'button1');
, where button1 will be the name of the virtual page.
Then you set up a sequence for virtual pages button1->button2 .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question