Answer the question
In order to leave comments, you need to log in
Does anyone have an example of a request to the Yandex Direct API from Google Docs javascript?
it is not possible to make a request for javascript from google doc to api direct
Does anyone have a working example of any request? at least just on javascript without GD
Answer the question
In order to leave comments, you need to log in
unfortunately this solution does not work. I need a sample request.
here is an example
var apiUrl = "https://api.direct.yandex.ru/v4/json/"
var options ={
"method": 'stopcampaign',
"param": ['*******'],
"token": "*****"
};
var result = UrlFetchApp.fetch(apiUrl, options)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question