Some tips to get better performance

Feeds: If you want to create many campaigns, I recommend just one or two feeds per campaign. You can test each campaign to see its behavior and the time that it takes to execute it. For the Campaign Options metabox: Try to use a minimal value in Max items to create on each fetch field … Read more

How to get content from Google News feed?

The WPeMatico free version works with these feed contents like any other feed. Google News or Google Alerts are special feeds because they show articles from many different websites. Google News works with many websites at a time, getting the contents from them to make their feeds, and each site is different.   The Professional … Read more

How to use Cron Scheduling?

Sometimes, there is a misunderstanding as to how the Cron scheduling works. You should select the time when the campaign is going to be run, NOT the hour interval for the campaign execution as in other plugins. If you want to run the campaign every two hours, you must select 0,2,4,6,8,10, etc. in the “Hours” … Read more

Can I use wildcard characters in the Rewrite Options?

You can’t use wildcards, but you can use PHP Regular expressions. Remember to tick the box in the “RegEx” field. See some tips in the Help Tab in the campaign editing screen. Also, check out tutorials like: http://regexone.com/references/php http://php.net/manual/en/reference.pcre.pattern.syntax.php And a RegEx live site to run tests with a sample text: http://www.phpliveregex.com/