Skip to content

Commit

Permalink
Update PQYandexDirect.m
Browse files Browse the repository at this point in the history
-- добавилась возможность обновления в облаке Power Bi
  • Loading branch information
ezabitov authored Nov 9, 2017
1 parent 74e36c7 commit 93f8282
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PQYandexDirect.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
Функция, при помощи которой мы забираем данные из API Reports Яндекс.Директ
Функция, при помощи которой мы забираем данные из API Reports Яндекс.Директ/Power BI
Версия 1.3
-- "YESTERDAY" и "TODAY" теперь можно писать маленькими буквами :)
-- в полях теперь можно делать пробелы
Версия 1.4
-- добавилась возможность обновления в облаке Power Bi
Документация по API Reports: https://tech.yandex.ru/direct/doc/reports/reports-docpage/
Список типов отчетов: https://tech.yandex.ru/direct/doc/reports/type-docpage/
Expand Down Expand Up @@ -50,7 +49,7 @@

// Присваиваем полученный токен
AuthKey = "Bearer "&Token,
url = "https://api.direct.yandex.com/v5/reports",
url = "https://api.direct.yandex.com/",

// Создаем тело запроса со всеми параметрами
body =
Expand All @@ -69,6 +68,7 @@

// Сам запрос
Source = Web.Contents(url,[
RelativePath="v5/reports",
Content = Text.ToBinary(body) ,

// Заголовки запроса
Expand Down

0 comments on commit 93f8282

Please sign in to comment.