Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Quizz results as a conversion goal in GA
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 12
TOPIC: Quizz results as a conversion goal in GA
#67709
Quizz results as a conversion goal in GA 2 Years, 12 Months ago Karma: 0
Hello,
I'm trying to set-up Google Analytics to track quizz results page as a successful conversion goal.
Within the settings I can't find anything realted to this and the quizz result page is the same as the quizz start page.
Am I missing anything?
The administrator has disabled public write access.
 
#67713
Re:Quizz results as a conversion goal in GA 2 Years, 12 Months ago Karma: 747
Hello,

The plugin doesn't redirect users to a new page and show results on the same page. We guess it needs to send some custom event to GA via API.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#67869
Re:Quizz results as a conversion goal in GA 2 Years, 10 Months ago Karma: 0
Hi,

I'm trying to do the same thing (quiz as conversion). A really simple solution I see would be that the quiz simply triggers an event when it's send and I can then listen to that event in js and manually triger a GA event. Like this:

// ari quiz plugin code: when quiz is sent
$( "document" ).trigger( "ariQuizSent", { title: "My first quiz" } );

// custom theme code to trigger google analytics event
$('document').on('ariQuizSent',function(event,quiz){
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event' : 'quiz',
'location' : quiz.title
});
})

The code is not tested and should only serve as an example

Please let me know if this is something you could do. It would really make life easier in terms of tracking.

Thanks,
Grega
The administrator has disabled public write access.
 
#67870
Re:Quizz results as a conversion goal in GA 2 Years, 10 Months ago Karma: 747
Hi,

We will add an event to the next version of the plugin. We will try to release it till the end of this week.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#68230
Re:Quizz results as a conversion goal in GA 2 Years, 6 Months ago Karma: 0
Hey Guys,

Are there any solutions?
GA integrations would be useful.
The administrator has disabled public write access.
 
#68256
Re:Quizz results as a conversion goal in GA 2 Years, 6 Months ago Karma: 0
Did any GA integration get implemented?

I would love to see each answer being sent to GA to fully understand quiz engagement and abandonment.
The administrator has disabled public write access.
 
Go to topPage: 12