Cancelled: 499 Channel deallocated!

2024-03-05 Thread 'Joel Vilanilam Zachariah' via Google Ads API and AdWords API Forum
Hello team, We have put together a python script to run a couple of GAQL queries in succession... most of the times the script completes but every once in a while, we get the following error: Cancelled: 499 Channel deallocated! After waiting for a few seconds and trying, it works. But this is

AdsCommon::Errors::UnexpectedParametersError

2022-01-30 Thread Joel Hendy
Hello, I'm using the google adwords ruby gem to try and mutate an audience but I get this error in return, I was wondering if someone could explain it a little better Google Ads error: AdsCommon::Errors::UnexpectedParametersError: [:hashed_first_name]. Parameters for members:

Keyword Performance Report slow since the 21st

2021-07-22 Thread joel
with this specific report that may have affected performance? Also, these reports are still on API v201809. Thanks! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: INVALID_FIELD_NAME_FOR_REPORT unexpected error

2021-03-24 Thread joel
Sorry, meant to simply say it's not a documentation issue. On Wednesday, March 24, 2021 at 9:13:21 AM UTC-4 joel wrote: > I also reported this issue on March 4th ( > https://groups.google.com/g/adwords-api/c/LZfwrb3duaE/m/awDPr2STAwAJ) but > I didn't follow-up because it self

Re: INVALID_FIELD_NAME_FOR_REPORT unexpected error

2021-03-24 Thread joel
because the requested fields should be allowed together and always have been. Joel On Tuesday, March 23, 2021 at 1:25:24 PM UTC-4 adsapiforumadvisor wrote: > Hello, > > Thanks for pointing this out. I've passed this information to the team so > that our documentation will b

New INVALID_FIELD_NAME_FOR_REPORT error on old report

2021-03-03 Thread joel
://developers.google.com/adwords/api/docs/appendix/reports/account-performance-report#conversiontypename) It looks like maybe this is a bug in the API and this should still be allowed? Thanks for looking, Joel HTTP Response Code: 400, FieldPath: ConversionTypeName, Trigger: Cannot select

Re: Ads API - BudgetOrderService / consolidating billing support?

2019-06-24 Thread joel
It happens on every request. On Monday, June 24, 2019 at 2:37:56 PM UTC-4, adsapiforumadvisor wrote: > > Hi Joel, > > Thank you for reaching out, and apologies that you're running into this > issue. Are you receiving this error message on every request, or is it > intermi

Re: Ads API - BudgetOrderService / consolidating billing support?

2019-06-21 Thread joel
Thank you for the detailed reply! I've made the following modifications but now the mutateBillingSetup() call returns an internal error. The request id is in the error below - any thoughts? Thanks! -Joel WARN [com.google.ads.googleads.lib.request.summary] <15:32:26> {unkn

Ads API - BudgetOrderService / consolidating billing support?

2019-06-20 Thread joel
underneath an existing consolidated billing Payment Account. However when I run the following code, a NEW payment account is created instead of attaching it to the existing one. Thanks! Joel PaymentsAccountInfo paiInfo = PaymentsAccountInfo.newBuilder() .setPaymentsAccountId("exi

Ads API: New Customer auto_tagging_enabled IMMUTABLE_FIELD, no validateOnly option also?

2019-05-10 Thread Joel
Account. Is there a way to do this with validation only? Thanks! Joel // Build a new Customer object and populate required objects Customer.Builder builder = Customer.newBuilder() .setDescriptiveName(StringValue.of(spec.name)) .setCurrencyCode(StringValue.of(spec.currencyCode

Re: Offline Call Conversions Upload Error - Getting "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR"

2018-11-07 Thread joel
Hello Dannison, The issue was in fact related to the large size of the request you mentioned. Everything is working fine now. Thank you for your response! On Monday, 5 November 2018 19:04:46 UTC+1, Dannison Yao (AdWords API Team) wrote: > > Hi Joel, > > The UNPARSEABLE_CALLERS_

Offline Call Conversions Upload Error - Getting "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR"

2018-11-05 Thread joel
Hello, We're currently trying to upload offline call conversions to a custom call conversion goal we created in our MCC account. We have successfully performed this process with normal conversions (conversions from clicks - with Gclid). However, we can't seem to succeed doing so with Call

Re: Selector Fields class for Report fields?

2017-09-07 Thread joel
Hi Shwetha, I wanted to follow-up on this to see if you had more information about this? Can the documentation and selector fields be updated to include all allowed values? Thanks, Joel On Wednesday, August 16, 2017 at 4:07:34 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > H

Re: Selector Fields class for Report fields?

2017-08-16 Thread joel
/AdGroupCriterionField.java for the AdGroupCriterion service is missing "AdGroupStatus, "CampaignStatus". The reference document also excludes these. Yet I'm able to successfully use these as Predicate values. Could these be updated to include all the allowed Predicates? Joe

Selector Fields class for Report fields?

2017-08-16 Thread joel
though? (Report Definition fields?). I haven't found any, so if not, could you please consider adding those enums to the client library? Thanks, Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: calling getData() on an image always returns null in PHP library

2017-06-16 Thread Joel Shapiro
the only one who expects a getData() function to return data, I don't know. On Thursday, June 15, 2017 at 10:36:45 PM UTC-7, Peter Oliquino wrote: > > Hi Joel, > > Could you confirm if this (Data > <https://developers.google.com/adwords/api/docs/reference/v201705/Media

Re: calling getData() on an image always returns null in PHP library

2017-06-15 Thread Joel Shapiro
-7, Peter Oliquino wrote: > > Hi Joel, > > I'm afraid you cannot retrieve the raw image data of a Media using > MediaService. If you would like to reuse existing Images to create new > ResponsiveDisplayAds, you can populate the Image.mediaId > <https://developers.goo

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-15 Thread joel
I see this too in API v. 201609. AD_PERFORMANCE_REPORT, The report row is return like below, see adType='unknown': On Thursday, June 15, 2017 at 8:34:28 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > Can you confirm what version of the API you're using to make this

calling getData() on an image always returns null in PHP library

2017-06-14 Thread Joel Shapiro
I'm trying to extract data from an existing ResponsiveDisplayAd and move it to another following the example in AddResponsiveDisplayAd.php and instead of calling: $image->setData(file_get_contents('http://goo.gl/3b9Wfh')); would like to call $image->setData($originalImage->getData()); The

Is it possible to find if an AdGroup's Keyword setting is Audience or Content?

2017-05-11 Thread Joel Shapiro
I'm trying to derive if the AdGroup that I'm working with is set up with Audience or Content as its Keyword setting but can't find where to extract this with the API. Does anyone know of a way to do it? I've included a screenshot below of the setting pane within the web UI. Thanks for the

Is it possible to use the PHP Client to create a browser-based app? Any Examples?

2017-04-28 Thread Joel Shapiro
I know that the sample code is labeled as CLI-only (and the errors in my browser vs command line confirm it), but is it possible to use the PHP library to make a webapp at all? Or am I going to have to monitor output from an exec() call and translate that to my client? I haven't been able to

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2016-08-12 Thread joel
Try increasing your api.adwords.reportDownloadTimeout setting in the ads.properties file. Increasing this to 36 worked for us for this same issue. On Friday, August 12, 2016 at 4:50:40 AM UTC-4, Rui Zhang wrote: > > I have two adwords sub-accounts. > When i download reports (api v201605) ,

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND- Unable to read report data

2016-07-30 Thread joel
, CampaignStatus, SearchPredictedCtr, PostClickQualityScore, CreativeQualityScore, FirstPositionCpc, EstimatedAddClicksAtFirstPositionCpc, EstimatedAddCostAtFirstPositionCpc Thanks! Joel On Thursday, July 28, 2016 at 1:29:28 PM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > &g

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND- Unable to read report data

2016-07-28 Thread joel
I'm seeing this consistently with just 1 of our accounts as well. The customer id is 3177205665. This has happened repeatedly for 2 days now, so it doesn't seem temporary. Can you investigate with this customer id? Joel On Tuesday, July 19, 2016 at 10:10:41 AM UTC-4, Michael Cloonan (AdWords

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread joel
, "ExtensionType = 'SiteLink'" -Joel On Friday, May 6, 2016 at 1:29:55 PM UTC-4, Alex Jones wrote: > > I do not have any SOAP logs from before the issue occurred, but I am > currently working to reproduce the issue and generate some SOAP in our test > account. I'll send

New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-06 Thread joel
response XML showing the new field. Thanks! Joel http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/cm/v201601;> 0005322b73b334600a815112f90f1db6 CampaignExtensionSettingService get

Re: Campaign Platform Target Report Issue [Urgent]

2015-07-23 Thread Joel Cueto
Having the same problem here. Please update! El jueves, 23 de julio de 2015, 10:10:31 (UTC-3), Gabriel Abadi escribió: We are doing this request ?xml version=1.0 encoding=UTF-8?reportDefinition xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201502; ns2:selector

Re: Add All visitors Audience Via Adwords API

2015-06-04 Thread Joel McDonald
. Is there a reason a basic all visitors tag isn't auto-created for users when their account is created? It seems that there would be a lot more buy-in for remarketing if that one simple step was implemented. --Joel McDonald Author: Google AdWords for Dummies On Tuesday, June 2, 2015 at 12:51:05 PM

Re: Search Query Perf. Report missing FinalUrls

2015-05-14 Thread joel
since Destination Url is blank after you switch to FinalUrls. I can't imagine this is difficult to implement? Joel On Thursday, December 25, 2014 at 5:57:03 AM UTC-5, Danial Klimkin wrote: Hello Joel, Thank you for bringing this up, we'll review this request. -Danial, AdWords API Team

CampaignExtensionService missing User-Origin-Feed SiteLinks?

2015-04-30 Thread joel
Sitelinks from any Feed? Thanks! Joel Example code that I ran: CampaignExtensionSettingPage page = service.query(Select CampaignId, Extensions where ExtensionType=SITELINK AND CampaignId=1234); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Problem sending data to report download server again

2015-03-24 Thread Joel
Seeing this repeatedly, but just one 1 single account. Last time this occurred it was due to a server-side reporting problem - are reports experiencing a problem again? Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Click Performance Report return AuthenticationError.NOT_ADS_USER

2015-03-09 Thread joel
This issue has been occurring to us as well, since at least 2 days ago. On Monday, March 9, 2015 at 9:30:17 AM UTC-4, Hisashi Hayashi wrote: Hi! AuthenticationError.NOT_ADS_USER has occurred when I tried to get day before yesterday's Click Performance Report. ?xml version=1.0

Segmentation in Click Performance Report?

2015-01-13 Thread joel
the same number of rows? Thanks! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Search Query Perf. Report missing FinalUrls

2014-12-24 Thread joel
The Search Query Performance Report has DestinationUrl but is missing FinalUrls as an available column. Could this be added please ASAP? It seems to me like every report that has DestinationUrl should include FinalUrl, there might be others missing too? Thanks! Joel

Re: How to remove AdGroup Bidding Strategy Configuration override?

2014-10-16 Thread joel
That works! Thank you! On Thursday, October 16, 2014 9:33:37 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: Hello Joel, To remove the override, you should be able to set the biddingStrategyType https://developers.google.com/adwords/api/docs/reference/v201409

How to remove AdGroup Bidding Strategy Configuration override?

2014-10-14 Thread Joel
but that gave another error. How do I remove the override? Thanks! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Repeated InternalApiError.UNEXPECTED_INTERNAL_API_ERROR since last night

2014-06-25 Thread joel
Looks like our calls against the AdGroupCriterionService are failing frequently with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR for about the past 8 hours (since 11pm eastern time). Are there any known issues with this service? Joel

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Joel
the SiteLinks mapped to each Campaign along with their approval status and feed item details. Stats like impressions/clicks would be nice but are optional since I can pull those separately. Is there a way to get this via Reports? Joel On Friday, May 23, 2014 7:44:47 AM UTC-4, Pearl Jam wrote: One

v201302 Placement Performance Report missing AveragePosition?

2013-05-22 Thread joel
It looks like the new Placement Performance Report is missing the Average Position column (avg. rank). The old Managed Placements Report had this column. Was its removal intentional? If not, could this be added back in? Thanks! Joel

Re: Feed to Campaign Mapping questions

2013-04-11 Thread joel
*bump*, and an additional question: 6) What's the uniqueness scope for feed item ids? Globally unique? Unique per feed? Thanks, Joel On Tuesday, April 9, 2013 3:06:15 PM UTC-4, joel wrote: Hello, I have a couple of questions about mapping a feed to a campaign for SiteLinks: 1

Re: Feed to Campaign Mapping questions

2013-04-11 Thread joel
Thanks David - great answers! On Thursday, April 11, 2013 3:30:01 PM UTC-4, David Torres (AdWords API Team) wrote: Hi Joel, Let me try to answer all your question to the best of my knowledge, please let me know if there is something not clear. 1) No, you need to map every item

Feed to Campaign Mapping questions

2013-04-09 Thread joel
Shoes item to my Blue AdGroup, or do I need 2 separate feeds? 3) Can I map multiple Feeds to the same Campaign for SiteLinks or is only 1 Feed allowed to be the PLACEHOLDER_SITELINKS? Thanks in advance! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Feed to Campaign Mapping questions

2013-04-09 Thread joel
SiteLinks override Campaign SiteLinks? Thanks again! On Tuesday, April 9, 2013 3:06:15 PM UTC-4, joel wrote: Hello, I have a couple of questions about mapping a feed to a campaign for SiteLinks: 1) Is there an easy way to map ALL items in a Feed to a Campaign? The example in the guide

Limits on Keyword Url Updates?

2013-04-04 Thread joel
To support Enhanced Campaigns I want to update all my keywords with some additional ValueTrack parameters. I heard a rumor from our accounts reps that the API can only process 6 million keyword url updates per week. Is this accurate? Thanks! Joel

Re: Ad Parameter feature requests

2013-03-04 Thread joel
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.blogspot.com http://groups.google.com/group/adwords-api

MutateJobService - How to get all Job Ids?

2013-01-03 Thread joel
Let's say I submit a bunch of MutateJobs and then my process crashes before I can poll process all of the results. Is there an API call I can use to retrieve successful or failed mutated jobs? It doesn't seem like there is, could one be added to handle the case where I've lost my job ids.

Missing Remarketing Data

2012-10-01 Thread Joel Turnbull
= [CONTENT], } Is there something I can add to the report definition or the api object to fetch Remarketing data? Thanks, Joel Turnbull -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

Re: Missing Remarketing Data

2012-10-01 Thread Joel Turnbull
Ok that does makes sense. So I'm looking for a Campaign Performance Report I guess. Impressions, Clicks, etc. on a Remarketing Campaign for a certain day. Joel On Monday, October 1, 2012 9:33:23 AM UTC-4, Oliver wrote: What data do you expect to see? A remarketing campaign impressions

Re: RateExceededError retryAfterSeconds

2012-07-01 Thread joel
Since Friday night I've seen this repeatedly in our production accounts. Has anyone verified this? On Tuesday, June 26, 2012 6:34:59 AM UTC-4, Anash P. Oommen wrote: Hi Minh, Please post a sanitized SOAP request and response xml and I'll ask the API team to look into this. Cheers,

Re: An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init

2012-03-30 Thread joel
I'm also seeing persistent UNEXPECTED_INTERNAL_API_ERROR, but in Production with the AdGroupCriterionService. Is there an API outage today? On Friday, March 30, 2012 10:19:24 AM UTC-4, Florent wrote: Hi, I try to use the Sandbox and I try to create my Accounts with GetAccountHierarchy.php

Re: TargetingIdeaService Missing Classes? (v201109)

2011-12-12 Thread joel
Ok that makes sense. Thank you for the clarification Kevin! On Dec 12, 10:25 am, Kevin Winter kevin.win...@google.com wrote: Hi Joel,   The short answer is Yes, these are no longer available in the API.  For example, KeywordCategoryIdSearchParameter was replaced

Re: TargetingIdeaService Missing Classes? (v201109)

2011-12-07 Thread Joel
*bump* Could someone from Google respond? Have these options been removed from the v201109 TargetingIdea Service? Thanks! Joel On Dec 5, 2:41 pm, joel joel.patt...@gmail.com wrote: http://code.google.com/apis/adwords/docs/reference/latest/TargetingId... It seems as if the some

TargetingIdeaService Missing Classes? (v201109)

2011-12-05 Thread joel
IdeaTextMatchesSearchParameter MobileSearchParameter NgramGroupsSearchParameter Are these still supported in any ways? How can I use them? Thanks! Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Client Library Support for Yahoo Japan?

2011-09-30 Thread joel
Hello, Yahoo Japan is migrating their search API to a Google-based version within the next couple of weeks. I've looked at the WSDLs and they are not directly using the Google API/versions. I was wondering, will the client libraries be updated to support the Yahoo JP API? Thanks, Joel

Re: Bid Simulator returning 0 clicks for KWs that get consistent traffic

2011-08-01 Thread Joel
Hi Eric, the web UI matches the API. The Bid Simulator does return values for Impressions, but 0 for clicks at all bid levels. The keywords I gave as examples do average several clicks/day so it's not correct that there are 0 clicks showing in the bid simulator. Thanks! Joel On Jul 25, 11:37 am

KW Perf. Report missing Content Network stats

2011-06-07 Thread joel
a separate AdGroup performance report to get these statistics? Thanks, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Individual SiteLink Perf. in Ad Extensions Performance Report?

2011-05-10 Thread joel
The v201101 Ad Extensions Performance Report only returns performance metrics for the entire SiteLink Extension. It would be much more useful if it allowed us to breakout by each individual SiteLink (Destination Url and Link Text). Could these fields please be added to this report? Thanks, Joel

Re: -- Max CPC in Keywords Perf. Report

2011-03-18 Thread joel
! Joel On Mar 17, 5:01 pm, Eric Koleda eric.kol...@google.com wrote: Hi Joel, Thank you for the update.  I dug into the issue deeper, and seems the problem is only affecting campaigns that have position preference enabled.  I'll pass this information on to the core engineering team and let you

Re: -- Max CPC in Keywords Perf. Report

2011-03-17 Thread joel
The issue is not fixed. I tested on the same AdGroup used in the example SOAP above and I still see -- as the MaxCPC. I'm using v201008 of the API if that helps. On Mar 17, 12:17 pm, Eric Koleda eric.kol...@google.com wrote: Hi Joel, We've done some more testing, and it now seems

-- Max CPC in Keywords Perf. Report

2011-03-14 Thread Joel
for debugging. Thanks, -Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: -- Max CPC in Keywords Perf. Report

2011-03-14 Thread Joel
/ creationTime/rval/mutateResponse/soap:Body/soap:Envelope On Mar 14, 12:45 pm, Joel jpat...@tripadvisor.com wrote: I'm running a Keywords Performance Report with a date range of TODAY. The values of the Max CPC columns are consistently being returned as maxCPC='--', even though the Keywords have valid

Re: No subdomains in the Automatic Placements Performance Report?

2011-03-08 Thread Joel
? On Feb 14, 5:12 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, This report aims to provide the same information that's available in the AdWords web interface.  If you'd like to see the data available in reports expanded, you can file a feature request here:  http

Re: Reports Field Name Changes

2011-02-24 Thread joel
I'd like to second this post. It seems as if in the Keyword Performance Report that Content traffic is now reported with the attribute keyword='Content' whereas just a couple of days ago it was matchType='Content'. I see nothing in this forum or on the API blog discussing these report changes. On

Re: Reports Field Name Changes

2011-02-24 Thread joel
Oops I was wrong about Content used by under matchType, it was under keywordText same as Rob posted. But it's still annoying to have to deal with fixing our code and re-running our data import after clients complain. On Feb 24, 9:22 am, joel joel.patt...@gmail.com wrote: I'd like to second

No subdomains in the Automatic Placements Performance Report?

2011-02-09 Thread Joel
. If I have the same level of detail for both of these then I can much more accurately use it to target domains. Would it be possible to include the subdomain in this report? Thanks, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: No value returned from AdGroupCriterionService mutate

2011-01-07 Thread joel
Some sample request Ids with partialFailure = false. WIth partialFailure true, these still return null instead of reporting an Api Error. 37071b4ff056a9c5b9bd0d6a0092dd80 ed0df8e7aedca0aa4adc096f04248d8d 250eb08c5627f210622675cc955e9b0e Joel On Jan 6, 11:07 am, AdWords API Advisor adwordsapiadvi

Re: No value returned from AdGroupCriterionService mutate

2011-01-03 Thread joel
wrote: Hi Joel, Looking at the logs it seems like this was a temporary issue.  I'll follow up with the core engineering team to see if they have any insight, but let me know if you see the problem return. Best, - Eric Koleda, AdWords API Team On Dec 23, 8:49 am, joel joel.patt...@gmail.com

No value returned from AdGroupCriterionService mutate

2010-12-23 Thread joel
, no exception I'd appreciate it if someone could research this since it seems to be happening with increased frequency, thank you. -Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

!!!1|||4904014|||Unexpected exception???

2010-12-20 Thread Joel
I have a Report which works for most accounts, but repeatably fails when called against a specific Account. Can someone please investigate this request and let me know if it's something I can fix on my end? API Request Id is: e3d44eab651d2ac6a5f43336212e9cc2 Thank you, Joel

Re: Report !!!1|||4049374|||Unexpected exception???

2010-12-07 Thread joel
This is still happening today. Several other people have posted about problems with the AdGroupService. Can someone from Google verify whether there is a known issue right now? On Dec 6, 11:33 am, joel joel.patt...@gmail.com wrote: I'm getting repeated Unexpected exceptions try to call

Report !!!1|||4049374|||Unexpected exception???

2010-12-06 Thread joel
but no mention of a resolution. Let me know if you see any additional information. Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

UNEXPECTED_INTERNAL_API_ERROR in AdGroupCriterionService with partialFailure = true instead of other errors

2010-11-03 Thread joel
if partialFailure = true, it should return the ACCOUNT_LIMIT_EXCEEDED error. Let me know if you have any questions, thanks, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Better way to manage Ad Extensions?

2010-08-18 Thread joel
the generic AdExtension object in REMOVES. Thanks, Joel On Aug 18, 7:00 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, To add (or modify) SiteLinks for a campaign, you have to - Check if there is an active SiteLinkExtension. If yes, remove it. (Otherwise you will get

Better way to manage Ad Extensions?

2010-08-17 Thread joel
with my new list of Sitelinks Is there a better way to do this? If not, can you please consider adding Ids to the Sitelink objects so that those can be added/removed individually. Thanks, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Report download format GZIPPED_XML in v201003?

2010-08-16 Thread joel
I'm also waiting on this feature. It's a must-have if all of your old V13 reports already parse the XML, and we also have extremely large reports. On Jun 29, 4:17 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Manfred, This feature is currently being developed, but I don't

AdWords API Re: Memory Leak in Java Client Library from ServiceAccountantManager.serviceUsers

2010-02-19 Thread joel
. Cheers, Peter On Feb 18, 10:11 pm, joel joel.patt...@gmail.com wrote: If you have code structured like the following, ServiceAccountantManager leaks memory due to retaining the Service in its serviceUsers map: AdWordsUser user = getUser(); AdGroupCriterionServiceInterface

AdWords API Re: Memory Leak in Java Client Library from ServiceAccountantManager.serviceUsers

2010-02-19 Thread joel
for this. So, I'd still like to see this issue addressed. In the meantime our workaround is call the clear method every time we request a service. Thanks, Joel On Feb 19, 10:54 am, joel joel.patt...@gmail.com wrote: Oh man I'm 2 days late. I didn't see that a new version was just released. I'll

AdWords API Memory Leak in Java Client Library from ServiceAccountantManager.serviceUsers

2010-02-18 Thread joel
to control creating ServiceAccounts, but we also need a similar flag for tracking User/Service mappings. Maybe I'm missing something here but we shouldn't have to explicitly cleanup mappings that aren't necessary to be created in the 1st place. Am I right? Thanks, Joel -- You received this message

AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-13 Thread joel
is logged as blank on all of these errors. Joel On Jan 12, 3:29 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, Have you noticed any trends about how many operations it takes to trigger this error?  I haven't been able to replicate it using up to 400 operations per request

AdWords API AdParam Enhancement Request

2010-01-06 Thread joel
level? Thanks, Joel -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options

AdWords API Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-05 Thread joel
Every time I call AdGroupCriterionService.mutate() Here's the SOAP XML - any thoughts? Thanks, -Joel ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http:// www.w3.org/2001

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-04 Thread joel
library log, is that correct too? Thanks, Joel On Jan 4, 1:40 pm, Ralph Heimburger 1stpo...@gmail.com wrote: ok this makes sense, but how do I code to trap for and unknown error, is it different than RequestError? Here is my current code (python):         #make Api Call         try

AdWords API TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
(); contextual.setNetworkCoverageType (NetworkCoverageType.CONTENT_CONTEXTUAL); networkTarget.setTargets(new NetworkTarget[] { google, search, content, contextual }); Receiving the error: [TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET @ operations [0].operand.targets[0] Thanks! -Joel -- You received

AdWords API Re: TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
/ ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope Thank you, -Joel On Dec 30, 10:41 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, Do you have the SOAP XML logs for this request? Best, - Eric Koleda, AdWords API Team On Dec 30, 10:10 am, joel joel.patt...@gmail.com

AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread joel
/ soap:Headersoap:Bodyns2:getResponse xmlns=https:// adwords.google.com/api/adwords/cm/v200909 xmlns:ns2=https:// adwords.google.com/api/adwords/info/v200909ns2:rvalns2:cost0/ ns2:cost/ns2:rval/ns2:getResponse/soap:Body/soap:Envelope main (handleResponse.219) Thanks! -Joel On Dec 2, 12:25 pm, AdWords API

AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread joel
I see, using the MCC in the Client Id field made it work. It would definitely be useful to have this in the documentation, and for any other services that will require the MCC Id. Thank you! On Dec 17, 2:54 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, I am able

AdWords API v2009 equivalent of ApiError.getIndex()?

2009-12-16 Thread joel
is indexed the same as the input array. So how in v2009 can we determine which input element caused an error? Thanks! Joel -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com

AdWords API Java Client Library has terrible package names

2009-12-09 Thread joel
the library. My suggestion for fixing it is to use separate jars, 1 for the v200909-specific classes, and 1 for the v200906-specific classes. That way we could add/drop the jar dependencies without modifying our own source code. Thanks! Joel -- You received this message because you are subscribed

AdWords API How is a customer defined for BulkMutateJobs

2009-12-09 Thread joel
http://code.google.com/apis/adwords/v2009/docs/bulkjobs.html It says a customer has a queue that can hold up to 10 jobs. Is a customer defined by the MCC account, by the individual client id, by developer token? Thanks! Joel -- You received this message because you are subscribed to the Google

AdWords API Need One Keywords Avg Search Volume

2009-11-05 Thread Joel
Which service would I use to pull the average search volume for 1 keyword? I'm using the Variations service and it's returning too many values. It's just a waste of units for me. And examples would help greatly. -- You received this message because you are subscribed to the Google Groups

AdWords API New AdWords UI: Can't Deep Link from External Tools

2009-09-25 Thread Joel
In the old AdWords UI we used to be able to deep-link into the Account structure from our own tools. As long as we knew the Campaign and AdGroup Id, we could directly navigate to the same AdGroup in AdWords with a link like the following:

AdWords API Re: New AdWords UI: Can't Deep Link from External Tools

2009-09-25 Thread joel
a link like: https://adwords.google.com/cm/CampaignMgmt#a.1337376144_26837074.key On Sep 25, 10:39 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, This isn't an AdWords API question per se, but I can understand how this would be useful when developing an application.  I ran

AdWords API Re: Account Structure Report Missing Empty Adgroups

2009-08-13 Thread joel
Thanks, I meant to say they are missing if I aggregate at the keyword level. I sent an email with the details to the adwordsapi.. email address. On Aug 12, 5:29 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Joel, The Account Structure Report should return all Campaigns

AdWords API Account Structure Report Missing Empty Adgroups

2009-08-11 Thread joel
When I run the Account Structure report aggregated at the , it only contains Adgroups Campaigns that have Keywords in them. If I have an empty AdGroup, it's missing from the report. Is there a way I can get this report to include ALL account structures? On a related note, as a request for

AdWords API Re: On updateAds: This AdGroup already has the maximum number of ads permitted.

2009-06-24 Thread joel
Well I'm not seeing this error any more, maybe someone fixed it already? :) I'll re-post here if it crops up again. Thanks! On Jun 22, 4:40 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hello Joel,  Could you find the value of the requestId header in the SOAP response

AdWords API On updateAds: This AdGroup already has the maximum number of ads permitted.

2009-06-22 Thread joel
around this? I'm thinking it's a bug in AdWords since I shouldn't be receiving this message when calling updateAds. Thanks, Joel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post