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

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

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:

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 Operand :*

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

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_type

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 line

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 web

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

2013-01-14 Thread Jeremy Aube
. 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 send full logs for the error to me over email

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

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

2012-12-27 Thread Jeremy Aube
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't had any SSL errors for 2 days now. On Monday, December 17

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

2012-12-26 Thread Jeremy Aube
, 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: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

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

2012-12-26 Thread Jeremy Aube
, so I don't have any log information I can send you for the SOAP requests and responses. Jeremy On Wednesday, December 5, 2012 4:16:23 AM UTC-5, AdWords API Advisor wrote: Hello Jeremy, Can you please send me full debug output logs for such a request over email (please make sure

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

2012-12-26 Thread Jeremy Aube
, so I don't have any log information I can send you for the SOAP requests and responses. Jeremy On Tuesday, December 25, 2012 5:27:13 AM UTC-5, Jeremy Aube wrote: 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

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. On Monday, December 17

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 the calls until

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, Nilesh On Friday, 7

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

2012-12-07 Thread Jeremy Aube
with 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, Can you

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 Ruby library with net_http

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

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 ? (it's

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 features

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 Adgroup,

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

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 (rate names

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. please

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

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/user/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:799:in `connect'

Re: adhoc report errors after updating to v201209

2012-11-09 Thread Jeremy Aube
Try it this way: predicates fieldId/field operatorNOT_EQUALS/operator values66642776/values /predicates predicates fieldId/field operatorNOT_EQUALS/operator values73335776/values /predicates predicates fieldStatus/field operatorEQUALS/operator

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

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: Problems setting up Sandbox account

2012-11-06 Thread Jeremy Aube
('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 den Hartog wrote: I'm trying to set up a fresh Adwords account, at this moment I can get

Re: Create Search Network Only campaign

2012-11-06 Thread Jeremy Aube
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 campaign if I can't modify the network

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, Are you still

Re: ADGROUP_PERFORMANCE_REPORT only from ACTIVE Company?

2012-10-24 Thread Jeremy Aube
Try putting CampaignStatus in its own predicates, i.e.: selector fieldsCampaignName/fields fieldsAdGroupName/fields fieldsImpressions/fields fieldsClicks/fields fieldsCost/fields predicates fieldCampaignStatus/field operatorIN/operator valuesACTIVE/values

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: 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 price

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

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

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. --

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 are encountering the same issue

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 We're getting this for both

report cost clarification needed

2012-06-20 Thread jeremy brooks
/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 our blog and discussion

Re: API usage costs

2012-06-19 Thread jeremy brooks
/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: Hello Chris, 1. API

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: Cant sign up to MCC

2012-05-20 Thread Jeremy
eg. https://accounts.google.com/ServiceLogin?service=adwordshl=en-USltmpl=signuppassive=falseifr=falsealwf=truecontinue=https://adwords.google.com/um/MccSignupTokenapp=MccSignupsourceid=awosubid=au-en-ha-prop-bk-v2_hsacu=1 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

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.ideagility.com

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 what the API's InfoService

Re: Howto : please help me starting

2011-11-17 Thread Jeremy Belolo
uppy :) On 15 nov, 11:16, Jeremy Belolo jerryo...@gmail.com 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 have many

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

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 adwordsapiadvi...@google.com wrote: Hi Jeremy, Do you have a report definition id or a response id from the SOAP response xml? Cheers, Anash P. Oommen, AdWords

CreativeApprovalStatus Predicate APPROVED doesn't return results in v201101

2011-03-14 Thread Jeremy Aube
/selectorreportNameAd Performance Report #1300127624311/ reportNamereportTypeAD_PERFORMANCE_REPORT/ reportTypedateRangeTypeCUSTOM_DATE/ dateRangeTypedownloadFormatTSV/downloadFormat/operand/ operations/mutate/soapenv:Body/soapenv:Envelope Jeremy Aube ROI Revolution

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

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: 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: 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 adwordsapiadvi...@google.com wrote: Hi Jeremy, I believe

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:

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 adwordsapiadvi...@google.com wrote: Hi Jeremy

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'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 sras...@gmail.com wrote: I'm writing some PHP code to interact with the v201003 API methods. This is all on thehttps://adwords

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 ja...@roirevolution.com wrote: I've been seeing this while using the sandbox viewer as well

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 ja...@roirevolution.com wrote: I've been seeing this while using the sandbox viewer as well

<    1   2