C
C
CrewCut2017-09-08 13:40:10
Conversion
CrewCut, 2017-09-08 13:40:10

How to properly set up sending goals to Google Analytics if there are more than 20 goals?

I’m trying to figure out with Google analytics, the manuals from Google are very incomprehensible, but I didn’t find a normal site with a simple explanation of how it works.
The bottom line is that there are about 20 forms on the site + all sorts of buttons that need to be tracked. In total, Google can add 20 goals. As I understand it, it is possible to combine all forms into one target (like this - prntscr.com/gilxw7 ), and specify the form identifier from the website as the "Shortcut" value. Those. the target execution code would be something like this:

ga('send', 'event', 'Форма', 'Отправка', target);
console.warn( 'Выполнена JS-цель Google: '+ target )

Where target is the ID of the form. Wrote and tried. As a result, I see my goal in conversions, but without a label.
Actually the question is: is it really impossible to set up tracking more than 20 goals in Google, and in my case it is necessary to create a goal for each form, in the analytics admin panel specifying Label = form identifier from the site?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CrewCut, 2017-09-08
@CrewCut

In general, who will look for:
As described in my example - this is correct, it will work. To see a summary of which labels have completed goals, you need to create your own report (Special Reports - My Reports). Choose it there and it will be fine.

N
Nikolai Glushkov, 2017-09-08
@nick-analyst

If you need exactly the goals, then option 2
1) buy a premium,
2) copy the current view, and set up the remaining goals in it.
But usually when there are a lot of forms, they are grouped, and the details are viewed in the event report (via labels or user parameters)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question