You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2018-10-25 08:39:23] aom.INFO: Starting import of AdWords account xxx for date 2018-10-01 now. {"platform":"AdWords","task":"import"} []
[2018-10-25 08:39:23] aom.DEBUG: Deleted existing AdWords data (0.000428s for 0 imported data records). {"platform":"AdWords","task":"import"} []
[2018-10-25 08:39:23] aom.DEBUG: Deleted existing AdWords gclid-data (0 records). {"platform":"AdWords","task":"import"} []
[Zend_Db_Statement_Exception]
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at
line 1
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at
line 1
Base reason for this was: Configuring an AdWords account for a campaign, which was not running (yet), so the report was empty.
The subsequent processing int this cron job will then produce only empty arrays and pass it into the DB insert statment. This will obviously will fail, as there's no data to replace the placeholder in the query string.
I tried to import data for the last days via the following cron call:
It failed with the following output + error:
Base reason for this was: Configuring an AdWords account for a campaign, which was not running (yet), so the report was empty.
Example dumped report data:
The subsequent processing int this cron job will then produce only empty arrays and pass it into the DB insert statment. This will obviously will fail, as there's no data to replace the placeholder in the query string.
AOM/Platforms/AdWords/ImporterCriteriaPerformance.php
Lines 157 to 161 in 047c854
The text was updated successfully, but these errors were encountered: