Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-05-01 Thread Jeremy Aube
Plain Oauth2 only requires user input the first time. If you request the token with offline access and store the token, you can use it later without any user interaction. On Tuesday, April 30, 2013 1:47:48 PM UTC-4, web...@adaptiveaudience.com wrote: > > Danial, > > Thank you so much for your r

Re: Using Adwords API with test account

2013-05-01 Thread Jeremy Aube
Test accounts don't require approved developer tokens, so even if your API access request is ultimately disapproved due to not having a live webpage, you will still be able to use that developer token for your test account. On Wednesday, May 1, 2013 3:12:39 AM UTC-4, Devraj Gupta wrote: > > > He

Re: Token : Adwords API : ruby client

2013-04-30 Thread Jeremy Aube
I found that the format of the issued_at timestamp on the token was important. If it's in seconds since epoch, it's wrong. If it's in -MM-DD hh:mm:ss.ll then it seems to work better and refresh itself after an hour. On Wednesday, April 24, 2013 9:23:46 AM UTC-4, Paul Matthews (AdWords A

Re: Which object in the API can I set the campaign to be a PLA campaign?

2013-04-23 Thread Jeremy Aube
You still need an ad, but the promotion can be blank. On Monday, April 22, 2013 6:20:08 PM UTC-4, Cap'n of d'Ship wrote: > > I was under the impression that if your campaign is set as pla, you upload > product feed to google and the productads are optional since they only > represent the promoti

Re: Token : Adwords API : ruby client

2013-04-23 Thread Jeremy Aube
Do you have oauth2_access_type set to 'offline'? On Friday, April 19, 2013 9:25:25 AM UTC-4, Eduardo Hiroshi Campos Tamaki wrote: > > Hi, > > I'm having some trouble with the ruby api and oauth2, on my local > computer, I can make requests with the token every time, but when I test on > my serv

Re: Ad Parameter feature requests

2013-03-06 Thread Jeremy Aube
me too! On Monday, March 4, 2013 8:41:45 AM UTC-5, joel wrote: > > I strongly second all of these requests, particularly #3 (default Param > values at the Ad or AdGroup)! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

Re: ProductConditionOperand question

2013-03-01 Thread Jeremy Aube
Id is a required field in your feed. It doesn't refer to any AdWords Ids. On Tuesday, February 26, 2013 12:59:38 PM UTC-5, Cap'n of d'Ship wrote: > > In the references for the type ProductConditionOperand, there are 5 > possible values for this : > > *Only following values are allowed as Operan

Warning on test account

2013-02-22 Thread Jeremy Aube
One of my test accounts has the following warning: Your account isn't active because you haven't entered your billing information. To activate your account and start running your ads, enter your billing information. Learn how. Is this normal or does it mean that my test account isn't a true tes

Re: Add Product Criterions and Conditions

2013-02-18 Thread Jeremy Aube
It should look something like this [ruby]: operand: { xsi_type: 'BiddableAdGroupCriterion', ad_group_id: '123456', user_status: 'ACTIVE', criterion: { xsi_type: 'Product', conditions: [ { argument: "Women's clothing", operand: { operand: "product_typ

Re: Remove the Heading Keyword Performance Report Title

2013-01-30 Thread Jeremy Aube
It seems like removing that title would break a lot of other tools that already account for that title being there. On Tuesday, January 29, 2013 4:00:37 AM UTC-5, silv...@techwyseintl.com wrote: > > Hi , > > Is it possible to remove the Keyword Performance Report title from the > very first li

Re: Keyword status (v201209, C# library)

2013-01-23 Thread Jeremy Aube
The keyword level status does not reflect the ad group or the campaign status. You have to check a keyword's ad group and campaign as well to determine its state. On Thursday, January 17, 2013 4:10:12 AM UTC-5, Rasmus Ladekjær Pedersen wrote: > > Hi. > > It seems to me that the statuses in the

Re: Question about testing account...

2013-01-14 Thread Jeremy Aube
The sandbox has been shut down. You should use test accounts instead: https://developers.google.com/adwords/api/docs/test-accounts On Thursday, January 10, 2013 11:55:59 PM UTC-5, googl...@iautos.cn wrote: > > > Hi, > I am new for Adwords API. Our company is going to develop a small > applic

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2013-01-14 Thread Jeremy Aube
ith memory. Thanks for all of your help! Jeremy On Thursday, January 3, 2013 2:59:06 AM UTC-5, Danial Klimkin wrote: > > Hello Jeremy, > > > It sounds like a local configuration issue rather than a library issue to > me, but let's keep investigating. > > Can you please

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-27 Thread Jeremy Aube
P requests/responses are being made when the errors occur or they're not being recorded. Jeremy On Monday, December 24, 2012 8:17:36 AM UTC-5, Jeremy Aube wrote: > > Just to follow up on this, updating to the latest version of OpenSSL seems > to have fixed the issue. We haven&#

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-26 Thread Jeremy Aube
know if there's anything else I can send you to try to resolve this. As I mentioned, the adwords_xml.log is basically empty while the ssl errors are occuring, so I don't have any log information I can send you for the SOAP requests and responses. Jeremy On Monday, December 24, 2012 8:1

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-26 Thread Jeremy Aube
know if there's anything else I can send you to try to resolve this. As I mentioned, the adwords_xml.log is basically empty while the ssl errors are occuring, so I don't have any log information I can send you for the SOAP requests and responses. Jeremy On Tuesday, December 25, 2

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-26 Thread Jeremy Aube
know if there's anything else I can send you to try to resolve this. As I mentioned, the adwords_xml.log is basically empty while the ssl errors are occuring, so I don't have any log information I can send you for the SOAP requests and responses. Jeremy On Wednesday, December 5, 2012

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-25 Thread Jeremy Aube
nevermind. Just got some new SSL errors in this morning. On Monday, December 24, 2012 8:17:36 AM UTC-5, Jeremy Aube wrote: > > Just to follow up on this, updating to the latest version of OpenSSL seems > to have fixed the issue. We haven't had any SSL errors for 2 days now.

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-24 Thread Jeremy Aube
Just to follow up on this, updating to the latest version of OpenSSL seems to have fixed the issue. We haven't had any SSL errors for 2 days now. On Monday, December 17, 2012 8:54:21 AM UTC-5, Jeremy Aube wrote: > > Right now we're wrapping the calls with code to keep retrying th

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-17 Thread Jeremy Aube
Right now we're wrapping the calls with code to keep retrying the calls until they succeed, or fail too many times. On Tuesday, December 11, 2012 5:34:56 AM UTC-5, Nilesh Avhad wrote: > > Hi Jeremy, > > I am facing a similar issue. How did you resolve this? > > Regards,

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-07 Thread Jeremy Aube
increased network activity on our side, so it seems very likely at this point that it's an issue on our side rather than with the AdWords API or the ruby client library. Thanks for your help! On Wednesday, December 5, 2012 4:16:23 AM UTC-5, AdWords API Advisor wrote: > > Hello Jeremy, &g

Re: Why updates for 2 keywords don't work, but for 2 Adgroups work ok???

2012-12-03 Thread Jeremy Aube
You should be able to update more than one keyword. The error looks like you're trying to update the same keyword twice. Posting the sanitized soap request and response might help. On Thursday, November 29, 2012 4:24:33 PM UTC-5, Mirror wrote: > > Hello! > > We can do the upgrade bid for Adgrou

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-12-03 Thread Jeremy Aube
I think most Sandbox accounts are broken at this point. On Wednesday, November 28, 2012 7:05:58 PM UTC-5, Jonathan Wu wrote: > > Even though its deprecated, it should at least work until Dec 15th, no? We > have already applied for a test account but in the meantime need a way to > test new featu

Re: Get Keywords and the Name of AdGroup which they belong?

2012-12-03 Thread Jeremy Aube
I don't think you can get adGroupName from AdGroupCriterionService. You'll have to use AdGroupService with the adGroupId or use reports. On Wednesday, November 28, 2012 9:33:22 AM UTC-5, Mirror wrote: > > Hello! > > Can we get "AdGroup name" when we get keywords by using GetKeywords.php ? > (i

Re: Product target level Max CPC using API

2012-12-03 Thread Jeremy Aube
You would use the AdGroupCriterionService to get and set autotargets. You can also get Max CPC bids more efficiently using the Criteria Performance Report with a predicate like: field: 'CriteriaType', operator: 'IN', values: ['PRODUCT'] Note though that this will a

Re: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-12-03 Thread Jeremy Aube
Hi Danial, We installed the httpclient gem, but the SSL error still pops up now and then. On Monday, November 19, 2012 3:12:55 AM UTC-5, Danial Klimkin wrote: > > Hello Jeremy, > > > It appears you are getting network timeouts. From the stack I can see you > are using the

Re: RateExceededError behavior in the sandbox.

2012-11-21 Thread Jeremy Aube
Though I guess since the sandbox is going away in favor of test accounts, none of what I just posted matters now unless the limits for test accounts are different than those for live accounts. On Wednesday, November 21, 2012 8:12:34 AM UTC-5, Jeremy Aube wrote: > > There are two types

Re: RateExceededError behavior in the sandbox.

2012-11-21 Thread Jeremy Aube
There are two types (rate names) of RateExceeded errors: OperationsPerMinute and RequestsPerMinute. If you're getting RequestsPerMinute, waiting 30 seconds to a minute should resolve the issue every time. There is a problem with the Sandbox, however, where it's possible to trigger OperationsP

Re: UNEXPECTED_INTERNAL_API_ERROR when running GetRelatedKeywords

2012-11-14 Thread Jeremy Aube
Sandbox is down: https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/kW3LfQY5Ngs On Wednesday, November 14, 2012 3:11:34 AM UTC-5, nidhi pandey wrote: > > Dear Kevin, > > I am facing same problem in CampaignService not able to add new campaign > in my existing sandbox account. > plea

Re: Adgroups stats without reports?

2012-11-12 Thread Jeremy Aube
If you compare GetCampaignStats.php to GetCampaign.php, you'll notice that there aren't a lot of differences other than a few extra metrics included in the selector->fields for GetCampaignStats.php. Now go to GetAdGroups.php. Note the similarities between this and GetCampaigns.php. You should

Re: Perl API examples appear to be broken - help??

2012-11-09 Thread Jeremy Aube
You should use an email when setting up sandbox. Then you'll need to initialize your sandbox accounts by making a get request to CampaignService. If that request is successful, you should now have 5 sandbox accounts, which you can see by using the ManagedCustomerService. Pick one of the account

Re: adhoc report errors after updating to v201209

2012-11-09 Thread Jeremy Aube
Try it this way: Id NOT_EQUALS 66642776 Id NOT_EQUALS 73335776 Status EQUALS ACTIVE On Wednesday, November 7, 2012 12:59:14 PM UTC-5, chris h wrote: > > Have this predicate > > Id > NOT_EQUALS > 66642776 > I

OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-11-09 Thread Jeremy Aube
Last night at 4:27am ET, we had an ad-hoc campaign performance report fail with the following error: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A from /Users//.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:799:in `connect' from

Re: Create Search Network Only campaign

2012-11-06 Thread Jeremy Aube
er 6, 2012 11:02:59 AM UTC-5, Jeremy Aube wrote: > > I was testing some changes in sandbox and started getting > CANNOT_MODIFY_CONTENT_CONTEXTUAL errors. It looks like I can no longer set > the network settings for a new campaign. > > How can I make a Search Network Only ca

Re: Problems setting up Sandbox account

2012-11-06 Thread Jeremy Aube
er->setCustomerId('4856529***') for example? > > > > > On Tuesday, November 6, 2012 1:45:55 PM UTC+1, Jeremy Aube wrote: >> >> Try setting clientCustomerId to one of the 5 customer ids. >> >> On Monday, November 5, 2012 3:43:23 PM UTC-5, Stefan d

Create Search Network Only campaign

2012-11-06 Thread Jeremy Aube
I was testing some changes in sandbox and started getting CANNOT_MODIFY_CONTENT_CONTEXTUAL errors. It looks like I can no longer set the network settings for a new campaign. How can I make a Search Network Only campaign if I can't modify the network settings? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Problems setting up Sandbox account

2012-11-06 Thread Jeremy Aube
Try setting clientCustomerId to one of the 5 customer ids. On Monday, November 5, 2012 3:43:23 PM UTC-5, Stefan den Hartog wrote: > > 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**

Re: Connection errors during downloads and uploads

2012-10-30 Thread Jeremy Aube
It ended up being an internal issue on our end. We still see these types of errors every now and then, but not with enough frequency at the moment to warrant any additional investigation. On Monday, October 29, 2012 5:48:39 AM UTC-4, Takeshi Hagikura wrote: > > Hello Jeremy, > > A

Connection errors during downloads and uploads

2012-10-24 Thread Jeremy Aube
We've been getting a lot of connection errors in the last three days related to AdWords API downloads and uploads. Here are some of the ones we've had: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A Broken pipe Connection reset by peer end of file reached It's

Re: ADGROUP_PERFORMANCE_REPORT only from ACTIVE Company?

2012-10-24 Thread Jeremy Aube
Try putting CampaignStatus in its own predicates, i.e.: CampaignName AdGroupName Impressions Clicks Cost CampaignStatus IN ACTIVE Status IN ENABLED Performance Report ADGROUP_PERFORMANCE_REPORT LAST_7_DAYS On Tuesday, Oct

Re: using adparam to set prices on all ads in an adgroup

2012-10-12 Thread Jeremy Aube
Would also like to see ad params at the adgroup or ad level. Never had a good reason for setting them at the keyword level. On Thursday, October 11, 2012 5:17:25 AM UTC-4, Soapy wrote: > > > Hi Justin, > > Just wanted to say I'm in exactly the same position as you. I just want > to update the p

Re: Everything in sandbox has switched from enabled to active

2012-10-10 Thread Jeremy Aube
Looks like we hadn't been setting the status explicitly until recently, so that's why it seemed like a new issue. Disregard. On Tuesday, October 9, 2012 9:06:26 AM UTC-4, Jeremy Aube wrote: > > All of our uploads in sandbox are failing now with the following error: > >

Everything in sandbox has switched from enabled to active

2012-10-09 Thread Jeremy Aube
All of our uploads in sandbox are failing now with the following error: Unknown exception with error: Unmarshalling Error: cvc-enumeration-valid: Value 'ENABLED' is not facet-valid with respect to enumeration '[ACTIVE, DELETED, PAUSED]'. It must be a value from the enumeration. If we switch the

Recovering from production error: UNEXPECTED_INTERNAL_API_ERROR

2012-09-27 Thread Jeremy Aube
What's the best way to recover from an UNEXPECTED_INTERNAL_API_ERROR in production? Should we treat it as an intermittent error and resubmit the job after 30 seconds? Or has the job possibly gone through anyway? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

LOST_RESULT error for MutateJobService in Sandbox

2012-09-12 Thread Jeremy Aube
We're working on migrating our services over to MutateJobService. While testing in sandbox, I noticed that many operations were coming back with errors. In particular, exactly 2,000 operations in Job ID -8483456177585865438 came back with a LOST_RESULT error, though the rest were fine. Is this

Re: AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-26 Thread Jeremy Aube
It looks like it's working again. On Thursday, July 26, 2012 2:29:19 PM UTC-4, Jeremy Aube wrote: > > This afternoon we started getting the following ApiException for > AdwordsApi::V201109::ServicedAccountService: > > AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE > &

Re: Production Environment - FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-26 Thread Jeremy Aube
It looks like it's working again. On Thursday, July 26, 2012 2:30:12 PM UTC-4, Jeremy Aube wrote: > > Getting the same error for production and sandbox > > On Thursday, July 26, 2012 2:29:04 PM UTC-4, Brandon Parise wrote: >> >> We ar

Re: Production Environment - FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-26 Thread Jeremy Aube
Getting the same error for production and sandbox On Thursday, July 26, 2012 2:29:04 PM UTC-4, Brandon Parise wrote: > > We are encountering the same issue: > > [AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE @ ] > > Brandon > > On Thursday, July 26, 2012 2:27:35 PM UTC-4, yaron wrote: >> >>

AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-26 Thread Jeremy Aube
This afternoon we started getting the following ApiException for AdwordsApi::V201109::ServicedAccountService: AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE We're getting this for both Production and Sandbox on multiple tools whenever we try to retrieve the account hierarchy. -- =~=~=~=~

report cost clarification needed

2012-06-20 Thread jeremy brooks
ce/latest/ReportDefinitionService.ReportDefinitionField> I have two questions: Does that mean that, for instance, a keyword report requesting 35 fields would cost 36 units total? Does the cost change with quantity of keywords? Thanks, Jeremy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: API usage costs

2012-06-19 Thread jeremy brooks
ce/latest/ReportDefinitionService.ReportDefinitionField> I have two questions: Does that mean that, for instance, a keyword report requesting 35 fields would cost 36 units total? Does the cost change with quantity of keywords? Thanks, Jeremy On Monday, April 4, 2011 12:02:28 PM UTC-5, Danial Klimkin wrote: >

Re: Cant sign up to MCC

2012-05-20 Thread Jeremy
eg. https://accounts.google.com/ServiceLogin?service=adwords&hl=en-US

Cant sign up to MCC

2012-05-20 Thread Jeremy
I'm trying to sign up to the MCC so that I can request Google Adwords API access and the form seems broken, showing no stylesheet and having limited functionality. I'm assuming this is just temporary downtime and will be fixed... Any ideas? Cheers. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting quota used for a specific request

2012-04-18 Thread jeremy brooks
I meant more precise, not accurate. On Wednesday, April 18, 2012 8:08:12 PM UTC-5, jeremy brooks wrote: > > Is it possible to get the quota used for a specific request? For > instance, in the response? > > Reason being, we need more accurate accounting and tracking then wh

Getting quota used for a specific request

2012-04-18 Thread jeremy brooks
Is it possible to get the quota used for a specific request? For instance, in the response? Reason being, we need more accurate accounting and tracking then what the API's InfoService is able to provide us. Thanks, Jeremy Brooks http://www.ideagilit

Re: Howto : please help me starting

2011-11-17 Thread Jeremy Belolo
uppy :) On 15 nov, 11:16, Jeremy Belolo wrote: > Hello all ! > > There it is, I have decided myself to start using adWords API. > > In a first time, I would like to just download reports automatically > and send them by mail or save them on the FTP of my site. > > I hav

Howto : please help me starting

2011-11-15 Thread Jeremy Belolo
Hello all ! There it is, I have decided myself to start using adWords API. In a first time, I would like to just download reports automatically and send them by mail or save them on the FTP of my site. I have many questions, though, and you could help me by answering these : - Is it even possib

Re: CreativeApprovalStatus Predicate "APPROVED" doesn't return results in v201101

2011-03-15 Thread Jeremy Aube
Hi Anash, I ran it just now. Report ID# 19662060. Thanks! Jeremy Aube ROI Revolution On Mar 15, 9:17 am, AdWords API Advisor wrote: > Hi Jeremy, > > Do you have a report definition id or a response id from the SOAP response > xml? > > Cheers, > Anash P. Oommen,

CreativeApprovalStatus Predicate "APPROVED" doesn't return results in v201101

2011-03-14 Thread Jeremy Aube
Words API Java Client Library - v8.3.0 - ROI Revolutionfalsefalsehttps://adwords.google.com/api/adwords/cm/ v201101">ADDCampaignStatusAdGroupStatusStatusAdGroupIdIdCampaignNameAdGroupNameHeadlineDescription1Description2DisplayUrlUrlCreativeApprovalStatusINAPPROVED2011031420110314

can I set metroCode or city for TargetingIdeaService geography?

2010-12-09 Thread Jeremy Brooks
I cannot seem to find, in the documentation, how to specify either a metro code, a city or coordinates for a geography in the TargetingIdeaService. Is this even possible? I need to be able to check volume down to metro areas or cities when researching for local businesses. Thanks, Jeremy

Re: How to get local monthly searches on .Net?

2010-12-09 Thread Jeremy Brooks
Eric, I cannot seem to find, in the documentation, how to specify either a metro code or coordinates for a geo target in the TargetingIdeaService. Is this even possible? I need to be able to check volume for local businesses. Thanks, Jeremy

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-19 Thread Jeremy Aube
I can't speak for Kriest, but the issues I've been seeing are in production. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-17 Thread Jeremy Aube
I can create one for AdGroupID and I get no errors, even if the AdGroupID doesn't exist. Jeremy Aube ROI Revolution -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goo

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-17 Thread Jeremy Aube
I'm trying to retrieve a keyword performance report using adwords api 201008 version, but I keep getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. The report definition ID is 6154100. Thanks! Jeremy Aube ROI Revolution -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Connection has been shutdown

2010-09-28 Thread Jeremy Aube
Hi Eric, I believe they're fairly large requests. If the requests are timing out because they're too large, would using bulk mutate instead help? Thanks! Jeremy Aube ROI Revolution On Sep 23, 5:46 pm, AdWords API Advisor wrote: > Hi Jeremy, > > I believe these are normall

Connection has been shutdown

2010-09-22 Thread Jeremy Aube
Lately I've been having the following issue using the adParamService.mutate service: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.So

Re: ValuePerCost

2010-08-27 Thread Jeremy Aube
Thanks Eric. Are there any plans to add ValuePerCost or any other Value related metrics to v201003? I'm assuming there would need to be something eventually before sunsetting the remaining v13 functionality. On Aug 26, 4:26 pm, AdWords API Advisor wrote: > Hi Jeremy, > > Unfo

ValuePerCost

2010-08-26 Thread Jeremy Aube
Is there any way to get ValuePerCost using v201003 or v200909 or is this only available from v13? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I'm also seeing it for clean, mostly empty sandboxes, so I think it's an issue with the API system itself rather than with invalid data. Jeremy Aube ROI Revolution On Jul 29, 3:06 pm, Jeremy Aube wrote: > I've been seeing this while using the sandbox viewer as well. Happens &

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I'm also seeing it for clean, mostly empty sandboxes, so I don't think it's an issue with the API system itself rather than invalid data. Jeremy Aube ROI Revolution On Jul 29, 3:06 pm, Jeremy Aube wrote: > I've been seeing this while using the sandbox viewer as well. Happ

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I've been seeing this while using the sandbox viewer as well. Happens for ads, keywords, and placements. Jeremy Aube ROI Revolution On Jul 29, 10:57 am, SamR wrote: > I'm writing some PHP code to interact with the v201003 API methods. > This is all on thehttps://adwords-sandbox.

<    1   2