Re: How to cross-reference multiple reports?

2012-01-16 Thread Simon Day
Thanks for the reply Peter. Looks like I'm doing it correctly then, however it does seem silly there's no way to do it in a single report. All the SQL database development is designed to reduce the number of calls made to the database through joins, yet here it seems like the service is limited to

Re: How to get SOAP requests?

2012-01-16 Thread Evgeniy Bogdanov
Hi. Official libraries can save SOAP requests in logs/ directory. Communication is encrypted as it uses SSL. Regards, Evgeniy. On 16 янв, 10:54, bakwaas baba wrote: > This might be a stupid question, but how do you guys get the SOAP > request that is being sent and received? > > Are you using >

Re: How to get SOAP requests?

2012-01-16 Thread bakwaas baba
Hi Evgeniy Thank for your reply. I am using official library. So if I create a logs/ directory inside the directory from which I am running my application, that should be enough? Thanks again. You've given me hope. On Jan 16, 5:31 pm, Evgeniy Bogdanov wrote: > Hi. > > Official libraries can sav

Re: How to get SOAP requests?

2012-01-16 Thread Evgeniy Bogdanov
Do you use Java, right? If yes - take a look on this example http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/AddAdGroupCriteria.java Strings: import com.google.api.adwords.lib.AdWordsServiceLogger; And // Log SOAP XML request and response. AdWordsServi

"Cross client" reports for an MCM account no longer works?

2012-01-16 Thread Daniele Calisi
Hi all, we have always downloaded a set of reports that we previously defined, using the /reportdownload POST request, as explained here: http://code.google.com/apis/adwords/docs/guides/reporting.html#downloading It is a week now that we are not able to do that anymore, the service answer a 200

PolicyViolationError on updating AdParams

2012-01-16 Thread Pearl Jam
Hi, since Friday we got PolicyViolationError on updating AdParams. [PolicyViolationError.POLICY_ERROR @ operations[14].operand.criterion.text; trigger:'€', PolicyViolationError.POLICY_ERROR @ operations[14].operand.criterion.text; trigger:',',] Our params looks like "12,34€". If w

Re: Been waiting 30+ days for API approval

2012-01-16 Thread a...@justgofaster.com
Hi Anash, not sure if you're still able to help with this, but am emailing you now. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Been waiting 30+ days for API approval

2012-01-16 Thread Anash P. Oommen
Hi everyone, You can now email adwordsapi-tok...@google.com directly to follow up with your token application details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: MutateJobService Operations

2012-01-16 Thread Anash P. Oommen
Hi Ryan, About MJS: There is no minimum size on the number of operations in a job, there's a max of 1 operations per job. Also, there's nothing wrong with the PerformMutateJob or PerformBulkMutateJob examples, just that PerformMutateJob got renamed to AddKeywordsInBulk in the latest release

Re: Sudden increase in API activity

2012-01-16 Thread Anash P. Oommen
Hi Dinesh, I could investigate, please email your customer id to anash.p.oom...@google.com and ping this thread to let me know. I'll follow up with you over email. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Re: Report off by one day? (v201109)

2012-01-16 Thread Anash P. Oommen
Hi, Just to clarify, dateRange dates are supposed to be in MMDD format, so I assume selector.setDateRange(2012-jan-12,2012-jan-13) is for illustrative purposes? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: How can I tell if my code works after Feb 29th 2012?

2012-01-16 Thread Anash P. Oommen
Hi Wolfram, All the older versions (i.e. prior to v201109) of the AdWords API will stop working by end of February. One place to see the major changes between API versions is http://code.google.com/apis/adwords/docs/reference/. As for migrating to v201109, I'd advise focusing on 3 things in add

Re: 'Could not read report' error in KEYWORDS_PERFORMANCE_REPORT

2012-01-16 Thread Anash P. Oommen
HI Vijay, Carver, This error is related to an AdWords API change that we announced back in November. To fix this error, you have to start passing your developer token as part of the HTTP headers when downloading the reports. More details here: http://adwordsapi.blogspot.com/2011/11/action-requ

Re: Cross client error in report downloading

2012-01-16 Thread Anash P. Oommen
Hi Daniele, Cross-client reports weren't supported officially in the new API version, and we do not have any plans of supporting it right now. See http://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-of-client.html for details on how to use the adhoc reports to download reports

Re: Respond SOAP XML - Error

2012-01-16 Thread Anash P. Oommen
Thanks Evgeniy Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Re: Add ability to view AdParams that have been set

2012-01-16 Thread Anash P. Oommen
Hi Joe, Could you file a request at http://code.google.com/p/google-api-adwords-java/issues/list? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: SoapHeader problem with the api

2012-01-16 Thread Anash P. Oommen
Hi, Good to know your calls are succeeding. You will start getting actual results once you make calls to the production environment. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: spike in axis faults internal errors

2012-01-16 Thread Anash P. Oommen
Hi Tim, Thanks for letting me know, I'll pass this onto to the engineering team. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: Adwords API approval- still pending

2012-01-16 Thread Anash P. Oommen
Hi Michael, 7 months? Are you sure you didn't miss any mails from the review team? Anash -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get developer token?

2012-01-16 Thread Anash P. Oommen
Hi Sudhir, You can mail adwordsapi-tok...@google.com directly with your questions about AdWords API token reviews. Also, you could use the AdWords API sandbox to do your development while the tokens are being approved. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Alert service don't return any ACCOUNT_ON_TARGET alerts.

2012-01-16 Thread Anash P. Oommen
Hi Tapac, I'll investigate this issue and update this thread. Just to be sure, you are using the MCC login for OAuth authentication, right? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: How to view current value of Ad Params

2012-01-16 Thread Anash P. Oommen
Hi Joe, AdWords API is the only way to examine AdParams. It is not exposed through the AdWords Front end. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Inconsistent errors during AdParam Upload

2012-01-16 Thread Peter Lanser
Hi, using API Version V201109 we are uploading AdParams in various formats and are noticing inconsistent behaviour: "€42" " €42 " " 42 € " As we understand, the API should remove all whitespace in the AdParam and except the leading or trailing Euro symbol. Strangely though the API returns non

CampaignService and AdGroupService changes only

2012-01-16 Thread Ken Foster
I have to call CampaignService and AdGroupService every day for each Account (about 70 of them). A large number of Campaigns and AdGroups are old and do not change. Is there a way for me to just retrieve New or Changed Campaigns/AdGroups? There are 70+ Accounts, 6300+ Campaigns and 550,000+ Ad

Re: How to set the Predicate in Selector to filter the Negative Criterion?

2012-01-16 Thread Jim McCabe
I had a lot of basic confusion about exactly which fields where valid in a Selector, and this seems to answer it: Selector Migration Reference Eric's answer about using "CriteriaType" and "CriterionUse" in the predicates does not see

Bug in v201109 CampaignCriterionService ignores geo targets every other call?

2012-01-16 Thread Jim McCabe
We are seeing a very strange behavior with v201109 Java API. We are testing with an MCC that has no budget but other than that, this is against the production v201109 API. In other words, not the sandbox. We are porting our system from v200909 and for the most part things are working OK (with

Re: validateOnly seemingly has no effect

2012-01-16 Thread mm
Peter - I've been using this same paradigm for the past year or so with fine results. However, I only use it for updates of Keywords. Did this previously work for you with removes? I would expect that on a remove the only exception that might be thrown would be a "Not Found", rather than a policy e

Re: Bug in v201109 CampaignCriterionService ignores geo targets every other call?

2012-01-16 Thread Jim McCabe
I just tried a test where I slightly modified the lat/long in the ADD Proximity, and it worked correctly! In other words: [0] REMOVE Language = US [1] REMOVE Proximity = 10, 20 [2] ADD Language = US [3] ADD Proximity = 11, 21 (slightly different lat/long) This seems to indicate that the problem

Re: Question regarding availability of data for certain reports and Conversions metrics

2012-01-16 Thread SEM
Thanks Eric. One more question on Conversions data... Let us say for keyword kw1, the Conversions value was 10 for 01/10/2012 date when we retrieved data on 01/11/2012. When we retrieve the data again on for same keyword kw1 for same data 01/10/2012 on next day that is on 01/12/2012 or subsequent

Re: validateOnly seemingly has no effect

2012-01-16 Thread Peter
Hey mm, Yeah this was working before. I did afew follow up tests and it looks like validateOnly doesn't work period. I tested both add, delete and update keyword operations and after the validateOnly call had been completed the changes were visible from adwords website. I've included the SOAP log

Re: Report off by one day? (v201109)

2012-01-16 Thread K D
Hi Anash Thanks for your reply.Yes, it is just for illustrative purposes. Is the behavior I am seeing expected? Thanks On Jan 16, 10:03 pm, "Anash P. Oommen" wrote: > Hi, > > Just to clarify, dateRange dates are supposed to be in MMDD format, so > I assume selector.setDateRange(2012-jan-12

Re: v201109 Aggregation

2012-01-16 Thread Mark Gormley
Thanks Eric. That was just what I was looking for and our summary reports are now much faster. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~

sandbox using

2012-01-16 Thread Dmitry Orlov
Hi, should I use the sandbox by API only or there is a way access sandbox by UI too? Say https://adwords-sandbox.google.com/dashboard? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

Re: TargetinIdeaService doesn't deliver any categories anymore

2012-01-16 Thread mmasters
Any updates on this? Thanks, Mike On Dec 2 2011, 2:52 pm, Eric Koleda wrote: > Hi, > > We are still working with the core engineering team to investigate this > problem.  At this time there are no updates. > > Best, > - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to get SOAP requests?

2012-01-16 Thread bakwaas baba
Thanks Evgeniy That was perfect. On Jan 16, 6:40 pm, Evgeniy Bogdanov wrote: > Do you use Java, right? > If yes - take a look on this > examplehttp://code.google.com/p/google-api-adwords-java/source/browse/trunk/... > > Strings: > import com.google.api.adwords.lib.AdWordsServiceLogger; > > And

How to set ReportID for downloading report? (v201109)

2012-01-16 Thread K D
Hi Migrating to v201109, from the example at, http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/DownloadAdHocReport.java We do not set reportID, but when downloading the report, we need the reportID http://code.google.com/p/google-api-adwords-java/source/brows

Re: Report off by one day? (v201109)

2012-01-16 Thread K D
Hi Anash I found the problem, I am giving incorrect reportID. I have posted it as another question. Would you be kind enough to see this question? http://groups.google.com/group/adwords-api/browse_thread/thread/46a88bbad8db5f9a?hl=en tl;dr , How do I set reportID? (earlier I used mutate API call)