Re: Bad authentication: widespread problem for every programmer

2012-03-19 Thread Ewan Heming
I can see that you've got something entered into the clientEmail header; this is now deprecated to accommodate MCC only accounts with no login email, so you have to use the clientCustomerId header instead.http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.html --

Re: error using GetKeywordOpportunities

2012-03-19 Thread Ewan Heming
I seem to remember something about the BulkOpportunityService being deprecated; however, I can't find a blog post about it. I don't think it's listed as a service in the V201109 documentationhttp://code.google.com/apis/adwords/docs/reference/latest/BulkOpportunityService.htmlanyway; the

Creating keyword performace report usind adwords API

2012-03-19 Thread Дамян Станчев
Hi guys, I had the following code, that I was using to create reports and they appeared in my client center. Now when the old API is deprecated I have problems doing the same thing. I need to be able to create keyword performance reports from a PHP script and they must appear in the client

Re: Creating keyword performace report usind adwords API

2012-03-19 Thread Ewan Heming
It's actually quite easy as the main difference is that you don't need to create a report before downloading it anymore. Something like the following should work (although I haven't tested it): $adGroupId = (float) $_GET['id']; $adGroupName = $_GET['name']; # Create ad group predicate.

Re: How to link AdWords account to Analytics account using the API?

2012-03-19 Thread Anash P. Oommen
Hi Kevin, Unfortunately, AdWords API doesn't expose any account linking features. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, 17 March 2012 00:58:07 UTC+5:30, Kevin wrote: Hi, Is there an API to link AdWords accounts to Analytic account? If not, any plan to support that in

Re: LOGIN_COOKIE_REQUIRED error with Perl Library on V201109 after I changed MCC Login password

2012-03-19 Thread Anash P. Oommen
Hi Tank, Nice to know. Ping this thread if you face this issue again. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 16 March 2012 22:17:04 UTC+5:30, tank98 wrote: Thanks for replying, I tried this morning, looks like it works now, and I did not save SOAP XML last night, so I

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-03-19 Thread Anash P. Oommen
Hi Rodrigo, Forgot to mention, please comment out the clientId key in your auth.ini when running GetCampaigns.php and GetAccountHierarchy.php against the sandbox and they will work for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 16 March 2012 18:26:18 UTC+5:30, Rodrigo

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-19 Thread Anash P. Oommen
Hi Cristian, There are no restrictions on using multithreading with v201109. Nothing has changed on this aspect from v201101 to v201109. Danial suggested using MutateJobService because it takes care of issues like RateExceededError, Concurrent modification errors, etc. automatically. If you

Re: EntityNotFound.INVALID_ID Error

2012-03-19 Thread Anash P. Oommen
Hi Federico, * * If you can mail me the SOAP xml log to anash.p.oom...@google.com, I can take a look and help you. I'll need the customer id and the object ids to troubleshoot the issue (which will be there in the log already), so I don't recommend posting them online. Cheers, Anash P.

Re: name limitations

2012-03-19 Thread Anash P. Oommen
Hi Dmitriy, I think the limits are in number of bytes, I'll check with the team and update this thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, 17 March 2012 16:16:37 UTC+5:30, Dmitriy wrote: Hello Danial. Please, could you explain why request

Re: Updated PHP API Library, recieve Unmarshalling Error: cvc-elt.4.3 when edit keyword

2012-03-19 Thread Eugene
Found the issue. I've passed criterion as second argument, not third: new AdGroupCriterion((float)$group_id, new Criterion((float)$keyword_id)) It should be like that: new AdGroupCriterion((float)$group_id, Null, new Criterion((float)$keyword_id)) But it worked in old library version. I found

search word in adwords

2012-03-19 Thread Carlos Feliu
Hi. Is there anyway to know which word have searched the user when our adword link has appeared in google search and then the user has clicked the link? Regards. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Bad authentication: widespread problem for every programmer

2012-03-19 Thread programmer77
when I run the script getclientcustomerid.php , i get the same 'An error has occurred: Failed to get authToken. Reason: BadAuthentication ' error. On Monday, March 19, 2012 11:53:57 AM UTC+5:30, Ewan Heming wrote: I can see that you've got something entered into the clientEmail header;

Re: EntityNotFound.INVALID_ID @ operations[ *]operand.criterion; trigger:'******'

2012-03-19 Thread David Torres
Hi Claudio, You need to first fetch your campaign location criteria using a get call so you can then construct a list of criteria to be deleted. You can filter only by location criteria by adding predicate where CriteriaType EQUALS LOCATION. Best, -David Torres - AdWords API Team On

Re: Keywords Performance Report: No destination url for deleted keywords?

2012-03-19 Thread David Torres
Hi Kevin, This is more a product question, you can see that the same behavior can be replicated using the AdWords frontend. I don't have you an answer from the API side, perhaps you want raise your concern with the AdWords general support channel. Best, -David Torres - AdWords API Team On

Re: Ad qualityScore - which report?

2012-03-19 Thread David Torres
Hi Maxim, Ads don't have quality scores. Best, -David Torres - AdWords API Team On Thursday, March 15, 2012 3:36:46 AM UTC-4, Ewan Heming wrote: I wasn't aware you could get that metric via the web interface, so I'm not sure if you're going to be able to get it via the API either: It's

Re: Key Words Performance Report - Max CPC Values

2012-03-19 Thread David Torres
Hi, This means that your campaign is running bidding strategy in which the system calculates (automatically - auto) the max CPCs of its bids. Best, -David Torres - AdWords API Team On Thursday, March 15, 2012 2:04:10 PM UTC-4, burton cooper wrote: Key Words Performance Report - Max CPC

Re: AdHoc Report Java: Error

2012-03-19 Thread David Torres
Hi Mik, Cross-client reports is not longer available and as you mentioned you now have to pull individual reports. Please refer to this blog posthttp://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-of-client.html on best practices of how to do this, you will also find a code

Re: Linking ad, keyword, and placement performance reports

2012-03-19 Thread David Torres
Hi, Short answer, it is not possible to cross-link an automatic placement by itself with and ad. Automatic placements are not meant to be linked with the ad performance report but instead be analized and promoted to managed placements, then you can fully cross-reference them with the ad

Re: Adwords sandbox API via OAuth and PHP Library

2012-03-19 Thread Eric Koleda
Hi Alex, Have you been able to run the UseOAuth.php example successfully against the sandbox? http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Misc/UseOAuth.php You may also want to try setting up the sample webapp, which uses the following login page for

Filter Search Query Performance report by keywordId?

2012-03-19 Thread mm
Hey guys - Using the adwords web interface, I am able to select a subset of keywords and then request the search queries related to those keywords for a given timeframe. I am trying to duplicate that report via the API, but when I add the KeywordId predicate to the report definition, I get

Re: Filter Search Query Performance report by keywordId?

2012-03-19 Thread mm
Well, runs fine might be over stating it - I don't get an exception, but the report is empty. In addition to KeywordId, I had also added CampaignId and AdGroupId predicate, so those don't appear to be respected either. On Monday, March 19, 2012 1:33:43 PM UTC-5, mm wrote: Hey guys - Using

Re: Get AdGroup Stats for specified date range (in Ruby)

2012-03-19 Thread Mario Olivio Flores
Hi, Thanks for the help. I was unable to get startDate and endDate constraints to work, but found another way. I kept getting AdsCommon::Errors::UnexpectedParametersError: AdsCommon::Errors::UnexpectedParametersError: [:startDate, :endDate] - neither field was showing up in the

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-03-19 Thread Rodrigo Berlinck
hello, commented as you said and returned (Customer ID, Account Name / Login, Link Status) 0, rodrigode...@gmail.com, N / A if I try to create a campaign it returns ADD_OPERATION_NOT_PERMITTED I tried using a different e-mail that you recommended to other users but I get the API errorINTERNAL

Re: Linking ad, keyword, and placement performance reports

2012-03-19 Thread vinyl
Ok, that makes sense - thanks! On Monday, March 19, 2012 11:05:42 AM UTC-7, David Torres wrote: Hi, Short answer, it is not possible to cross-link an automatic placement by itself with and ad. Automatic placements are not meant to be linked with the ad performance report but instead

Re: Key Words Performance Report - Max CPC Values

2012-03-19 Thread burton cooper
So does bid = data type money? Thnxs much On Monday, March 19, 2012 1:32:07 PM UTC-4, David Torres wrote: Hi, This means that your campaign is running bidding strategy in which the system calculates (automatically - auto) the max CPCs of its bids. Best, -David Torres - AdWords API Team