Re: LocationCriterionService returns incomplete data in ParentLocations

2012-06-26 Thread Anash P. Oommen
Hi Kevin, Could you post the question on the Product forum in that case? Since the frontend and API pull data from same source, the issue should get fixed if it is addressed in the front end. The product forum url is https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords Chee

Re: Campaign Daily Budget Settings

2012-06-26 Thread Ronak Shah
Hello Anash, I didn't get u properly, let me explain you the situation here, i want to know the daily budget i.e. per day budget spent on my campaigns and i also want to know that how much of budget is utilised for my campaigns, logging into adwords account from campaign settings tab we can ge

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2012-06-26 Thread Dennis Domingo
Also you should be able to use *{adwords_producttargetid} *reference : http://support.google.com/adwords/bin/answer.py?hl=en&answer=2456108 On Tuesday, June 26, 2012 11:41:23 AM UTC-7, Dennis Domingo wrote: > > Hi Hans: > > I believe you can set the destination url at the product target level in

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2012-06-26 Thread Dennis Domingo
Hi Hans: I believe you can set the destination url at the product target level in which case you can use {creative} as a value track parameter. https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion#destinationUrl On Friday, November 18

DerivedDailyBudget in campaign report?

2012-06-26 Thread Oliver
The Campaign report has two fields the documentation refer to as the campaign budget: 'DerivedDailyBudget' and 'Amount'. I did a search here and elsewhere but can't find the exact definition of each. Which one is the campaign daily budget as we know it on the web interface? What is the differ

Re: URL Performance Report failing on google's end

2012-06-26 Thread ADM
Hey Anash, I've sent you the past 6 days reports that show the issue. Best, ADM On Tuesday, June 26, 2012 2:09:16 AM UTC-7, Anash P. Oommen wrote: > > Hi, > > Could you email a failed request (developer token, clientCustomerId, > report definition xml) to me (anash.p.oom...@google.com) and ping

Re: Campaign Daily Budget Settings

2012-06-26 Thread Ronak Shah
Hello Anash, I din't get u properly, let me explain you the situation here, i want to know the daily budget i.e. per day budget spent on my campaigns and i also want to know that how much of budget is utilised for my campaigns, logging into adwords account from campaign settings tab we can get

Is this understanding of the ProxyCpc field correct?

2012-06-26 Thread Oliver
Hi API team, In the adgroup report, we have these two fields: KeywordMaxCpc / ProxyKeywordMaxCpc. and in the Keyword report we have these two: MaxCpc / ProxyMaxCpc. After a bit of research here on the forum I believe the proxy* field is set when there is some form of automated bidding going on

What is DeduplicationMode meant for?

2012-06-26 Thread Oliver
Hi API team, Some reports have this field in them 'DeduplicationMode'. It can be either "one-per-click" or "many-per-click". I understand the meaning and difference between these two values. However, I don't understand what information this specific field is meant to convey? Conversions are

Re: Updating Keyword Max CPC

2012-06-26 Thread Steve
Hi Anash! Thanks for the response and the code example. It was useful. Following up: I'm not getting an error. The code is simply not updating the maxCPC of an existing keyword. I'm in the sand box, do you think that could cause the issue? Sandbox Behavior? Here is a full view of the code I'm

Re: ApiException in Ruby client library for non-ASCII keywords

2012-06-26 Thread Roman Fuchs
Sure, I have opened issue 77: http://code.google.com/p/google-api-ads-ruby/issues/detail?id=77 Thanks, Roman On Tuesday, June 26, 2012 2:21:21 AM UTC-7, Anash P. Oommen wrote: > > Hi, > > Could you please report an issue at > http://code.google.com/p/google-api-ads-ruby/issues/list ? The Ruby

Re: Getting the Change History via the API

2012-06-26 Thread amy
I really wish there was something. They are able to create this calendar with all it's features, something like being able to see who is modifying the calendar doesn't seem too difficult to be able to do! This request has been made several times in the future...I wish they would add it to the

Re: Getting the Change History via the API

2012-06-26 Thread Akil Burgess
Hi Anash, Is there any other service that does give the change details? If not, are there plans to support this in the future? Thanks, Akil Burgess On Tuesday, June 26, 2012 11:12:11 AM UTC+1, Anash P. Oommen wrote: > > Hi Oliver, > > CustomerSyncService doesn't give you the kind of change deta

Re: URL Performance Report failing on google's end

2012-06-26 Thread GregT
Hi, Anash. I've emailed you an example. Thanks for looking into this, Greg On Tuesday, June 26, 2012 4:09:16 AM UTC-5, Anash P. Oommen wrote: > > Hi, > > Could you email a failed request (developer token, clientCustomerId, > report definition xml) to me (anash.p.oom...@google.com) and ping this

Re: Tracking site-link performance.

2012-06-26 Thread jstedman
Thank you for you answer teidukonis, unfortunately it does not solve my problem. Analytics is not an option for my current use case unfortunately. If effective destination url is actually what it sounds like, it would solve my issue(and many other people's) as I could figure out performance by

Re: pentaho integration

2012-06-26 Thread jstedman
> > >> I have used Pentaho data-integration(kettle directly as well as an ejb that integrates kettle jobs into a web service) to interface with a wsdl based reporting service we host internally and it works well using the steps that kettle comes with. It also should be fairly straight forward t

Re: LocationCriterionService returns incomplete data in ParentLocations

2012-06-26 Thread Kevin Nguyen
Hi Anash, The front end is doing the same. -Kevin On Tue, Jun 26, 2012 at 3:13 AM, Anash P. Oommen < anash.p.oommen+fo...@google.com> wrote: > Hi Kevin, > > How does the AdWords front end report this location? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > > On Friday, 8 June 2012 00

Re: Only 1 of 2 MCC accounts is showing via the API

2012-06-26 Thread David Pitt
Ha! I'm so sorry! I have totally wasted your time. As I pasted the soap request here I spotted that the client customer id was being used instead of the client email - I hadn't seen that in the config/code up until now. Sorry Anash, but thanks for helping. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: PHP Client Library - Formatting Requests

2012-06-26 Thread Anash P. Oommen
Hi Ashley, I responded on the other thread you opened, but to summarize, you need to run GetAccountHierarchy code example to get the list of client ids under your MCC (or read it from a local database), and then run a report each for each client. You could use the AdWordsUser constructor to cre

Re: trouble using sandbox in Java

2012-06-26 Thread Anash P. Oommen
Hi, The clientId for a production account doesn't work in sandbox and vice versa. To use the sandbox, you need to - Comment out clientId and run GetCampaigns code example. This initializes the sandbox and creates 5 test accounts. - Comment out clientId and run GetAccountHierarchy code example.

Re: RateExceededError retryAfterSeconds

2012-06-26 Thread Anash P. Oommen
Hi Minh, Please post a sanitized SOAP request and response xml and I'll ask the API team to look into this. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 20 June 2012 10:26:50 UTC+5:30, Minh wrote: > > Hi > > Today I noticed that the sandbox is returning retryAfterSeconds of zero

Re: Are these fields available via the API?

2012-06-26 Thread Anash P. Oommen
Hi Oliver, No, they aren't. All the fields available through ServicedAccountService.get are listed at https://developers.google.com/adwords/api/docs/reference/latest/ServicedAccountService.Account Cheers, Anash P. Oommen, AdWords API Advisor, On Wednesday, 20 June 2012 22:35:36 UTC+5:30, Ol

Re: Only 1 of 2 MCC accounts is showing via the API

2012-06-26 Thread Anash P. Oommen
Hi David, Could you post the SOAP request and response xmls for a failed request after clearing out the authToken/developerToken etc.? Also please provide your API MCC's customer id so I can take a look at your account structure. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 20 J

Re: python api help

2012-06-26 Thread Anash P. Oommen
Hi Jonathan, Run the GetCampaigns code example first. This will initialize the sandbox and create 5 test accounts. Then run GetAccountHierarchy code example to retrieve the customer id for the 5 test accounts you created. You can now use one of those customer ids to run your code examples. Als

Re: Accessing CALL_METRIC_CALL_DETAILS_REPORT via the API?

2012-06-26 Thread Anash P. Oommen
Hi Chris, As you mentioned, Beta features are available only if you part of the invitation only Beta launch. If you have an Account manager at Google, you could get in touch with him/her to know more details. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 25 June 2012 21:29:34 UTC+5:

Re: Dynamic Campaign Reporting with Php Client Library

2012-06-26 Thread Anash P. Oommen
Hi Ashley, If you look at http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#103, you could see that AdWordsUser allows you to provide all the parameters for configuring it in the constructor. Also, if you pass a non-null value f

Re: LocationCriterionService returns incomplete data in ParentLocations

2012-06-26 Thread Anash P. Oommen
Hi Kevin, How does the AdWords front end report this location? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 8 June 2012 00:27:59 UTC+5:30, Kevin wrote: > > Hi, > > For country of Spain, a city can belong to province, and a province is > part of an autonomous community. For example:

Re: Getting the Change History via the API

2012-06-26 Thread Anash P. Oommen
Hi Oliver, CustomerSyncService doesn't give you the kind of change details you are looking for, it is mostly useful for figuring out what objects changed during a time period and then sync local databases with AdWords API server by downloading only the modified objects. Cheers, Anash P. Oommen

Re: What exactly is returned when using the DateRange in Service calls

2012-06-26 Thread Anash P. Oommen
Hi, DateRange is meant for filtering out the range of dates for which campaign stats are returned, it doesn't give you campaigns by a date range. You could look at CustomerSyncService instead, that lets you do what you are asking for. See https://developers.google.com/adwords/api/docs/referen

Re: Are all trademark policy violations non-exemptable ?

2012-06-26 Thread Anash P. Oommen
Hi Kiril, This is a question best asked on the product forum ( https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords). But to quickly answer your question, no, not all policy violations are exemptable, and not all Ads which have a policy violation as exemptable (and for which y

Re: Selecting AdGroups by KeywordContentMaxCpc, not working?

2012-06-26 Thread Anash P. Oommen
Hi Rallan, Could you post a sanitized version of the SOAP logs (request and response xmls) for a failed request? Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 24 June 2012 03:46:25 UTC+5:30, Rallan wrote: > > Hi. I'm working in PHP on my own site, and I am a newbie so if I am > miss

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ java.lang.IllegalStateException: Shasta returned more rows than requested

2012-06-26 Thread Anash P. Oommen
Hi, Since this is an AdWords Editor issue, could you report it on the product forum instead? https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 22 June 2012 17:35:23 UTC+5:30, Snow Globe wrote: > > Hi > > We have th

Re: pentaho integration

2012-06-26 Thread Anash P. Oommen
Hi, I haven't used this platform before, so if you can point me to some resource on how 3rd party integration are usually done with Pentaho, I could try to help you. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 22 June 2012 22:42:44 UTC+5:30, Palmetto274 wrote: > > Did anyone ever

Re: Updating Keyword Max CPC

2012-06-26 Thread Anash P. Oommen
Hi Steve, What errors are you seeing? From what I can tell, your code seems fine. See the code example from .NET client library for reference. http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109_1/BasicOperations/UpdateKeyword.cs Cheers,A An

I randomly get this error [TargetingIdeaError.INVALID_ATTRIBUTE_TYPE @ selector; trigger:'CRITERION']

2012-06-26 Thread Juan Girini
Hi guys, I'm getting this error randomly on API v201109_1 on Sandbox using the PHP library. I run the same script with the same data on it and sometimes it runs ok and sometimes I get this error: * [TargetingIdeaError.INVALID_ATTRIBUTE_TYPE @ selector; trigger:'CRITERION']* I call the following

Re: Dynamic sitelinks

2012-06-26 Thread Anash P. Oommen
Hi Nikhil, This is not supported by AdWords or the API as far as I can tell. You might want to ask this question on the AdWords forum ( https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords) also for additional insights on what could be done. Cheers, Anash P. Oommen, AdWords AP

Re: Do I have to pause belonging ads when I pause an AdGroup?

2012-06-26 Thread Anash P. Oommen
Hi, You could ask that question on the AdWords forum at https://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords, since this is not related to AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 25 June 2012 15:06:40 UTC+5:30, Temla wrote: > > > I know that the

Re: Quality score insights

2012-06-26 Thread Anash P. Oommen
Hi, These aren't available through the AdWords API right now. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, 23 June 2012 18:43:29 UTC+5:30, Expand Online wrote: > > Dear community, > > Since some time the AdWords UI gives insights and ratings in three aspects > of the Quality Score

Re: Campaign Daily Budget Settings

2012-06-26 Thread Anash P. Oommen
Hi Ronak, You could run the report requesting Date as a field, and the campaign performance report should give you the spent on the cost field of the report. Period is set using dateRange field of report definition. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/example

Re: database:permission denied error

2012-06-26 Thread krunal shah
Hi Anash, I got it. I forgot to pass client id which causes the problem. Thank you for your help. On Tuesday, 26 June 2012 12:57:47 UTC+5:30, krunal shah wrote: > > I got this error in sandbox environment when adding ad group to campaign. > > DatabaseError.PERMISSION_DENIED @ operations[0].ope

Re: ApiException in Ruby client library for non-ASCII keywords

2012-06-26 Thread Anash P. Oommen
Hi, Could you please report an issue at http://code.google.com/p/google-api-ads-ruby/issues/list ? The Ruby library maintainer will follow up with you over the issue tracker. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 26 June 2012 02:24:48 UTC+5:30, Roman Fuchs wrote: > > Hi, >

Re: Adwords API Team - Please reply to any of my emails or forum posts or my acount email.

2012-06-26 Thread Anash P. Oommen
Hi, As posted several times on this thread, the token review team has a significant backlog right now, so it will take a while before your tokens are approved. I have escalated your request internally, but since our team doesn't do token reviews, I cannot do anything more to help you out. Sorry

Re: URL Performance report down 7 days and counting!!!

2012-06-26 Thread Anash P. Oommen
Hi, I've responded on the other thread, could you please follow up on that thread instead? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 26 June 2012 11:49:51 UTC+5:30, ADM wrote: > > AdWords API, > > The URL Performance report no longer works when the "URL" field is > included in

Re: URL Performance Report failing on google's end

2012-06-26 Thread Anash P. Oommen
Hi, Could you email a failed request (developer token, clientCustomerId, report definition xml) to me (anash.p.oom...@google.com) and ping this thread? I'll check with the reports team and figure out why this request is failing. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 26 Jun

Re: database:permission denied error

2012-06-26 Thread Anash P. Oommen
Hi Krunal, Please post the sanitized SOAP request and response for a failed request and I'll look into it. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 26 June 2012 12:57:47 UTC+5:30, krunal shah wrote: > > I got this error in sandbox environment when adding ad group to campaign.

database:permission denied error

2012-06-26 Thread krunal shah
I got this error in sandbox environment when adding ad group to campaign. DatabaseError.PERMISSION_DENIED @ operations[0].operand.campaignId; trigger:'CampaignId: 681769' -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp