As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I want to set up google and adroll conversion tracking. So that when the "finish" button is clicked in the Amelia interface its registered as a conversion. I don't know how to attach an event to a button within the plugin code.
Is there a better way to achieve this? Can you please tell me how to set this up correctly?
Hello,
Unfortunately we don't have hooks (action and filters) at the moment. What we have is a few JS hooks that is triggered depends on the view:
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
can I access these hooks from a script I run on the page?
Hi Devin,
Yes, that's correct. You can implement hooks on the page your are running.
Hello Devin,
I am afraid this is a custom work which is not covered by the support for the plugin. Something like this requires a certain level of coding skills.
You can take a look at this ticket: https://tmsplugins.ticksy.com/ticket/2278713/ It's related to Google Analytics and Redirections, but it's worthwhile to check.