D
D
Dimanans2015-11-23 17:22:30
JavaScript
Dimanans, 2015-11-23 17:22:30

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

2 answer(s)
A
Alexander Taratin, 2015-11-23
@Taraflex

https://developers.google.com/apps-script/referenc...

D
Dimanans, 2015-11-23
@Dimanans

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)

here he says that the method does not fit this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question