Remove Lead from Campaign

Hi guys,



I am implementing Mautic in my company ecommerce and I got a issue.

After my lead reachs a goal (buy something) how can i remove it from the campaign actions?



This feature will help us a lot.



Thanks!!!

Hi guys,

I am implementing Mautic in my company ecommerce and I got a issue.
After my lead reachs a goal (buy something) how can i remove it from the campaign actions?

This feature will help us a lot.

Thanks!!!

Hi, there is an Action for exactly that. It’s called “Change Campaigns”.

I noticed that action.
But how can I call this action when I sell a product in my ecommerce?

Ahh, OK, so the question is how to let Mautic know about a custom action. I solved it at my project with a fake form submission. It works like this:

  1. Create a form in Mautic. We can call it Order Form for example.
  2. Create a script which will submit data from your eshop to Mautic. Here is the most of the code you need for the script: https://medium.com/@jan_linhart/the-simplest-way-how-to-submit-a-form-data-to-mautic-1454d3afd005
  3. You have to trigger the script when a customer submits the order in your eshop and feed it the data she/he submitted.
    4 . If all above is working, add “Submits Form” decision to your campaign and you can then use the “Change Campaigns” action after that.

That´s very clever escopecz!
I will implement that for sure =)