Galimatias Nekromoff
Galimatias Nekromoff
Once zero had been saved for some dates, the data capture script tries to retrieve them over and over again. Even for the dates older than 90 days. Those data...
Specially important for handling large amounts of rows in `search_analytics`. Definitely index for `date`, maybe another combined for `date`, `domain` and `search_engine` for queries such as (`inc/code/dataCapture.php`): ``` $query =...
The upgrade script is very error prone: https://github.com/PromInc/organic-search-analytics/blob/master/organic-search-analytics/upgrade.php as it always returns: ``` $alert = array("type"=>"success", "message"=>"Upgrade performed succesfully."); ``` even when error was encountered in the MySQL query. This...
After upgrading both the codebase and the database (step after step from 2.4.3), the saved quick links reports don't work. They just show "No records found". Also, any other tries...
All domains show 0 imported records for each day, eve that I know it was importing correctly before upgrade to 2.5.0 / 2.5.1 and that data exists (as verified in...
Offer CSV (or others, but CSV is generally acceptable) an export of the data shown in the report to download
If some of the Search console properties don't have any Search analytics data (e.g. 0 impressions etc.), those dates will be still offered for data capture later, which slows down...
This client is great! However, since it communicates directly with API it must correct for the Fatal errors, since it otherwise crashes and ends the whole process. Using `try` and...
Two pull requests and no acceptation and long time no updates.
Instead of working with rows, one needs to work with columns sometimes. How is it possible to create (insert) a new column?