• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: google analytics goal with paypal

google analytics goal with paypal 10 years 1 week ago #31003

Hello everyone!
i'm using a payment plugin with a form.
When submit, it redirects correctly to paypal payment page; is there a way to track a google analytics goal in this process? (after submitting, but before redirecting)

Thanks in advance

Fabrizio
The administrator has disabled public write access.

google analytics goal with paypal 10 years 1 day ago #31085

Hello!
for the moment i solved with adding this javascript
$( document ).ready(function() {
  $("#userForm").submit(function () {
	ga('send', 'event', 'category', 'name');
  });
});
Last Edit: 10 years 1 day ago by fabrizio.filippelli.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!