s newer endpoint for retrieving tokens, which would explain
> why other libraries are not seeing it. If this works for you, please post
> back here.
>
> In the meantime, we'll continue looking into other possibilities.
>
> Regards,
> Nadine, AdWords API Team
>
I am also receiving intermittent errors. It is about 2/3 of the requests
that don't go through, with the others saying invalid_request. Just wanted
to contribute so I'd get updates on this thread and be able to help if I
can. Thanks.
On Wednesday, August 31, 2016 at 1:27:23 AM UTC-5, Sachin K
Is there a way that this can be circumvented using the WHERE clause with a
date comparison on CallStartTime?
Or is this issue going to be resolved?
On Friday, April 4, 2014 10:54:36 AM UTC-7, jarms...@stringenterprises.com
wrote:
>
> I'm trying to use the Call Metrics Call Details Report with a
Hello,
I am trying to query the AdWords reporting API using the following Google
Scripts code:
var params = {
headers: {
Authorization: 'Bearer ___ACCESS_TOKEN___',
developerToken: '___DEVELOPER_TOKEN___',
clientCustomerId: '___CUSTOMER_ID_XX___'
},
muteHt
Hello,
I am trying to request an access token from the AdWords API using a Google
Script. Here is my current code:
function requestAccessToken(){
var url = "https://accounts.google.com/o/oauth2/token";
var options = {
headers:{
ContentType:'application/x-www-form-urlencoded'
},