Daterange values in reportdefinationservice

2012-11-27 Thread krunal shah
I am generating reports using the reportDefinationSerive api. for the selection of time date ranges, I am passing the different values LIKE 'YESTERDAY', 'LAST_WEEK, 'LAST_7_DAYS'. I just want to know that how many different values are possible to pass in the date range field. I tried to get it

Re: Adwords API and SAAS

2012-11-27 Thread Anash P. Oommen
Hi Lily, You can use AdWords API with multiple MCCs or individual AdWords accounts. AdWords API supports OAuth2 and ClientLogin APIs for authorization. The effective account to make calls to is determined by the OAuth2 access token / ClientLogin authToken that you send as part of the API call,

Adwords API and SAAS

2012-11-27 Thread Lily VO
Is it possible to use the adwords api in an SAAS application or does everything have to be tied to the 1 mcc account? In other words if I use the adwords api can I use multiple mcc accounts? Thanks for any feedback. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: 201209 .Net sandbox Getcampaign method

2012-11-27 Thread Anash P. Oommen
Hi Mimi, Satya, Sandbox is being deprecated in favour of test accounts, you can find the details at https://developers.google.com/adwords/api/docs/test-accounts. I'll also ask the team to investigate the sandbox errors. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 November 2012

Re: Stop words

2012-11-27 Thread Anash P. Oommen
Hi, Since this is more of a product question, I recommend asking the question at https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords. The API behaviour should be similar to the product behaviour in this case. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 28 Nov

Re: TargetingIdeaService returns different numbers from the AdWords Keyword Tool

2012-11-27 Thread mal darwen
Jonathan - I've been finding this as well. You'll probably find that v201209 stops working very soon and you'll have to migrate to v201206 - that said: Annoyingly enough, it's been decided by our dear friends at Google to include 'Search Network' metrics to the volumes presented in the API. I

Get ImpressionShare metrics for Campaigns and AdGroups in Ruby

2012-11-27 Thread Vanessa Sabino
I'm trying to get ImpressionShare metrics from Campaigns and AdGroups using the Ruby client library. I tried to adapt the example from https://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201209/reporting/download_criteria_report.rb, but looking at the documentatio

Re: v201209 get client usage Perl example

2012-11-27 Thread David Torres
Please see https://groups.google.com/forum/#!msg/adwords-api/9wenbRNGnUU/qDAuqZ_IRakJ On Wednesday, November 21, 2012 7:34:25 AM UTC-5, Neil Kirk wrote: > > I have upgraded my Perl client library to v201209 (2.7.4), and am trying > to run the get_client_usage.pl example file, but am getting the

Re: Error right after installing

2012-11-27 Thread David Torres
Hi Neil, Sorry for the late response, at a quick glance I do see the class in the SVN repo http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/lib/Google/Ads/AdWords/v201209/InfoSelector.pm How are you installing the lib? is it missing from the downloadable? Best, - David - A

Re: 201209 .Net sandbox Getcampaign method

2012-11-27 Thread mimi
Hi Anash, I'm getting the same error for the GetCampaigns call for v201209. It was working last week. Thanks. Mimi On Monday, November 26, 2012 9:29:50 PM UTC-5, Anash P. Oommen wrote: > > Hi Satya, > > Look for the inner exception, it would be helpful if you can let me know > what method coul

Re: Stop words

2012-11-27 Thread PJ
As a follow up question, how should I handle keywords that contain a stop word? Is it correct to assume that these keywords have a search volume of 0? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Stop words

2012-11-27 Thread PJ
I noticed that AdWords removes some characters from its output. For example, if I enter the keyword 'c++', I get back the statistics for 'c'. The same thing happens for the keyword 'test (keyword)' - I get back the statistics for 'test keyword'. This behavior is true for both the API (Targeting

Re: Is it possible to download a list of clicks using the API?

2012-11-27 Thread Evgeniy Bogdanov
Hi James. I think that in terms of Adwords API you can't do this. But you can reach very similar result with Analytics API. You need to link your Adwords and Analytics accounts with each other and perform call to Analytics API. After that you'll be able to call Adwords metrics and you can mix

How often is Keyword Performance report data refreshed?

2012-11-27 Thread road11
We're looking at the Keyword Performance Report to meet our needs for synchronization between Google Adwords and our local databases. Ideally, we'd like to download this report with fresh positioning data several times a day so we can adjust our bids accordingly. So I guess my question is.. a)

non-shared Budget through the BudgetService

2012-11-27 Thread Ian
Is there a way to create a budget that is not displayed in the budget UI via the BudgetService? Since the ability to do so via the CampaignService is going away, there is no point in using that method. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

How to pause Keyword

2012-11-27 Thread Orlovskiy Alexander
I have tried to find in this forum and documentation the way how to switch Keyword status programmatically, but unfortunately failed. 1) Is it possible? 2) What service should I use? (https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService – right?) 3) Is there a

reporting returning ERROR_GETTING_RESPONSE_FROM_BACKEND errors?

2012-11-27 Thread David Bonner
Hi all, Has anyone else been seeing these? AdWordsReportError: HTTP code: 500, type: > 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND', trigger: 'Unable > to read report data', field path: '' We're getting this when pulling both AD_PERFORMANCE_REPORT with a predicate listing 10

Re: Can anyone say whether this is a ClientLogin error or something else??

2012-11-27 Thread Paul Matthews
Hi Ryan, As per our October announcement, the v201109 has been sunset on October 26th 2012. The error you are receiving is due to a missing WSDL. The WSDL is missing because the service no longer ex

Re: returnMoneyInMicros: true but totalConvValue still in currency

2012-11-27 Thread Paul Matthews
Hi MT, I've re-introduced this feature request. As soon as we have any information, we'll post it in this thread. Regards, Paul Matthews. On Tuesday, 27 November 2012 07:49:17 UTC, MT wrote: > > Two years and no change on this. It's quite problematic working with this > field, because the num

Re: Billing information for test account

2012-11-27 Thread Kevin
Then would it be ok if we don't enter correct billing information? We prefer not to give out billing info for testing account. Thanks. Kevin On Monday, November 26, 2012 6:26:03 PM UTC-8, Anash P. Oommen wrote: > > Hi Kevin, > > Any calls made to AdWords API test accounts won't be charged. Plus,

Re: ERROR

2012-11-27 Thread Paul Matthews
Hi Rizwan, Can you offer up more information about the error, such as: - The service you were trying to call - The library you were using (if any) - What you did to get the error - Example steps: - Installed library - Changed config as such... - Ran the G

Re: How to interpret the new Impression Share changes in Adhoc Reports?

2012-11-27 Thread Danial Klimkin
Hello Oliver, I'll look into this and let you know shortly. -Danial, AdWords API Team. On Saturday, November 24, 2012 12:23:06 PM UTC+4, Oliver wrote: > > There are now separate Impression share columns in the adwords interface; > one for Search campaigns (*Search Impr. share*) and one for D

Re: Api units info - always same values

2012-11-27 Thread Danial Klimkin
Hello Adam, Please let me know your MCC clientCustomerId over email (Reply button). -Danial, AdWords API Team. On Tuesday, November 27, 2012 1:07:04 PM UTC+4, Adam wrote: > > Hi, > InfoService, InfoSelector with only one field set: apiUsageType = > TOTAL_USAGE_API_UNITS_PER_MONTH. > Api v201

Re: 201209 .Net sandbox Getcampaign method

2012-11-27 Thread Satya Dotsquares
i am getting following error Caused by Google.Api.Ads.AdWords.Lib.AdWordsApiException (An API exception has occurred. S ee ApiException and InnerException fields for more details.) at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Obj ect[] parameters) in c:\src\MyPr

Re: Unable to parse SOAP buffer for outgoing messages

2012-11-27 Thread Danial Klimkin
Hello Sudip, I checked with the library author but he was not able to reproduce the issue. Can you send us the full code snippet we could run? Please make sure to send over email (Reply button) and also include the exact python version you are using. -Danial, AdWords API Team. On Thursday

ERROR

2012-11-27 Thread Rizwan Ahmad
*Runtime Error**Description: *An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server

Re: Api units info - always same values

2012-11-27 Thread Adam
Hi, InfoService, InfoSelector with only one field set: apiUsageType = TOTAL_USAGE_API_UNITS_PER_MONTH. Api v201209, C#. W dniu poniedziałek, 26 listopada 2012 11:20:56 UTC+1 użytkownik Danial Klimkin napisał: > > Hello Adam, > > > What are the query parameters you use? Note UNIT_COUNT_FOR_CLIENT

Test Account

2012-11-27 Thread nidhi pandey
Hi All, Can anyone tell me in how many days test account will we created. Thanks & Regards Kamini Mishra -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=