REST Api and Updating Campaign Bidding Strategy

2019-10-09 Thread marketing marketing
I am migrating from the old API where I used to do $bidding = new BiddingStrategyConfiguration(); $bidding->setBiddingStrategyType("whatever"); $campaign->setBiddingStrategyConfiguration($bidding); And than push the updated campaign For the new api I checked some post and example but they are e

Re: Error message while downloading data

2018-04-03 Thread Marketing Marketing
Hi Milind, thank you so much for your patience and hearing me out. I have been able to solve the problem. I tried a bunch of settings for this. I am now able to download the data. Regards Anu On Wednesday, April 4, 2018 at 12:16:04 AM UTC+8, Milind Sankeshware (AdWords API Team) wrote: > > Hi,

Re: Error message while downloading data

2018-04-02 Thread Marketing Marketing
Now I understand what you are trying to explain. I changed to use id : data <- getData(clientCustomerId='169-485-1019', google_auth=google_auth, statement=body, #object created with statement() transformation = TRUE, #data are transformed from xml t

Re: Error message while downloading data

2018-04-02 Thread Marketing Marketing
The token I have is approved for this account id 307-087-9687. We do not have any other account and I need to download data for a client. On Thursday, March 29, 2018 at 11:46:16 PM UTC+8, Milind Sankeshware (AdWords API Team) wrote: > > Hi, > > I'm afraid R is not one of the supported language

Download Adwords data from R

2018-03-28 Thread Marketing Marketing
I am using R to download data from Adwords using an approved Adwords API with Basic Access. Does anyone have any success downloading data using R. Can you please share sample code that has worked for you? Thanks a lot Anu -- -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Error message while downloading data

2018-03-28 Thread Marketing Marketing
I am using R to download data from Adwords. I have an API which has been approved for Basic Access. Below is my Code client_id <- "XXX" client_secret <- "" developer_token <- "X" google_auth <- doAuth() body <- statement(select=c('Clicks','AveragePosition','Cost'