URGENT: Is there any way to check if an account exists any more in MCC by account id

2014-01-20 Thread Subrata Sarkar
would be great help for me! I am running out of time. PS: My application is developed in c# and at the moment API v201306 is being used. Thanks in advance, Subrata Sarkar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Question about Google API updated terms

2013-10-24 Thread Subrata Sarkar
different tokens being used. Does ToS team have a group as well or I have to contact where? Best regards, Subrata Sarkar On Fri, Oct 25, 2013 at 2:18 AM, Jeremy Aube wrote: > You'd have to confirm with the ToS team to verify compliance, but > technically speaking, it is possible

Question about Google API updated terms

2013-10-23 Thread Subrata Sarkar
dWords API Client unless permitted in writing by Google. Please let me know if this violates anything as far as terms of usage are concerned. Subrata -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.

Re: Report download v201209 and dateRange

2013-09-30 Thread Subrata Sarkar
Hi, Till Friday everything was working but suddenly since this morning I have started getting this error. Nothing has been changed, nothing has been updated (I am using .NET client library v201306, migration from v201209 was done 2 months back). *The order of fields in ReportDefinition is like

Re: Is it possible to get 'Display Network only' through the keywords performance report?

2013-09-27 Thread Subrata Sarkar
for Paused or Deleted campaigns/adgroups although my predicate has been set to consider them all: var predicate = new Predicate { field = "Status", @operator = PredicateOperator.IN, values = new[] {"ACTIVE", "PAUSED", "DELETED"} };

Adwords API v201306 - How to get Display Network Paused and Deleted campaign data

2013-09-27 Thread Subrata Sarkar
lector }; *Finally sending ReportDefinition to ReportUtilities for downloading* -- var utilities = new ReportUtilities(user) { ReportVersion = "v201306" }; var report = utilities.DownloadClientReport(reportDefinition, false, FilePath);

Re: Is it possible to get 'Display Network only' through the keywords performance report?

2013-09-04 Thread Subrata Sarkar
I am usikng DISPLAY_KEYWORD_PERFORMANCE_REPORT. I want to fetch Display Network Performance Data for the last month. The MCC client account under question had active Display Keyword between August 11 and August 20. Th campaign had been DELETED after that. I did a API pull today, i.e. on 4th of

Re: Can the API access the campaign label?

2013-06-25 Thread Subrata Sarkar
unts. One possibility I thought could be "labels" but unfortunately this filter is not yet exposed to API. In this scenario how I can achieve the above? If you can please reply in a few hours that would be a real life-saver for me. Best regards, Subrata Sarkar On Tuesday, 14 May 20

Re: Campaign performance report beta feature feild not returned with V201209

2013-05-10 Thread Subrata Sarkar
Hi, I am able to fetch reports from API server fine, but my client says the costs are a little off compared to MCC console data. This is because I could not consider *OfflineInteractionCost* as such fields (marked as beta) can only be accessed by a registered *beta tester*. When I added the abo

Re: Campaign performance report beta feature feild not returned with V201209

2013-05-10 Thread Subrata Sarkar
Hi, I am able to fetch reports from API server fine, but my client says the costs are a little off. This is because I could not consider * OfflineInteractionCost* as such fields (marked as beta) can only be accessed b a registered beta tested When I added the above field in CAMPAIGN_PERFORMANCE_

.net Client library v201209 Reporting issue

2013-04-28 Thread Subrata Sarkar
developed for fetching reports. Best regards, Subrata. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Email cannot be Null issue: how can I set AdwordsApiConfig values without defining them in web.config or app.config file? C# client library v201209

2013-03-26 Thread Subrata Sarkar
. Thanks in advance Subrata Sarkar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

How to resolvbe UNABALE_TO_AUTHORIZE error .net client library v201209

2013-03-03 Thread Subrata
any such property called ManagedCustomerServic in the library. Also I think it using the property will only prevent the error to come up? I must be doing something wrong. Please help. I must get this working as soon as possible Thanks in advance, Subrata -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ReportUtilities.DownloadClientReport error (v201209)

2013-02-26 Thread Subrata Sarkar
tely stuck Thank you Subrata On Tuesday, 6 November 2012 21:08:38 UTC+5:30, Tom wrote: > > Ok, I figured it out. While modifing my app.config I accidently removed my > DeveloperToken along with the ClientCustomerId. > > Maybe the error message should indicate which field it is

API Clinet Login error

2013-02-26 Thread Subrata Sarkar
Hello, I am a newbie in Adwords area. When I am trying ClientLogin I am getting *This code example gets and downloads a criteria Ad Hoc report from an XML report definition.UNABLE_TO_AUTHORIZE* Email, password, developer token, Client customer Id all are defined in Web.config file. I am using