report="CRITERIA_PERFORMANCE_REPORT",
start = format.Date("01-01-2020", "%Y%m%d"),
end=format.Date(end_date, "%Y%m%d"))
AdwData <- getData(clientCustomerId = account_id,
google_auth = adwords_auth,
statement = body,
transformation = T)
Выдаёт сообщение:
Warning message:
In readLines(con <- gzfile(tmp)) :
incomplete final line found on 'C:\Users\Vika\AppData\Local\Temp\RtmpcrgzZb\file46802d122ae6'
Вместо таблицы получаю результат в виде:
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><reportDownloadError><ApiError><type>StatsQueryError.DATE_NOT_IN_VALID_RANGE</type><trigger></trigger><fieldPath></fieldPath></ApiError></reportDownloadError>"
Что здесь не так и как починить?
Date not in valid range?
Обсуждают сегодня