Segmentation by country

AllRems

New Member
Hi, i really love this app!

I have create a segment (country).
So first i had a custom filed call GEOCOUNTRY (image1)
And then i sent the campaign. As you can see in image2 i can see that i have the results in OPEN email.
But when i create a segmentation (image3) the results are zero.
I don't know where i made a mistake
Thank you for your help
remy
 

Attachments

  • image1.jpg
    image1.jpg
    110.1 KB · Views: 13
  • image2.jpg
    image2.jpg
    219.3 KB · Views: 13
  • image3.jpg
    image3.jpg
    259.1 KB · Views: 12
@AllRems - Make sure you have sync custom fields option enabled Backend > Settings > Cron > Custom fields sync > Yes.
 
By testing what you told me i have this answer:


$ /usr/bin/php -q /var/www/clients/client1/web1/web/backmailing/apps/console/console.php send-campaigns sync-lists-custom-fields
Error: Unknown action: sync-lists-custom-fields

Usage: /var/www/clients/client1/web1/web/backmailing/apps/console/console.php send-campaigns index
 
By testing what you told me i have this answer:


$ /usr/bin/php -q /var/www/clients/client1/web1/web/backmailing/apps/console/console.php send-campaigns sync-lists-custom-fields
Error: Unknown action: sync-lists-custom-fields

Usage: /var/www/clients/client1/web1/web/backmailing/apps/console/console.php send-campaigns index
Your command must be like this:
Code:
php -q /path to your app/apps/console/console.php sync-lists-custom-fields --verbose=1
 
Your command must be like this:
Code:
php -q /path to your app/apps/console/console.php sync-lists-custom-fields --verbose=1
Hi and thank you, it seems to work.
But do i have to do this manually or it is suppose to work with a cron?
Nice day
 
But do i have to do this manually or it is suppose to work with a cron?
This command run one time a day when daily cron are running.
You can make this command to run whenever you want by adding it to your crontab list, read this articles to understand how cronjobs works: https://kb.mailwizz.com/articles/what-are-the-cron-jobs-that-i-have-to-add/
https://kb.mailwizz.com/articles/what-cron-jobs-are-why-do-i-need-to-add-them-and-how/
To set a frequency for cornjob please see this: https://crontab-generator.org/
 
Back
Top