Adwords API seems to be hanging (using PHP client library)

2012-10-29 Thread Jarrett Croll
I wrote a script that was supposed to do a bulk update, adjusting the bids of some 20k keywords. Because the script was wrapped by a MVC application I couldn't see the output until the operation completed. I started the script and it ran for about 15 minutes with no output (i.e. not completed)

Re: Conversion Data Delays

2012-10-29 Thread Takeshi Hagikura
Hello Oliver, This is the most up to date information. 24-72 hours is the possible delay. https://support.google.com/adwords/bin/answer.py?hl=en&answer=2544985 Best, - Takeshi, AdWords API Team 2012年10月25日木曜日 21時13分34秒 UTC+9 Oliver: > > In this Adwords Help page: > > http://support.google.com/ad

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

2012-10-29 Thread Sebastian
ETA ? Maybe they will make you a nice Christmas gift. I am waiting for AdWords API developer token for weeks nothing is moving my clients have lost patience. TY Google. On Monday, October 29, 2012 5:29:59 PM UTC+1, Bobert Mcgee wrote: > > Anyone get any updates about this from google? Or possib

Re: Copying audiences

2012-10-29 Thread Sergey Gershun
Thanks, Jason That's not exactly what I need. Is there a way to transfer Audiences from one account to another? On Monday, October 29, 2012 7:38:23 AM UTC+4, Jason Stedman wrote: > > This post was a while ago, and may not be exactly what you are asking, but > it may still be accurate and som

Could download keyword performance Report using v201206 or v201209

2012-10-29 Thread dsr
Hi, We have been using keyword performance report to synchronize our DB tables with Google adwords. Until last Friday all accounts were able to successfully able to download reports but now few huge accounts consistently fail to download report with Report Exception. The same accounts data can

Continued intermittent failures with InfoService

2012-10-29 Thread stiggywigget
v201209 PHP api v.3.2.0 I've had this problem since last Thursday. $myObject = $infoService->get($selector); // OK; returns the object $myObject->apiUsageRecords is null. // Bad; should be an array This occurs perhaps 20% of the calls using the identical login. Intermittent and seemly random. A

CampaignAdExtensionService.get() - retrieve site links only and nothing else

2012-10-29 Thread Zweitze
Hello, I want to retrieve all site links in a certain account, but nothing else. How do I set up the selector? I cannot filter on AdExtension.Type, nor on any of the sitelink fields. Note: when I don't try to distinguish for sitelinks, I get well over 5000 results for an account, with only a f

Re: GZIPPED_XML report download corrupted in perl 2.7.3 API? v201206

2012-10-29 Thread Jon
I'm not sure this is the right way to solve the problem, but if I undo this change from the last commit, the problem goes away. Index: lib/Google/Ads/Common/ReportUtils.pm @@ -135,7 +140,7 @@ # If not gzip support then we can stream directly to a file. $response = $lwp->request($re

Re: GZIPPED_XML report download corrupted in perl 2.7.3 API? v201206

2012-10-29 Thread Jon Brown
I'm seeing this as well. I added issue 51 for it. On Monday, October 29, 2012 12:10:58 PM UTC-5, Takeshi Hagikura wrote: > > Hello Jay, > > Can you please create a new issue on the issue tracker? > http://code.google.com/p/google-api-adwords-perl/issues/list > > > 2012年10月29日月曜日 17時13分38秒 UTC+9 T

Re: Why do we need to specify ClientID in auth.ini file??

2012-10-29 Thread Mirror
Thank's Anash!! Can you give a simple example of changing the function public function SetClientId($clientId), if we want to send $clientId like: GetCampaings.php?id=12345 ?:) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

Re: Why do we need to specify ClientID in auth.ini file??

2012-10-29 Thread Mirror
Thank's Anash!! :) Can you give a simple example of changing the function public function SetClientId($clientId), if we want to send clientId like : GetCampaings.php?id=12345 ?:) понедельник, 29 октября 2012 г., 12:15:10 UTC+3 пользователь Anash P. Oommen написал: > > Hi, > > You could use th

Removing Budgets from BudgetService?

2012-10-29 Thread Bryan Minor
I am selecting a group of Budgets, then REMOVING them from the BudgetService. The code to select and then remove these Budgets is (C#): //Google API variables BudgetService budgetService_C = null; Budget budget_C = null; BudgetOperation budgetOper

Re: GZIPPED_XML report download corrupted in perl 2.7.3 API? v201206

2012-10-29 Thread Takeshi Hagikura
Hello Jay, Can you please create a new issue on the issue tracker? http://code.google.com/p/google-api-adwords-perl/issues/list 2012年10月29日月曜日 17時13分38秒 UTC+9 Takeshi Hagikura: > > Hello Jay, > > Sorry for the inconvenience. > I'll consult the maintainer of the perl client library. > > Let me c

Re: Support for bidMultiplier with Criterion Type AdSchedule

2012-10-29 Thread Kevin Winter
Hi Jovica, Did you specify the BidModifier in the selector? https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.CampaignCriterion#bidModifier - Kevin Winter AdWords API Team On Tuesday, September 25, 2012 8:17:16 AM UTC-4, Jovica Krstevski wrote: > > Hi

Internal Api Error in Add Campaign

2012-10-29 Thread Emiliano Martinez
Hello, I'm having some issues when I'm trying to create a campaign (with an associated budget) in the sandbox, I'll post the request and the response, any help would be very welcome! *** 2012-10-29 14:32:37,216 WARN AdsServiceLoggers: *** SOAP Request: http://schemas.xmlsoap.o

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

2012-10-29 Thread Bobert Mcgee
Anyone get any updates about this from google? Or possibly an ETA? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: Vertical vs. Product or service

2012-10-29 Thread Jason Stedman
This is correct, your bids for a campaign will only be considered for display in the content network if the campaign criteria match. The vertical criteria should have no effect outside the Google Display Network. Keywords are not assigned to products or services, a product or service has a set

Re: How do you send a None (ie. a nil) from the python client library?

2012-10-29 Thread Alex Jones
No problem, I'm dealing with the same issue. My approach was to set the budget to 5 cents, left it active, and kept it associated with the deleted campaign. As a quick note: once you set the budget status to remove you can't change it back (according to google in a different post of mine), so t

Re: How do you send a None (ie. a nil) from the python client library?

2012-10-29 Thread David Bonner
Yeah, that was going to be my next option, but I was hoping to get a useful response from Google. Thanks for the help, btw. On Friday, 26 October 2012 16:08:50 UTC-4, Alex Jones wrote: > > I'm on the java library, but it seems that you can't just send a budget > with a null ID or anything. if y

Re: Total Conversion Value gone?

2012-10-29 Thread Takeshi Hagikura
Hello, Does "no results" mean "No found 404" resolved? If so, it's likely you don't have data to download. Can you please make sure you have data to download? Best, - Takeshi, AdWords API Team 2012年10月25日木曜日 20時36分08秒 UTC+9 kes0: > > Hello and thanks for your answer. > I'm using PHP and foll

Re: What is up with MCC budget option? Not working

2012-10-29 Thread Takeshi Hagikura
Hello Andrea, Can you please elaborate a little more? Do you mean BudgetService ? Best, - Takeshi 2012年10月25日木曜日 3時49分10秒 UTC+9 Andrea: > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Connection errors during downloads and uploads

2012-10-29 Thread Takeshi Hagikura
Hello Jeremy, Are you still seeing that error? Currently we don't see relevant issues on our end. Can you please make sure you can access https://adwords.google.com/api/adwords/reportdownload/v201209 and/or https://adwords.google.com/api/adwords/cm/v201209/CampaignService?wsdl

Re: Get CLients ID from MCC without php client library?

2012-10-29 Thread Takeshi Hagikura
Hello Mirror, This examples shows how you can get client IDs using php. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/AccountManagement/GetAccountHierarchy.php As of v201206, ServiceAccountService had been sunset. You should use ManagedCustomerService instea

Re: Unknown CampaignService TargetError.TARGET_ERROR (v201109)

2012-10-29 Thread Takeshi Hagikura
Hello Maxim, As mentioned in this doc https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.NetworkSetting Currently, only the some specific Google partner accounts are able to configure parnerSearchNetwork. Please remove that setting from your request. Best, - Takesh

Re: How quickly does a budget get Deleted when you perform a REMOVE on it.

2012-10-29 Thread Takeshi Hagikura
Yes. It should raise a "DUPLICATE_NAME" error. Best, - Takeshi, AdWords API Team 2012年10月25日木曜日 21時45分25秒 UTC+9 Alex Jones: > > Alright, that sounds like a good approach. That does raise one question > for me though - If a deleted budget already exists with the same name as > one you are trying

Re: Please assist - Strange behavior with new API V201206

2012-10-29 Thread Takeshi Hagikura
Hello Asaf, 1. I don't think it has changed. In v201109, the corresponding service to ManagedCustomerService was ServicedAccountService. And ServicedAccountSelector.setCustomerIds accepts only numeric values. 2. No. It refers to the same account with or without dashes. Best, - Takeshi, Ad

Re: Campaign : KeywordMatchSetting .Net client library

2012-10-29 Thread Anash P. Oommen
Hi, KeywordMatchSetting.SettingType has no relevance for .NET library, it is usually used by dynamic languages for type checks at runtime. optin is the property to set in your campaign to turn on or off the setting you are looking for. See https://developers.google.com/adwords/api/docs/referen

Re: Why do we need to specify ClientID in auth.ini file??

2012-10-29 Thread Anash P. Oommen
Hi, You could use the extended constructor for AdWordsUser (see http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#109) or use an appropriate setter ( http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/A

Re: Budget.BudgetDeliveryMethod for C#?

2012-10-29 Thread Anash P. Oommen
Hi Brian, Yes, this is correct. This happens because of the way wsdl.exe generates stub code from wsdls - it basically flattens all the nested classes and types, so you end up with BudgetBudgetDeliveryMethod instead of Budget.BudgetDeliveryMethod. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: QuotaCheckError.ACCOUNT_INACTIVE in all v201206 API calls

2012-10-29 Thread Takeshi Hagikura
Hello Melissa, Are you still seeing this error? Can you please send me the request xml? Please make sure that file is sent to only me. Best, - Takeshi, AdWords API Team 2012年10月27日土曜日 5時39分07秒 UTC+9 bluesky2008: > > > Hi, > > We are having troubles with AdWords API v201206, all web services > r

Re: GZIPPED_XML report download corrupted in perl 2.7.3 API? v201206

2012-10-29 Thread Takeshi Hagikura
Hello Jay, Sorry for the inconvenience. I'll consult the maintainer of the perl client library. Let me clarify, are you able to use GZIPPED_XML before upgrading to the perl 2.7.3? Best, - Takeshi, AdWords API Team 2012年10月28日日曜日 4時10分46秒 UTC+9 Jay Chan: > > Since upgrading to the perl 2.7.3 A

Re: Vertical vs. Product or service

2012-10-29 Thread Ace
Thanks. So just to be clear - when a vertical is assigned to an adword this limits all the ads to be displayed in the content network only at sites of this vertical (I guess google knows to assign each site to a vertical) but in the regular search page it will have no affect? Keywords are ass