Re: State/Province list for Location Extension
Are there any updates on this, by any chance? On Thursday, August 9, 2012 4:04:42 PM UTC-7, Joshua Chan wrote: > > Hi Eric, > > Do you know why using the provinceCode in a request for a South African > address returns an InvalidGeoLocation? > > Using the address of the Google Johannesburg office, here's a request that > works: > 'streetAddress2': None, > 'countryCode': 'ZA', > 'cityName': 'Bryanston, Johannesburg', > 'streetAddress': 'Cnr Main & Sloane Street', > 'provinceCode': 'GT', > 'postalCode': '2012' > > But adding any of these makes it not work: > 'provinceCode': 'ZA-GT' > 'provinceCode': 'GT' > > Johannesburg is in the province of Gauteng and the province code of > 'ZA-GT' is retrieved from > https://developers.google.com/adwords/api/docs/appendix/provincecodes#South%20Africa > Also noticed that in the UI, there's no dropdown for the province for > South Africa. Is provinceCode needed then? > > Thanks, > Josh > > > On Friday, September 30, 2011 1:57:01 PM UTC-7, Eric Koleda wrote: >> >> Hi Alexander, >> >> I'm able to geocode that address without any problems: >> >> >> >> 235 Regent Street >> London >> England >> ENG >> W1B 2EL >> GB >> >> >> >> >> >> 51514343 >> -141765 >> >> >> 235 Regent Street >> London >> ENG >> England >> W1B 2EL >> GB >> >> qrvM3... >> GeoLocation >> >> >> Best, >> - Eric >> > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: State/Province list for Location Extension
Hi Eric, Do you know why using the provinceCode in a request for a South African address returns an InvalidGeoLocation? Using the address of the Google Johannesburg office, here's a request that works: 'streetAddress2': None, 'countryCode': 'ZA', 'cityName': 'Bryanston, Johannesburg', 'streetAddress': 'Cnr Main & Sloane Street', 'provinceCode': 'GT', 'postalCode': '2012' But adding any of these makes it not work: 'provinceCode': 'ZA-GT' 'provinceCode': 'GT' Johannesburg is in the province of Gauteng and the province code of 'ZA-GT' is retrieved from https://developers.google.com/adwords/api/docs/appendix/provincecodes#South%20Africa Also noticed that in the UI, there's no dropdown for the province for South Africa. Is provinceCode needed then? Thanks, Josh On Friday, September 30, 2011 1:57:01 PM UTC-7, Eric Koleda wrote: > > Hi Alexander, > > I'm able to geocode that address without any problems: > > > > 235 Regent Street > London > England > ENG > W1B 2EL > GB > > > > > > 51514343 > -141765 > > > 235 Regent Street > London > ENG > England > W1B 2EL > GB > > qrvM3... > GeoLocation > > > Best, > - Eric > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: Negative keywords lists via the API
Are these negative keyword lists available through the API now by any chance? If the lists themselves cannot be accessed, are the negative keywords in these lists retrievable through other means, perhaps through the campaigns that they're applied on? Thanks, Joshua -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: Client Email (Eronously) Invalid
Are there any updates on this by any chance? I'm getting the same error as well - http://code.google.com/apis/adwords/forum.html?place=topic%2Fadwords-api%2FyeuB4TT3dB0 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Getting 'Invalid client email specified' using clientEmail from ServicedAccountService
Is there a reason why adding clientEmail in the header of a request will cause an "Invalid client email specified." exception but run successfully when I include just the clientCustomerId in the header? The clientEmail was returned through ServicedAccountService so I wouldn't think it's invalid. I'm also able to successfully log into the account through the AdWords client and this is only happening to this one account out of many others. If someone could explain why this is happening, that would be great. Thanks. Request id for getting accounts from ServicedAccountService (v201008): 0004a8729ac186f80a1417ca032af200 No request id for after calling AccountService.GetAccountInfo() (v13) with both clientEmail and clientCustomerId included but here's the log: *** Outgoing SOAP ** http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> xx xx [client email obtained from previous call] AwApi-Python-13.1.0|Test Client xx xx https://adwords.google.com/api/adwords/v13";> *** Incoming HTTP headers ** 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Content-Encoding: gzip Date: Tue, 19 Jul 2011 21:16:08 GMT Expires: Tue, 19 Jul 2011 21:16:08 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 313 Server: GSE *** Incoming SOAP ** http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.userException Invalid client email specified. https://adwords.google.com/api/adwords/v13";> 9 Invalid client email specified. [client email obtained from previous call] -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: CampaignService returning extra campaigns
Thanks for the tip but that field didn't really make any difference. It turns out that the call is also returning Campaigns with Media Ads. Is there any more information about Media Ads in relation to the API that I can read up on? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
CampaignService returning extra campaigns
Hi, I'm using Get from the CampaignService and it's returning two more campaigns than what's shown live in the AdWords Client. I'm using v200909 and only have one filter (campaignStatuses as ACTIVE) in the request. Do you know any reason why it's behaving this way? The requestId is 3f9eadc7baf092456360ee1741177d77. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService
Are there any new updates on this by any chance? Joshua On Jun 7, 12:53 pm, Wussyme wrote: > J > > Kim Collins (770)875-8130 > > On Jun 7, 2011, at 7:40 AM, jchan wrote: > > > > > > > > > Hi Eric, > > > that's unfortunate to hear. This error still occurs every single time > > the service is used for this specific account. So far we haven't seen > > it happen in any other account though. > > > Thanks, > > Joshua > > > On Jun 3, 1:30 pm, Eric Koleda wrote: > >> Hi Joshua, > > >> I don't have any updates at this time. Have you seen any changes > >> in the > >> rate or range of this error? > > >> Best, > >> - Eric > > > -- > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > 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 are subscribed to the Google > > Groups "AdWords API Forum" group. > > To post to this group, send email to adwords-api@googlegroups.com > > To unsubscribe from this group, send email to > > adwords-api+unsubscr...@googlegroups.com > > For more options, visit this group at > >http://groups.google.com/group/adwords-api?hl=en -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: Different Search Query Performance data returned from v13 and v201008
How that would help since it's v13 that is returning more results than v201008? That's assuming that adding a filter can only make the results smaller or the same size. I've tried many different filter combinations and it returns the same results for v201008 with or without the filter {'field': 'AdNetworkType1', 'operator': 'EQUALS', 'values': ['SEARCH']} Any other ideas would be appreciated. Thanks, Joshua -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: Internal API Error using CampaignTargetService
Hi David, I just tried the request again and this time I get a different error that's much more informative than that of five days ago - SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED I believe the general advice for this error is to use Paging but I don't see it supported in v201008's CampaignTargetService: http://code.google.com/apis/adwords/docs/reference/v201008/CampaignTargetService.CampaignTargetSelector.html Is there any way to retrieve all the data without having to upgrade the API or retrieve data from each campaign individually (if that doesn't hit this error as well)? The request id is dc8bfa3d6610094e2e31a2aed9b4fe12 Thanks, Joshua On Jun 21, 12:54 pm, David Torres wrote: > Hi, > > I'm not able to find your request in our logs, do you mind posting a > more fresh request id? and I'l be glad to investigate. > > Best, > > -David Torres - AdWords API Team > > On Jun 16, 1:49 pm, Joshua Chan wrote: > > > > > > > > > Hello, > > > while using v13's CampaignTargetService.Get on a certain account, I've been > > consistently encountering an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. > > It has never happened to any other accounts that I've been working with and > > waiting to retry the request doesn't seem to solve the issue. The request id > > is c5055778831a63977285999a3f4386b0 and I've listed the SOAP request and > > response below. > > > Thanks, > > Joshua > > > *** Outgoing SOAP ** > > > > > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > > xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > > > https://adwords.google.com/api/adwords/cm/v201008";> > > xx > > AwApi-Python-13.1.0|Test Client > > xx > > > > > > > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201008";> > > https://adwords.google.com/api/adwords/cm/v201008";> > > > > ... List of campaignIds ... > > > > > > > > > > > > > *** Incoming SOAP ** > > > > > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";> > xmlns="https://adwords.google.com/api/adwords/cm/v201008";>c5055778831a63977285999a3f4386b013731soap:Server[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR > > @ > > [Ljava.lang.StackTraceElement;@161ddf3] > xmlns="https://adwords.google.com/api/adwords/cm/v201008";>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR > > @ > > [Ljava.lang.StackTraceElement;@161ddf3]ApiException > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > > xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Different Search Query Performance data returned from v13 and v201008
Greetings, I'm currently trying to migrate my search query performance reports from v13 to v201008 but there seems to be data discrepancies between the returned results (in this account, 430 more entries in v13 than v201008 in a total of 43984 entries). The main change would be that v201008 is downloaded in GZIPPED_CSV and that in v201008, I've added the 'Date' field since the v13 report was aggregated by [AdGroup, Daily]. Would anyone have any idea why they may be different? Thanks for the help, Joshua The reports in question and their SOAP requests are as follows. v13 report id: 1700313379 v201008 report id: 55101379 v13 request: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> AwApi-Python-13.1.0|Test Client xx xx xx xx https://adwords.google.com/api/adwords/v13";> 2011-06-16 xx 2011-03-01 SearchOnly AdGroup Daily AdGroup CampaignId Query Clicks Impressions Conversions Cost AveragePosition MatchType Query v201008 request: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201008";> xx AwApi-Python-13.1.0|WS Client xx xx https://adwords.google.com/api/adwords/cm/v201008";> https://adwords.google.com/api/adwords/cm/v201008";> ADD Date AdGroupName CampaignId Query Clicks Impressions Conversions Cost AveragePosition MatchType 20110301 20110616 xx SEARCH_QUERY_PERFORMANCE_REPORT CUSTOM_DATE GZIPPED_CSV -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Internal API Error using CampaignTargetService
Hello, while using v13's CampaignTargetService.Get on a certain account, I've been consistently encountering an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. It has never happened to any other accounts that I've been working with and waiting to retry the request doesn't seem to solve the issue. The request id is c5055778831a63977285999a3f4386b0 and I've listed the SOAP request and response below. Thanks, Joshua *** Outgoing SOAP ** http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201008";> xx AwApi-Python-13.1.0|Test Client xx https://adwords.google.com/api/adwords/cm/v201008";> https://adwords.google.com/api/adwords/cm/v201008";> ... List of campaignIds ... *** Incoming SOAP ** http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201008";>c5055778831a63977285999a3f4386b013731soap:Server[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@161ddf3]https://adwords.google.com/api/adwords/cm/v201008";>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@161ddf3]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en