Open google-api-ads-python issues

2013-04-22 Thread Dorian Kind
Hi all, sorry for posting this here, but I wouldn't know where else to go. The Python adspygoogle library was last updated on April 2 to version 15.7.1, but unfortunately many people cannot build the package because of missing files. This has been reported on April 4 with issue

Performance overheads with Logging SOAP XML request and response

2013-04-22 Thread Alan Coleman
Hello everyone, Are there any performance overheads with logging SOAP XML request and response? Once my application has been deployed I wont need to log SOAP XML transactions, but will there be any benefit in turning them off. Which leads me to my second question. If I want to turn off SOAP

Re: Open google-api-ads-python issues

2013-04-22 Thread Pau Gargallo
Hi, I had the same problem and found that there is an script to download the missing files in 'adspygoogle/SOAPpy/'. The following fixed the issue cd adspygoogle/SOAPpy/ python download_and_patch_soappy.py cheers, pau On Mon, Apr 22, 2013 at 11:26 AM, Dorian Kind

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

2013-04-22 Thread David Torres (AdWords API Team)
Hi, You don't need to set a Campaign as PLA in order to use PLA Ads. You can just add ProductAdshttps://developers.google.com/adwords/api/docs/reference/v201302/AdGroupAdService.ProductAd to it. But keep in mind you need to link the account with your Google Merchant Center through the UI

Re: Issues with retrieving Ad Extensions

2013-04-22 Thread David Torres (AdWords API Team)
Hi Allen, Mobile ad extension are only available for Beta developers in the API. Best, - David Torres - AdWords API Team On Tuesday, April 16, 2013 1:12:07 AM UTC-4, Allen wrote: Just queried a few hundred accounts to check if Mobile adExtensions exist on the account. Some accounts

Re: Dynamic Site Link - modified by AdParam

2013-04-22 Thread David Torres (AdWords API Team)
Hi, This is not in the roadmap. But I wonder what kind of parameters are you looking to put, maybe value trackhttp://support.google.com/adwords/answer/2375447?hl=ensuffice for you. Best, - David Torres - AdWords API Team On Tuesday, April 16, 2013 11:57:42 AM UTC-4, jmcu...@restorando.com

Re: ConversionTrackerId not a valid field in many reports the migration guide says it should be in

2013-04-22 Thread David Torres (AdWords API Team)
Hi Greg, I'm sorry for the confusion, we got the list wrong in the guide. The field is available on ACCOUNT_PERFORMANCE_REPORT, CREATIVE_CONVERSION_REPORT, DESTINATION_URL_REPORT, GEO_PERFORMANCE_REPORT at the moment. I'll work with my team to update the guide and see how feasible is to

Re: selector error for some fields AdGroupService v201302

2013-04-22 Thread David Torres (AdWords API Team)
Hi Haiku, Those fields are only applicable for requesting BiddingStrategyConfiguration data at the Campaign level therefore they throw the error when requested via the AdGroupService. We are working on improving our documentation regarding this behavior. Best, - David Torres - AdWords API

Re: Remarketing guide?

2013-04-22 Thread David Torres (AdWords API Team)
Hi Steve, The guide that Jason is referring to is this onehttp://adwordsapi.blogspot.com/2010/10/discover-v201008-remarketing.html, which is still valid barred the API version used. I'll work with my team to refresh it and find it a permanent place in our docs. Feel free to ask any further

Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-22 Thread Steve Wollkind
For example, it would be really nice to be able to delete all keywords from a campaign that have never had an impression, or not had an impression over a certain time window, without having to actually make a delete operation for each one I'm guessing the answer is no but I thought I'd

Re: URL character limit

2013-04-22 Thread David Torres (AdWords API Team)
Hi Omri, I don't see any change of this limit for TextAds, are you referring to other type of Ad? Can you give me requestId example where you are sending 1024 chars? Best, - David Torres - AdWords API Team On Thursday, April 18, 2013 2:44:56 AM UTC-4, Omri Cohen wrote: Dear API team, We

Re: Getting Ad Extensions Report Data (Especially Sitelinks Extensions)

2013-04-22 Thread David Torres (AdWords API Team)
Hi, As you found out there are two type of reports that deal with Sitelinks, the Ad Extensions Performance Report for legacy sitelinks and the Placeholder Feed Item Report for upgraded sitelinks. The old Ad Extensions Performance Report does not have the granularity to report per-each

Re: URL character limit

2013-04-22 Thread Omri Cohen
Hi David, Rachael Sordo from the Google Mobile team advised on one of our communications regarding the {ifmobile}{ifnotmobile} VT parameter: The character limit has been addressed: the character limit for these parameters is 2448 vs. the original 1024 character limit. Thanks, Omri. On Mon,

Re: PHP Warning: SoapClient::SoapClient(): SSL: Connection reset by peer

2013-04-22 Thread Paul Matthews (AdWords API Team)
Hi Bionic, Firstly, I'd upgrade to the latest versionhttps://code.google.com/p/google-api-adwords-php/downloads/listof the client library as 4.2.2 is now availablehttps://code.google.com/p/google-api-adwords-php/source/browse/ChangeLog and check that you're using a non-sunset version of the

Re: ConversionTrackerId not a valid field in many reports the migration guide says it should be in

2013-04-22 Thread GregT
Thanks for the clarification, David. That's a real bummer it's not available elsewhere. We could definitely use it in some of those other reports (e.g. keyword, criterion, search, and url performance reports). Unfortunately, even though the best practices guide (

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-22 Thread Etienne Lawlor
Hey Anash, I noticed that in my request the campaign object had an empty biddingStrategyConfiguration field : nameAPI Upgrade Test Campaign - 1366653343/namestatusACTIVE/statusstartDate20130422/startDatebudgetbudgetId147548118/budgetId/budgetsettings xsi:type=GeoTargetTypeSetting

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-22 Thread Etienne Lawlor
Hey Anash, I tried to isolate the issue, and it looks like I am not able to create a biddingStrategyConfiguration object : my $biddingStrategyConfiguration = Google::Ads::AdWords::v201302::BiddingStrategyConfiguration-new( biddingStrategyType = MANUAL_CPC, biddingScheme =

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-22 Thread Etienne Lawlor
Hey Anash, I tried creating a BiddingStrategyConfiguration object two different ways : my $biddingStrategyConfiguration = Google::Ads::AdWords::v201302::BiddingStrategyConfiguration-new( #biddingStrategyType = MANUAL_CPC, biddingScheme =

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

2013-04-22 Thread Rhys Chiu
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 promotionline in the pla. Is that information incorrect? On Apr 22, 2013 10:41 PM, David Torres (AdWords API Team)

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-22 Thread Etienne Lawlor
Hey Anash, This doesnt make a whole lot of sense but apparently creating an empty object and setting the fields, sets up the BiddingStrategyConfiguration object correctly my $biddingStrategyConfiguration = Google::Ads::AdWords::v201302::BiddingStrategyConfiguration-new();

Re: INVALID_OPERATION_ENHANCED_CAMPAIGN

2013-04-22 Thread Etienne Lawlor
Hey Dragan, In the migration guide ( https://developers.google.com/adwords/api/docs/guides/migration-v201302) it states : With enhanced campaigns, it is no longer possible to ADD or REMOVE Platform criteria. So in order to change