Re: The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under confi

2016-09-21 Thread Senthil Palaniswami
his effectively disables the soaplistener extension. This worked for me. > In the entire part you can also add things like > config.OAuth2Mode = Google.Api.Ads.Common.Lib.OAuth2Flow.SERVICE_ACCOUNT; > config.OAuth2SecretsJsonPath =""; > config.NetworkCode = ""; &g

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Is it also the same for Groups & Keywords ? On Fri, Dec 4, 2015 at 5:12 PM, Senthil Palaniswami < senthil.palanisw...@gmail.com> wrote: > Thanks a lot Anthony. It makes sense now. > > On Fri, Dec 4, 2015 at 5:09 PM, Anthony Madrigal < > adwordsapiadvisor+anmadri...@go

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Thanks a lot Anthony. It makes sense now. On Fri, Dec 4, 2015 at 5:09 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hey Senthil, > > The reason those campaigns are not being returned is because they are > video campaigns. Video campaigns are currently not supported thro

Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Team, I got all the Campaign details including ID, Name, but some of the records are missing. I found those are status of "Paused". Could you please assist on this ? Thanks ! Thanks Senthil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

Is it possible to get the Keywords data by daterange?

2015-11-04 Thread Senthil Palaniswami
Team, I have a huge Keyword data on our sites, have them filtered to do by CriteriaType, Match type & CriterionUse . But still i get 100,000 records on the Start Index and gets an error. Is it possible to get the keywords & placement data by daterange? Thanks ! I am using V201509 .Net API.

Negative AdGroup Data pull

2015-11-04 Thread Senthil Palaniswami
Team, I am trying to get the "Negative AdGroup Data" like Negative keywords below. Is it possible on the Group Level or Only on the Campaign Level ? Thanks Keyword keyword = (Keyword) adGroupCriterion.criterion; string keywordType = isNegative ? "Negative keyword" : "Keyword"; Thanks Senth

Paging Issue on V201509 API

2015-11-03 Thread Senthil Palaniswami
Team, I am trying to get the Criteria data by using C# code. Below is my code to get the data by paging, problem is on the Paging. Total Record count is 189,000 , i have them assigned to get 10,000 records per pull, when i get into 100,000 as a startIndex , i get an error !!. Could you please

Re: The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under confi

2015-10-19 Thread Senthil Palaniswami
tp://www.sqlis.com/post/Where-is-my-appconfig-for-SSIS.aspx has > instructions on how to do that. > > Cheers > Anash P. Oommen, > AdWords API Advisor. > > On Monday, October 19, 2015 at 8:01:06 AM UTC-4, Senthil Palaniswami wrote: >> >> Team, >> >> Anyone h

Re: The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under confi

2015-10-19 Thread Senthil Palaniswami
Team, Anyone has the same problem ?? I am keep getting the same error after adding the SOAP config in the C# code. Please assist. Thx ... On Thursday, October 15, 2015 at 10:30:23 PM UTC-4, Senthil Palaniswami wrote: > I am using the API in SQL server SSIS Package in script task wit

The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under configura

2015-10-15 Thread Senthil Palaniswami
I am using the API in SQL server SSIS Package in script task with C# to get the data into SQL Server database. the same code is working good in C# Console application with App.Config file, but it is not working in SSIS. Please assist. The SoapListenerExtension class is not loaded. The mos

Re: Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
Awesome .. thanks .. On Thu, Oct 15, 2015 at 12:22 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hi Senthil, > > Thanks for providing me your CID! The reason your API call is not > returning any campaigns is because the CID you are using is an MCC account. > You will ne

Re: Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
thanks Anthony. I just sent .. On Thu, Oct 15, 2015 at 12:15 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hi, > > Could you please *reply privately to author *me with your Client Customer > Id so that I could take a look to see what may be going wrong? > > Thanks, > An

Zero Records from Campaign !!!

2015-10-15 Thread Senthil Palaniswami
Hi All, I am using C# console app to get the Campaign records into text files. I got the developer token granted and approved. But when I run the below code ,I see it is getting access but no records from GoogleAdwords. Any thought ??? No Errors though !!! Below is my code AdWordsAppC

Re: error_description" : "Unauthorized client or scope in request." in Adwords

2015-08-27 Thread Senthil Palaniswami
he prn email to a user who has access > to the AdWords account you are trying to access via your API request. > > Thanks, > Josh, AdWords API Team > >> On Monday, August 24, 2015 at 4:33:07 PM UTC-4, Senthil Palaniswami wrote: >> thanks Josh. >> >> When i r

Re: error_description" : "Unauthorized client or scope in request." in Adwords

2015-08-24 Thread Senthil Palaniswami
personate *any user* within the domain. You won't be able to use that > flow to impersonate a gmail.com user, because if you could, you'd be able > to impersonate any Gmail user. > > Thanks, > Josh, AdWords API Team > > On Monday, August 24, 2015 at 11:38:19 AM UTC-

Re: error_description" : "Unauthorized client or scope in request." in Adwords

2015-08-24 Thread Senthil Palaniswami
gle.com/adwords/api/docs/guides/service-accounts#impersonation > > Thanks, > Josh, AdWords API Team > >> On Monday, August 24, 2015 at 8:49:40 AM UTC-4, Senthil Palaniswami wrote: >> Team, >> >> I am trying to get the Google AdWords Campaign data by C# Consol

error_description" : "Unauthorized client or scope in request." in Adwords

2015-08-24 Thread Senthil Palaniswami
Team, I am trying to get the Google AdWords Campaign data by C# Console application with the below settings, using the service account method. But i get the error_description" : "Unauthorized client or scope in request." , it doesn't make sense. Because the same is used in Google Analytics Cor

Re: .net adwords api 'Failed to get access token for service account'

2015-08-20 Thread Senthil Palaniswami
David, I am using the V201506 API in C# .Net Application by Service Account. I use Service Account Email & .P12 Key file to access this, but i get the below error. Could you please assist ? Thanks *Failed to get access token for service account.* *{* * "error" : "unauthorized_client",* *