Actions and Conversions
-
I’ve created a popup with a link to another page on website with a form to complete. This isn’t a subscription/signup form.
In WordPress dashboard there is the statistics. I’d like to record the click on the link as an action and completion of the form as a conversion.
In your documentation I found the following
<a href="...." onclick="_ppsPopupSetActionDone([ID], 'subscribe');" class="button">Click On Me</a>
I admit I haven’t tested this yet but assume I use as is (replacing ID with popup ID) to record actions?But how to I record the conversions?
Update: I have tried to add onclick to the link on popup but it won’t save. I’m adding this via Texts on the Design tab.
The topic ‘Actions and Conversions’ is closed to new replies.