Re: BudgetID has INVALID_ID according to CampaignOperation

2012-11-05 Thread Takeshi Hagikura
Hello Bryan, Please confirm the behavior step by step. As far as I can tell now is Budget with BudgetId 96414882 seems to be deleted. Can you make sure - the code snippets creating the Budget work. - WebUI or BudgetService, you can pull the Budgets created using BudgetService - You can create

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-05 Thread mattwms
I've been getting the same error for 2 or 3 days too. Been working fine since 2006 up until now! What are google up to - and why do they always make changes at the busiest advertsising time of the year (biit frustrated, I'm losing all my planned advertising)? --

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-05 Thread mattwms
I also tried emailing Paul, but no response so far - did anyone get a response? I've done a bit of diggging around and discovered that someone at google has decided to set my developer token status to rejected - yes, this is the token that has been fine since 2006 - without bothering to tell

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-05 Thread Paul Matthews
Hi All, I'm looking further into this and will update this thread when I have more information. If you've not already, please send me your MCC ID, so I can look into each case further. Regards, - Paul, AdWords API Team. On Thursday, 1 November 2012 18:03:22 UTC, Jarrett Croll wrote: I have

Re: Problems with QuotaCheckError.ACCOUNT_INACTIVE

2012-11-05 Thread Paul Matthews
Hi Ray, This happens to be the same issue as the following thread. https://groups.google.com/forum/#!topic/adwords-api/ka19cZNbQo8 Pleases see that thread for instructions (primarily, forwarding to my email your mcc id) and announcements. Cheers, - Paul, AdWords API Team. --

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-11-05 Thread Paul Matthews
Hi Sanju, Your best approach to this problem is to: 1. Create a new budgethttps://developers.google.com/adwords/api/docs/reference/latest/BudgetServicefor the required parameters 2. Modify the campaign https://developers.google.com/adwords/api/docs/reference/latest/CampaignServiceto

Re: Sandbox EstimateKeywordTraffic requests were working. However, now they result in [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2012-11-05 Thread Paul Matthews
No updates as yet. We'll post something here as soon as we get any more information. Regards, - Paul, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Retrieving keyword match type in v201206 Java lib

2012-11-05 Thread Sephora
Hi, yes, the MatchType is now always EXACT; http://goo.gl/FsgNk This and RelatedToMatchTypeSearchParameter are not support in v201206. You can use RelatedToSearchQuery and request KEYWORD_TEXT instead of CRITERION - the MatchType is now always EXACT, which is why

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-05 Thread Paul Matthews
Hi Sebastiaan, I can confirm that at present, you can only request TIS data for one location. However we're looking into this and will get back to you as soon as I have any more information. Cheers, - Paul, AdWords API Team. On Friday, 26 October 2012 12:59:00 UTC+1, Sebastiaan Moeys wrote:

Re: New Remarketing Tag

2012-11-05 Thread Paul Matthews
Hi jon, To modify the Remarketing Tag via the AdWords API you need to look at a few endpoints: - The Targeting Typehttps://developers.google.com/adwords/api/docs/appendix/targetingtypes#remarketing_lists_and_custom_combinationsexplains how Remarketing lists are linked to Campaigns -

Re: New Remarketing Tag

2012-11-05 Thread Jon
Paul, Thanks for the links. It's clear how to create the old style remarketing tags, where you need to create a new tag per audience, but it's not clear how I can create multiple audiences using the same tag and URL rules - via the API. Jon On Monday, November 5, 2012 9:14:57 AM UTC-6, Paul

Re: Could download keyword performance Report using v201206 or v201209

2012-11-05 Thread Nyabuti
Experiencing the problem today. On Friday, November 2, 2012 7:06:45 AM UTC-5, Danial Klimkin wrote: Hello dsr, The issue looks like connectivity issue between your application and Google services. Please check you network status. Let us know if you still experience the issue providing

Re: Could download keyword performance Report using v201206 or v201209

2012-11-05 Thread Dickens
Upgrading to 1.11.0 resolves the issue. http://code.google.com/p/google-api-ads-java/issues/detail?id=33 -Dickens On Friday, November 2, 2012 7:06:45 AM UTC-5, Danial Klimkin wrote: Hello dsr, The issue looks like connectivity issue between your application and Google services. Please

report error

2012-11-05 Thread F.Pers
Hi irregularly i get the following error after downloading at least 50 reports before in the same manner calling the same function: KEYWORDS_PERFORMANCE_REPORT HTTP Response Code: 400, Trigger: Invalid ReportDefinition Xml: cvc-complex-type.2.4.b: The content of element 'ns2:predicates' is

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-05 Thread Jason W
We're still experiencing this issue and it's becoming a huge pain for all of our clients. We also are unable to sign up any new customers due to this issue - it is pretty critical. We have been on the phone on hold for an hour and are unable to get through to technical support. Do you have

Problems setting up Sandbox account

2012-11-05 Thread Stefan den Hartog
I'm trying to set up a fresh Adwords account, at this moment I can get the account hierarchy and I get this back: (Customer Id, Account Name/Login) 9607306***, ***@***.nl --6169612***, client_1+***@***.nl --8294223***, client_2+***@***.nl --2731918***, client_3+***@***.nl --1920388***,

Re: API deprecation policy

2012-11-05 Thread JM
Thanks for clarifying it. On Friday, November 2, 2012 4:53:34 AM UTC-7, Danial Klimkin wrote: Hello JM, This is expected but exceptions are always possible. Please refer to the announcement blog post for each particular version for exact information. -Danial, AdWords API Team. On

Re: Data freshness (i.e. how often to query?)

2012-11-05 Thread Jason Stedman
J, In the past I have seen performance data change due to offline analysis for invalid clicks. What I am referring to is documented at the following URL, and is really more of an AdWords policy detail. Depending on the time-span of data you use for analysis, you may be interested:

Re: Can I use the Customer Sync Service to find newly created ads?

2012-11-05 Thread Orangevn
I was update Api v201209, now i can not get ChangeAds when using Customer Sync Service. ChangeAds always return null? if (changedAdGroup.adGroupChangeStatus == ChangeStatus.FIELDS_CHANGED) { changedAdGroupIds.Add(changedAdGroup.adGroupId);

Determining specific AdGroupAd type and AdGroupCriterion type

2012-11-05 Thread bhavin
Hi, AdGroupAdService type and AdGroupCriterionService get calls return Ad and AdGroupCriterion objects respectively. Those objects have Type field which could be used for determining their specific type as in text-ads, image-ad etc. But, we've noticed sometimes these calls return null values.

Re: Determining specific AdGroupAd type and AdGroupCriterion type

2012-11-05 Thread bhavin
From thishttps://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209link, I guess CriterionType can be selected and determined but not sure how to do it with Ad and AdExtension. - bhavin On Tuesday, November 6, 2012 12:31:02 PM UTC+5:30, bhavin wrote: Hi,