Re: AuthenticationError.CUSTOMER_NOT_FOUND

2012-01-13 Thread Chirag
Hi Kevin, Yes i am getting clientCustomerId header value as -1? I have sent you mail of my soap logs. Thanks, On Jan 12, 9:49 pm, Kevin Winter wrote: > Hi, >   The error message seems to indicate that -1 is being provided for the > clientCustomerId.  Could you double check your SOAP logs and

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2012-01-13 Thread Chirag
Hi kevin, Yes, I am getting clientCustomerId as -1 in my soap logs. Please see the logs attached. On Jan 12, 9:49 pm, Kevin Winter wrote: > Hi, >   The error message seems to indicate that -1 is being provided for the > clientCustomerId.  Could you double check your SOAP logs and confirm what

Re: Oauth token expires often

2012-01-13 Thread Chirag
Thanks Eric, I will generate one OAuth token for MCC account. Yes, It is expires. It may be possible that due to, I am using different oauth token and secret for clients of same mcc account. On Jan 13, 4:00 am, Eric Koleda wrote: > Hi Chirag, > > As far as I know the OAuth 1.0a tokens don't

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread Alex Tran
Hi Minh Le, Do you know how to add each of the proximity targets to each of the CampaignCriterion? ProximityTarget object has been removed in new version 201109. On Jan 14, 12:45 am, Minh Le wrote: > - Create a list of Proximity > - Create a list of CampaignCriterion, add each of the proximity >

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread Alex Tran
Hi KD, I knew them have been migrated to Criterion, just dont know how to add an object like ProximityTarget (in 200909 version) to campaign. On Jan 13, 5:17 pm, K D wrote: > Use Campaign Criterion Service.  The classes that you mentioned have > been migrated to those classes. > > On Jan 13, 6:42

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

2012-01-13 Thread Jim McCabe
Regarding my #4 - when I try again but remove the Predicate for CriteriaType=Keyword, it fails instead on the "CriterionUse" predicate: SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector; trigger:'CriterionUse'; errorDetails:CriterionUse -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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

2012-01-13 Thread Jim McCabe
I also need to be able to query the existing campaign negatives, but the API doesn't seem to like our call. Here is how we are doing it: final Selector selector = new Selector(); selector.setFields(new String[] {"Id", "CampaignId", "Keyword"}); final Predicate idPredicate = new Predi

Re: Report Utils error: Could not read report

2012-01-13 Thread Eric Koleda
Hi Carver, We are currently working through some issues with the sandbox environment, I apologize the inconvenience. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

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

2012-01-13 Thread Eric Koleda
Hi, I'll talk to the team to see if the 6PM recommendation has slipped back to a later time. In regards to conversions, I believe the window is 30 days, plus the 24 hour lag time makes 32 a sensible number. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: how can I get MCC account info after I calling CampaignService.get mentioned in "Using the Sandbox"

2012-01-13 Thread David Bonner
Not sure about Jack, but for me, it'd be helpful to have the MCC account's customerId. That way I wouldn't need to special case my client creation, and not include customerClientId in the headers when using the sandbox MCC account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

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

2012-01-13 Thread SEM
Thanks Eric. We tried yesterday to retrieve data just after 7:00PM PST yesterday for Search Query Performance and Geo Performance reports, but we still did not get any data at that time. Then I tried at 9:00PM PST, and was able to retrieve data at that time. Is this a bug that data is not ready at

Re: How to cross-reference multiple reports?

2012-01-13 Thread Peter S.
Simon I have had to do a similar thing. I am pretty sure this is how it has to be done. In my case I need a lot of fields from the ad performance report but I also need to know which keywords were applied to that add. Since its not on that report I have to call the keyword report with certain pre

How to view current value of Ad Params

2012-01-13 Thread Joe_Rocket
How many different ways are there to pull back the current values of AdParams? I realize I can do this with a small piece of code, but was wondering if there are other ways, such as pulling reports, or spot checking values in the AdWords GUI? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to cross-reference multiple reports?

2012-01-13 Thread Simon Day
Hi, I've implemented a work around for now by making calls to two additional reports, and amalgamating the results. This isn’t ideal but will do until I find a better solution. Thanks Simon -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread Minh Le
- Create a list of Proximity - Create a list of CampaignCriterion, add each of the proximity targets to each of the CampaignCriterion - Use this function (C#) public static void addCampaignCriteria(AdWordsUser user, long campaignId, CampaignCriterion[] criteria, CampaignCriterionService campaignCr

Re: DestinationURL column in V201109 report?

2012-01-13 Thread Eric Koleda
Hi Bernd, Some fields have two names in reports due to legacy reasons and for backwards compatibility. We do recommend that you fetch performance data separately from structural data. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gro

Re: Does v13 reports require developer token starting Jan 17th?

2012-01-13 Thread Eric Koleda
Hi Dharmveer, Please see my response on this thread: https://groups.google.com/d/topic/adwords-api/s4-2-GenRlI/discussion Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: Does developer token required affect v13?

2012-01-13 Thread Eric Koleda
Hi, That's correct, the changed you mentioned only affects v201101 and v201109. That said, the v13 sunset is quickly approaching and the migration is not trivial. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR during CreateAccountOperation in sandbox

2012-01-13 Thread Eric Koleda
Hi All, We are experiencing some problems with the sandbox environment at the moment, and we are working with the core engineering team to resolve them. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: v201109 "Email cannot be null" issue

2012-01-13 Thread Minh Le
Just need to change how you do the user authentication. - v200909 AuthToken authToken = new AuthToken(email, password); string token = authToken.GetToken(); CampaignTargetService service = new CampaignTargetService(); service.Url = x

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

2012-01-13 Thread Eric Koleda
Hi, As far as I know that 6PM PST time is independent of the account's timezone. An hour after that time sounds like a reasonable time to request the data. Many clients choose to request reports for the same date multiple times, over the course of a few days afterwords, as various other stat

Re: v201109 Aggregation

2012-01-13 Thread Eric Koleda
Hi Mark, You could use the ACCOUNT_PERFORMANCE_REPORT to get a view at the account level. Including the field "Date" will segment the report by each day. You can also set includeZeroImpressions to "false" to only retrieve rows that had some activity. Best, - Eric Koleda, AdWords API Team --

Re: DestinationURL column in V201109 report?

2012-01-13 Thread Tsun
Hi Eric, thanks very much for your answer. Well, up to now I've used the performance report to get performance data AND all structure infos (destination url etc.) Sounds like this is not possible now if the url is set on adgroup level, right? Why is there a 'destinationURL' and a 'criteriaDestina

Re: CampaignCriterionOperation Operator.SET

2012-01-13 Thread Eric Koleda
My apologies, I believe that only works for ad group criteria but not campaign criteria. I'll talk to the team about exposing something similar for campaign criteria. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

Re: CampaignCriterionOperation Operator.SET

2012-01-13 Thread Eric Koleda
Hi, You can retrieve just the negative keywords by adding a predicate for CriterionUse EQUALS Negative. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

Re: issues with Language filter

2012-01-13 Thread Luis Siquot
Thank for your anwser yes, totaly sure. I am an spanish-speaking guy there are no double-t or "th" in spanish. also "throttle" is not a common word. most Spanish-speaking peoples can search for "router" but not for "throttle". I can confirm same behavior for many english (and not spanish

Re: DestinationURL column in V201109 report?

2012-01-13 Thread Eric Koleda
Hi All, Can you clarify which destination URL you are trying to retrieve? The destination URL in the KEYWORDS report is the destination URL set on the keyword. To get the destination URL set on the ad, run the AD report. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

use a single AccesToken to various APIs

2012-01-13 Thread Market View
Hi. im a dotNet developer. im trying to use a single AccesToken, with various scopes authorizated like Analytics, Adwords etc. this works for APIs like Analytics and WebMasterTools, i can acces this APIs with a single AccesToken. when i try to assign the Token implementing a Class thah inherits i

Re: Getting a list of Client Account CID's

2012-01-13 Thread Simon Day
That's worked great, Thanks Eric. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you ar

Re: Getting a list of Client Account CID's

2012-01-13 Thread Eric Koleda
Hi Simon, That was my mistake, I described the solution incorrectly. The SoapHeader element should be in the service's namespace, but it's contents should be in the cm namespace. Essentially the SOAP header should be in mcm, but the object contained within it should be in the cm namespace.

Report off by one day? (v201109)

2012-01-13 Thread K D
Hi I am migrating to v201109 version. And my usage is almost same as the example given here http://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v201109/DownloadAdHocReport.java Only difference being I use custom date. Here is what I observed: same call with selector.setDateRange(

Re: [PolicyViolationError.POLICY_ERROR

2012-01-13 Thread TomA2010
More information: the request fails at a different point each time. On Jan 13, 11:15 am, TomA2010 wrote: > Hello, > > I'm hitting a problem only on certain keywords with the API > > Fatal error: Uncaught SoapFault exception: [soap:Server] > [PolicyViolationError.POLICY_ERROR @ > operations[0].ope

[PolicyViolationError.POLICY_ERROR

2012-01-13 Thread TomA2010
Hello, I'm hitting a problem only on certain keywords with the API Fatal error: Uncaught SoapFault exception: [soap:Server] [PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'£'] in /adwords-api/ src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:191 Stack trace: #0

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

2012-01-13 Thread wn
Hi, thank you both for your kind answers! My first thought also was to make sure that all imports are v201109-based to be on the safe side. But then I realized that there are more references to the library then just the imports. I'm using the Java-library and there are also methods that referen

Re: Cross client error in report downloading

2012-01-13 Thread Daniele Calisi
bump However, I discovered that two other reports, that I am downloading in the same way, can be downloaded as usual. Why the server is talking about cross client reports, if I am using the MCM account?? On Jan 12, 4:50 pm, Daniele Calisi wrote: > Hi all, > we have always downloaded a set of rep

Re: How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread K D
Use Campaign Criterion Service. The classes that you mentioned have been migrated to those classes. On Jan 13, 6:42 pm, Alex Tran wrote: > With version 200909, I used ProximityTarget + GeoTarget + > GeoTargetList + GeoTargetOperation to add GeoLocation to Campaign. > Now I want to upgrade to ve

How to add GeoLocation to Campaign (version 201109)

2012-01-13 Thread Alex Tran
With version 200909, I used ProximityTarget + GeoTarget + GeoTargetList + GeoTargetOperation to add GeoLocation to Campaign. Now I want to upgrade to version 201109, and I dug all the document but dont know how to do that with this version. (I need to expand 300 geo locations limit) Please give m

Re: Getting a list of Client Account CID's

2012-01-13 Thread Simon Day
Hi Eric, Thanks for the reply. I'm still unbale to get this working correctly by changing the RequestHeader namespace. My updated is: (Most of this is taken from the Make a raw API call NoClientLibrary guide for .net (htt