javascript - Multiple Google Analytics Events not tracked as conversions -


i have created free trial sign form consists of 4 stages. each stage requires different information user , form navigated clicking on 'continue' buttons once required fields given stage completed.

what trying add unique google event each of 'continue' buttons.

i have tried (all stages within same html):

stage 1 continue button = ga('send', 'event', 'freetrialpage', 'stage1');

stage 2 continue button = ga('send', 'event', 'freetrialpage', 'stage2');

stage 3 continue button = ga('send', 'event', 'freetrialpage', 'stage3');

stage 4 create account button = ga('send', 'event', 'freetrialpage', 'register');

the events firing expected (have used debugger) , can see results of successful hits going real time > conversion > goal hits (last 30 min) in google analytics.

the issue is only some (1-2) of 'continue' button hits appear under conversions > goals > overview (the create account button event on other hand shows expected in both real time , conversions overview) in google analytics.

i using same google_conversion_id , google_conversion_label , google adwords conversion img <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1234567890/?label=_aaaaaaaaaaaaaaaaaa&amp;guid=on&amp;script=0"/> (not actual code) of events, potentially issue, i'm pretty sure isn't.

any or suggestions awesome.

--

this how i've been defining goals: google goal setup

edit: should mention have been getting data stage1, stage2 , stage3 events in conversions > goals > overview numbers far removed see under real time > conversion > goal hits.

more of work around solution answer

turns out looking @ wrong view in google analytics.

conversions > goals > overview shows limited data each event, wasn't registering every occurrence of events firing.

behaviour > events > overview filtering particular action (of event) shows occurrences of event firing. perfect need see.