Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-04 Thread Vijayraj Chauhan
Hi Kevin, I have been following adwords api blog for a while now and thus noticed that the updated versions of all the client libraries have been released...:) However i was unable to find any examples regarding the authentication using OAuth for the Java Client Library. I have the access

Re: advanced broad

2011-11-04 Thread Dmitriy
Do you mean BROAD: some keyword ADVANCED BROAD: +some +keyword ? On 2 ноя, 23:11, iateadonut orienta@gmail.com wrote: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCrit... How do we do advanced broad type? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Custom variable in adword api objects

2011-11-04 Thread Dmitriy
Hope if I add issue it wouldn't be ignored like the topic in this group... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2011-11-04 Thread kevinm
I've started getting this error when setting ad params on newly created keywords [AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED @ operations[0].operand; trigger:'AdGroupId = 2361494836, CriterionId = 25335631447', AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED @ operations[1].operand;

Re: Keyword Performance Report Lag

2011-11-04 Thread Kevin Winter
Hi, As a best practice, we recommend waiting at least 3 hours prior to downloading a report. I wrote a blog post on this topic a while back: http://adwordsapi.blogspot.com/2011/06/statistics-in-reports.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-11-04 Thread Kevin Winter
Hi Vijayraj, I apologize that the recent release of the Java client library does not have OAuth support. We have an internal project that has rewritten the Java client library from the group up. It includes support for OAuth, Maven2 and many other useful features. However, at the time

Re: How get the google adwords api after creation of MCC account

2011-11-04 Thread Kevin Winter
Hi, Once you have an MCC account, you can follow these steps to apply for access to the AdWords API: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=enanswer=15104 We currently expect that applications will be address within 5-6 weeks from the date of application. In the

Re: different keywords order - different search volume on broad match?

2011-11-04 Thread Kevin Winter
Hi, This AdWords Help article explains how Broad Match works and includes links to other resources: http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=6136 - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Fetch Keyword object from Adwords account

2011-11-04 Thread Kevin Winter
Hi, The PHP example as posted will get the job done, but there are a few improvements that could be made to make it more efficient. - Since all these keywords appear to be in the same account, you can move the instantiation of the AdWordsUser outside the while loop. This is especially

Re: adding developer to account?

2011-11-04 Thread Kevin Winter
Hi, The DeveloperToken is only used for billing API units. You can simply use the credentials of account B with the developer token from account A to make API calls against account B. - Kevin WInter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Stats.Network in API calls and/or Report-based workarounds

2011-11-04 Thread Kevin Winter
Hi all, Just to follow up to jstedman and iateadonut's responses, Cross Client Reports will not be supported moving forward and therefore jstedman's suggestion of v201109 reports makes the most sense. It is also advisable to run a dialy report as iateadonut mentioned, but it will be free

Re: Problem getting Platform criterion

2011-11-04 Thread Kevin Winter
Hi Neha, Are you making these requests against production or the sandbox? I could not reproduce this in production, but in the sandbox I could. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: LocationCriterionService uses a different DateRange object

2011-11-04 Thread Kevin Winter
Hi, In this case, because the LocationCriterionService doesn't make use of the DateRange fields, this shouldn't in practice actually get sent to the API. Depending on how your framework serializes objects, you should be able to use the regular generic selector structure for this service.

Re: API Reports Pending Forever

2011-11-04 Thread Kevin Winter
Hi, V13 reports are deprecated and we strongly advise migrating to v201109 AdHoc reports as v13 reports will be sunset at the end of February 2012: http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc - Kevin Winter AdWords API Team --

Re: advanced broad

2011-11-04 Thread iateadonut
yes On Nov 4, 4:58 am, Dmitriy imediamos...@gmail.com wrote: Do you mean BROAD: some keyword ADVANCED BROAD: +some +keyword ? On 2 ноя, 23:11, iateadonut orienta@gmail.com wrote: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCrit... How do we do advanced

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2011-11-04 Thread kevinm
I have figured out a solution. After loading a new keyword, I allowed a 5 second wait until adding the ad parameters. Everything now works as expected. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread iateadonut
You can get a report for all clients. The php in the first post is wrong. Where it says: $user = new AdWordsUser(); $user-SetClientId(eigene ID); $user-LogDefaults(); Escape out the second line: $user = new AdWordsUser(); //$user-SetClientId(eigene ID);

Re: still didn't receive an approval for the Token.

2011-11-04 Thread zulfazli shaharudeen
Hi Umid, I have been waiting for 3 weeks too. Google, help us out...please :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Unexpected API error in Targeting Idea Service

2011-11-04 Thread Ian Knox
Hi Kevin, thanks for looking into this for me-- That extra tag shouldn't have been there, but after fixing it the results are still the same-- log attached. Ian -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Your API Developer Token Has Been Disabled

2011-11-04 Thread Yacov Schondorf
Hello, I got this terrible problem and reapplied for the token more than 6 weeks ago. Still no reply from Google. What can be done? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread Kevin Winter
Hi, @iateadonut, this is unsupported and will be going away. We strongly encourage everyone to migrate to v201109 AdHoc reports: http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc @Andreas, Yes, this is the recommended approach. Please see this blog post for more info:

Re: Unexpected API error in Targeting Idea Service

2011-11-04 Thread Kevin Winter
Hi Ian, Ok, I found the problem. You need to specify the matchType for the keyword in the RelatedToKeywordSearchParameter. I just tried the same request in SoapUI with one tweak and it works. Change it to this: ns2:keywords ns1:texthot sauce/ns1:text

Re: Problem getting Platform criterion

2011-11-04 Thread Kevin Winter
Hi Neha, Just wanted to let you know we resolved this issue with the sandbox - this should work now. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread scrat
Now i'm getting the client reports with the ad hoc report download. It works fine. Thanks for the feedback. Andreas On Nov 4, 7:57 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   @iateadonut, this is unsupported and will be going away.  We strongly encourage everyone to migrate to

Errors while running get_client_customer_id.py

2011-11-04 Thread L
Hi, I was initially using v201101 and now I am transitioning to v201109. I installed everything as given in the AdWords API Python Client Library Readme. Now when I am trying to run get_client_customer_id.py it gives me the following errors: Traceback (most recent call last): File

Detect failure type

2011-11-04 Thread Paulo Fernandes
Hi How can I detect if a failure is temporary or permanent? I'm using the report definition ad hoc download v201109 Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Detect failure type

2011-11-04 Thread Paulo Fernandes
File reportFile = null; for (int i = 0; i RETRIES_COUNT; i++) { try { reportFile = new ReportDownloader(reportDefinitionXml, client.getCustomerId()).downloadReport(authToken); if (reportFile !=