AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2020-01-23 Thread saravanan saminathan
Hi , I am using python API code - https://gist.githubusercontent.com/lylayang/ee427f79911b999ec644d48a1f71277f/raw/e7551371dc73079dd47034a9e688b2293bd20f30/Get_ads_KPIs_HourOfDay.py Customer ID is correct it works perfectly in java API I specified ,my client id in yaml as # AdWordsClient co

Re: Google Adwords API java -> Exception in thread "main" AxisFault

2016-02-11 Thread saravanan . thoppan
dential.Builder().setTransport(httpTransport).setJsonFactory(jsonFactory).setClientSecrets(clientSecrets).build(); AdWordsSession adWordsSession = new AdWordsSession.Builder().from(this.adwordsPropConfiguration).withOAuth2Credential(credential).build(); return adWordsSession; Thanks, S

query regarding the google adwords api

2011-01-05 Thread saravanan doraiswamy
the google api. Is this possible if so, can i have this functionality implemented in the sandbox account with the v201008 API set of codes. Kindly suggest me in this regard, Regards Saravanan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

is it possible to change the status of an ad using the api in php

2010-12-14 Thread saravanan
Hi, Is it possible to change the status of the ad or adgroups via the api in php code. I would like to change the status of the ad / adword / keywords per ad via the google adwords api. Is this possible and if possible how. Regards, saravanan

Re: I give up trying to get an API key

2010-12-14 Thread saravanan
Me too, I am not finding a clear way to handle api , sandbox usage tokens etc.. this is very bad and i can't take up this kind of issues in a google site. regards, saravanan On Dec 14, 5:46 am, Rodrigo wrote: > I agree with you. > > The AdWordsAPI have ambiguous ways to get a A

how to change the group for an adgroup using the api in php

2010-12-14 Thread saravanan
Hi , I have several adgroups and want to change the group that an adword group belongs to via the api in php. Further, i need to change the status of the ad / keywords. How do i accomplish these via the API in php. Can you guide me with the suitable php code. Thanks in advance, saravanan