Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Joel
e a Report that lists all 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

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

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 Conv

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_

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

2009-06-22 Thread joel
of them. Any ideas on how to get 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 Goog

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 wrote: > Hello Joel, > >  Could you find the value of the "requestId" header in the SOAP > resp

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 enhan

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 wrote: > Hi Joel, > > The Account Structure Report should return all Campaigns and AdGroups, >

AdWords API Suggested & Snapshot Campaigns in Account Structure Report

2009-08-27 Thread Joel
m in the AdWords UI so I don't know where they came from. I can ignore them since I'd guess they don't get any traffic, but it seems odd to include them in this report. -Joel --~--~-~--~~~---~--~~ You received this message because you are subscribed to

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: https://adwords.google.com/select/CampaignManagement?adgro

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

2009-09-25 Thread joel
m trying a link like: https://adwords.google.com/cm/CampaignMgmt#a.1337376144_26837074.key On Sep 25, 10:39 am, AdWords API Advisor 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

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 "AdWord

AdWords API Search Query Performance Report at Keyword Level

2009-11-11 Thread joel
I know that the Search Query Performance Report only provides queries aggregated at the AdGroup level, but can we please have this data supplied down to the unique Keyword? MSN AdCenter has just provided a Report that does this (http:// msdn.microsoft.com/en-us/library/ee703956.aspx). So now Googl

AdWords API Java Client Library has terrible package names

2009-12-09 Thread joel
ge this I would consider using 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 receive

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 a

AdWords API v2009 equivalent of ApiError.getIndex()?

2009-12-16 Thread joel
s array 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-...@

AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread joel
t;2009120120091216UNIT_COUNT (handleRequest.159) DEBUG [soap_xml] http://schemas.xmlsoap.org/soap/ envelope/">37b605d5b1f0f2d70b2451589608ea58148910 (handleResponse.219) Thanks! -Joel On Dec 2, 12:25 pm, AdWords API Advisor wrote: > Hi James, > > Your request looks correctly formatted, and I am seeing the

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 wrote: > Hi Joel, > > I am able to retrieve units cor

AdWords API TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
w NetworkTarget(); 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 -- Yo

AdWords API Re: TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
LABLE_FOR_THE_CUSTOMER @ operations [0]/*CampaignId: 123456789*/]https://adwords.google.com/api/adwords/cm/v200909";> [TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations [0]/*CampaignId: 123456789*/]ApiExceptionhttp://www.w3.org/2001/XMLSchema- instance">operatio

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-04 Thread joel
k in the client 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): > &g

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 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance">http://sc

AdWords API AdParam Enhancement Request

2010-01-06 Thread joel
+ Ad 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...@googlegroup

AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-12 Thread joel
Just checking if there was an update on this? We have a very large volume of KWs so sending smaller batches is not an option from a performance standpoint. This issue is blocking our rollout to v2009 since it's pretty important. Thanks! Joel On Jan 5, 5:45 pm, AdWords API Advisor wrote:

AdWords API Re: Constant UNEXPECTED_INTERNAL_API_ERRORs

2010-01-13 Thread joel
id is logged as blank on all of these errors. Joel On Jan 12, 3:29 pm, AdWords API Advisor 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 re

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

2010-02-18 Thread joel
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 receiv

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

2010-02-19 Thread joel
his issue. > > Cheers, > Peter > > On Feb 18, 10:11 pm, joel wrote: > > > If you have code structured like the following, > > ServiceAccountantManager leaks memory due to retaining the Service in > > its serviceUsers map: > > > AdWordsUser u

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

2010-02-19 Thread joel
viceAccountantManager accounts 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 wrote: > Oh man I'm 2 days late. I didn't see tha

LINE_TOO_WIDE error but < 25 characters

2010-05-20 Thread joel
Hi, I'm receiving an AdError LINE_TOO_WIDE on an Ad Title, but it's only 18 characters when you remove the DKI. Are there unique rules for JP text? Here is the Ad Title generating the error: {KeyWord:赤坂エクセルホテル東急}に宿泊予定なら Thanks, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

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 wrote: > Hi Manfred, > > This feature is currently being developed, but I don't have any > information on whe

Better way to manage Ad Extensions?

2010-08-17 Thread joel
ist 3) Add a new one 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 di

Re: Better way to manage Ad Extensions?

2010-08-17 Thread joel
operation.setOperator(Operator.ADD); lOperations.add(operation); } CampaignAdExtensionOperation[] operations = lOperations.toArray(new CampaignAdExtensionOperation[lOperations.size()]); extSvc.mutate(operations); Thanks for any help, Joel On

Re: Better way to manage Ad Extensions?

2010-08-18 Thread joel
for others: use the generic AdExtension object in REMOVES. Thanks, Joel On Aug 18, 7:00 am, AdWords API Advisor 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.

UNEXPECTED_INTERNAL_API_ERROR in AdGroupCriterionService with partialFailure = true instead of other errors

2010-11-03 Thread joel
en 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/adword

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

2010-12-06 Thread joel
ut 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/adword

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 wrote: > I'm getting repeated Unexpected exceptions try to

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

No value returned from AdGroupCriterionService mutate

2010-12-23 Thread joel
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/grou

Re: No value returned from AdGroupCriterionService mutate

2011-01-03 Thread joel
Unfortunately this is still occurring on at least several accounts. I forwarded the account ids to apiadvisor and our rep. Can you please continuing researching the issue? Let me know if you need any additional details. On Dec 29 2010, 1:16 pm, AdWords API Advisor wrote: > Hi Joel, > >

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

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

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

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

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 =~=~=~=~=~=~=~=~

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

Feed to Campaign Mapping questions

2013-04-09 Thread joel
ie the Red Shoes items to my Red AdGroup and the Blue 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 -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Feed to Campaign Mapping questions

2013-04-09 Thread joel
roup 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? Th

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

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 n

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

Purpose/Description of New Reports?

2013-07-11 Thread joel
l and use case examples please be added to the documentation? Thank you! Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to remove AdGroup Bidding Strategy Configuration override?

2014-10-14 Thread Joel
REMOVE call 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/+GoogleAdsD

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

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

Segmentation in Click Performance Report?

2015-01-13 Thread joel
n 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 me

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. > > xmlns:ns2="https://adw

"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: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: , FieldPath: }

2015-04-26 Thread joel
"me too" on this. And I'm also seeing it on the Click Performance Report as well. On Friday, April 24, 2015 at 1:52:34 PM UTC-4, AdWordsApiUser wrote: > > Started getting this error if city, or region is selected (if you select > only country, it works OK) in the GEO_PERFORMANCE_REPORT. API v201

CampaignExtensionService missing User-Origin-Feed SiteLinks?

2015-04-30 Thread joel
eturn 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

Re: Search Query Perf. Report missing FinalUrls

2015-05-14 Thread joel
eport 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 reque

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
sanitized response XML showing the new field. Thanks! Joel http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/v201601";> 0005322b73b334600a815112f90f1db6 CampaignExtensionSettingService

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
predicate, "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 > ac

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 Cloona

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND- Unable to read report data

2016-07-30 Thread joel
ignId, 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, > &

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: No value returned from AdGroupCriterionService mutate

2011-01-07 Thread joel
it = 5 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 w

Re: No value returned from AdGroupCriterionService mutate

2011-01-20 Thread joel
Hi Eric, any update on this issue? We are still seeing the error occur, even on accounts less than a month old. Thanks, Joel On Jan 7, 5:21 pm, AdWords API Advisor wrote: > HiJoel, > > That's interesting, it looks like that type of error isn't being > handled correct

No subdomains in the Automatic Placements Performance Report?

2011-02-09 Thread Joel
omains. 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 g

Url Performance Report distinguish between Automatic and Targeted Placements?

2011-02-09 Thread Joel
please either alter the return value to distinguish between the placement types, or add a separate column to accomplish this? Thank you, Joel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

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 wrote: > I'd like to second this post. I

Re: No subdomains in the Automatic Placements Performance Report?

2011-03-08 Thread Joel
ities? On Feb 14, 5:12 pm, AdWords API Advisor 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:

"--" Max CPC in Keywords Perf. Report

2011-03-14 Thread Joel
eport request id 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 mes

Re: "--" Max CPC in Keywords Perf. Report

2011-03-14 Thread Joel
/">8d0b854e609fb6d0d854cc01049673a5140540017987521KeywordTextDestinationUrlIdFirstPageCpcStatusKeywordMatchTypeMaxCpcQualityScoreAdGroupIdIsNegativeCampaignIdEQUALS4985071AdGroupIdEQUALS211482751API Sync KeywordsKEYWORDS_PERFORMANCE_REPORTfalseTODAYGZIPPED_XML20110314 100303 America/Los_Angeles On Mar 14, 12:45 pm, Joel wrote: > I'm running a Keywords Performance Report with a date range of TODAY. > The values of the Max CPC colum

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 wrote: > Hi Joel, > > We've done some more testing, and it now se

Re: "--" Max CPC in Keywords Perf. Report

2011-03-18 Thread joel
! Joel On Mar 17, 5:01 pm, Eric Koleda 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 l

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

KW Perf. Report missing Content Network stats

2011-06-07 Thread joel
to downloading 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/gr

Re: KW Perf. Report missing Content Network stats

2011-06-07 Thread joel
I probably should have also mentioned this is v201101. On Jun 7, 1:21 pm, joel wrote: > Until today the Keyword Performance Report included Content Network > stats under the "Content" keyword match type. Today those stats are > missing from the row (the rows aren't i

Re: KW Perf. Report missing Content Network stats

2011-06-09 Thread joel
The Keyword Performance Report was working fine until June 6th. I don't like it when reports change data with no warnings. I'm also not looking for domain-level stats, just Adgroup stats. I'm still waiting on an official word back from Google on it. On Jun 8, 12:32 pm, Rob wrote: > We find it ea

Bid Simulator returning 0 clicks for KWs that get consistent traffic

2011-07-21 Thread joel
which the bid simulator shows 0 clicks. 18809556142 37388191 12693113821 Is there any particular reason why so many don't have valid data? Is this an AdWords bug or are there ways to identify keywords that won't have bid simulator data? Tha

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:

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,

TargetingIdeaService Missing Classes? (v201109)

2011-12-05 Thread joel
meter 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/ad

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 wrote: > http://code.google.com/apis/adwords/docs/reference/latest/TargetingId... > > It seems as if the some of the cl

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 wrote: > Hi Joel, >   The short answer is Yes, these are no longer available in the API.  For > example, KeywordCategoryIdSearchParameter was replaced > by CategoryProductsAndServicesSea

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 request

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

2019-05-10 Thread Joel
a new 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.currenc

Ads API - BudgetOrderService / consolidating billing support?

2019-06-20 Thread joel
's billing 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() .setPaymentsAcco

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>

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

Keyword Performance Report slow since the 21st

2021-07-22 Thread joel
anged 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/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Selector Fields class for Report fields?

2017-08-16 Thread joel
rting 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.

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?

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

New INVALID_FIELD_NAME_FOR_REPORT error on old report

2021-03-03 Thread joel
his conflict (https://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, Trigg

Re: INVALID_FIELD_NAME_FOR_REPORT unexpected error

2021-03-24 Thread joel
documentation issue 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

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

Missing Remarketing Data

2012-10-01 Thread Joel Turnbull
:operator => 'IN', :values => ["CONTENT"], }, { :field => 'AdNetworkType2', :operator => 'IN', :values => ["CONTENT"], } Is there somet

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

Re: Add "All visitors" Audience Via Adwords API

2015-06-04 Thread Joel McDonald
7;ve done that, come back here and we'll create a remarketing campaign for you. 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 wa

  1   2   >