NameSpace Error

2011-04-27 Thread RogerB2011
Hello, I am getting this error when I try to build your example in VS 2005. Please send instructions on how to fix this. The type or namespace name 'Services' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Google Library\awapi_dotnet_lib_12.1.0\examples\csha

Re: Truncated Reports using V13 ReportService

2011-04-27 Thread Guillaume Conte
Hi, Any news concerning this problem ? We are still getting truncated reports... and with 400+ accounts... this is becoming EXTREMELY problematic :/ Best regards, Guillaume -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Re: v201101 Generic Selectors

2011-04-27 Thread mm
Gosh, I don't know - did you try it? I'd be fascinated to know if that works. Given the same problem, I would likely just retrieve all keywords for the adgroups and filter them out at my end. Maybe that's a little brute-force, but I've already got that retrieval code working :) On Apr 27, 11:38 am

Re: "Unexpected exception" when retrieving a report on v201101

2011-04-27 Thread Volker Kueffel
I should mention that the definition also includes several clientSelectors by login which I didn't post earlier. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=

"Unexpected exception" when retrieving a report on v201101

2011-04-27 Thread Volker Kueffel
Hi, I just started implementing the ReportDefinitionService v201101 and ran into issues downloading any of my reports. I created a bunch of cross client reports for our MCC accounts which didn't throw any errors. However when I tried to download any of them I got an "Unexpected exception". He

Re: Downloading search query performance report

2011-04-27 Thread herbertbintoroe
Hi, Actually now I got it working. Thanks for your help, Herbert On Apr 27, 7:49 am, mm wrote: > Herbert - > Do you see results for that date range via the UI? I had the same > issue, then I found somewhere that search query results take longer to > be available than the others. For my purpos

Re: Downloading search query performance report

2011-04-27 Thread herbertbintoroe
Hi MM, I tried your suggestions and I changed my $reportDefinition- >dateRangeType = 'LAST_7_DAYS'; I can see data for that date range (last 7 days) in UI. Do you know why I still could not get any data? Thanks, Herbert On Apr 27, 7:49 am, mm wrote: > Herbert - > Do you see results for that da

Re: QUOTA_EXCEEDED which reportdownload returned.

2011-04-27 Thread mc c
I got word from a support issue i opened with google it appears that Cross Client Reports will exhibit this problem, It would be nice to know from the Adwords API team when this is going to be resolved, I have about 300 clients and counting and doing this stuff with selectors is not going to be

Re: v201101 Generic Selectors

2011-04-27 Thread JB
Yeah I've tried that, my issue is that I need to retrieve a group of keywords that belong in multiple ad groups using a single call. So I would basically be submitting something like the following: Predicate predicate1 = new Predicate(); predicate.setField("AdGroupId"); predicate.setOpe

Re: v201101 Keyword Field response removed from TargetingIdeaService for RelatedToKeywordSearch???

2011-04-27 Thread Eric Haskins
Thanks Evgeniy that fixed that now if i can figure out why they dont return the seed keyword I would be all set LOL Eric On Apr 27, 12:12 pm, Evgeniy Bogdanov wrote: > Hi Eric. > > Use CRITERION instead of KEYWORD. > > Regards, > > On 27 апр, 20:06, Eric Haskins wrote: > > > > > > > > > I just

Re: v201101 Keyword Field response removed from TargetingIdeaService for RelatedToKeywordSearch???

2011-04-27 Thread Evgeniy Bogdanov
Hi Eric. Use CRITERION instead of KEYWORD. Regards, On 27 апр, 20:06, Eric Haskins wrote: > I just updated and switched over to v201101 from v201008  and noticed > that when we use the TargetingIdeaService for RelatedToKeywordSearch > > The Keyword field was removed??? Doesnt that make an getti

v201101 Keyword Field response removed from TargetingIdeaService for RelatedToKeywordSearch???

2011-04-27 Thread Eric Haskins
I just updated and switched over to v201101 from v201008 and noticed that when we use the TargetingIdeaService for RelatedToKeywordSearch The Keyword field was removed??? Doesnt that make an getting related Keywords useless if we only have the option of seeing Search Volume & competition on a bla

Re: AdGroupService returns UNEXPECTED_INTERNAL_API_ERROR

2011-04-27 Thread Kevin Winter
Hi, The sandbox account is currently out of sync with production, which can cause errors like this. We have a refresh scheduled to occur this Thursday. Please try again after the refresh. -Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Upcoming Sandbox DB Refresh: Thursday, April 28

2011-04-27 Thread AdWords API Advisor
Hi, The AdWords API Sandbox's database is scheduled to be refreshed on Thursday , April 28, during which all data stored in the sandbox will be cleared. AdWords API v13 users will have to recreate their client accounts by making a request to AccountService.getClientAccounts(), and v200909 users o

Re: v201101 Generic Selectors

2011-04-27 Thread mm
Hey Jerry - Have you tried the "IN" predicate selector? I am pretty sure that will give you what you want. ie: Predicate predicate = new Predicate(); predicate.setField("AdGroupId"); predicate.setOperator(PredicateOperator.IN); predicate.setValues(new

Re: Downloading search query performance report

2011-04-27 Thread mm
Herbert - Do you see results for that date range via the UI? I had the same issue, then I found somewhere that search query results take longer to be available than the others. For my purposes, I simply created a report definition requesting data for the past week using ReportDefinitionDateRangeTyp

Re: Creation of Customized Templates

2011-04-27 Thread Kevin Winter
Hi Emmanuel, You can create a template ad via the api: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdService.TemplateAd.html See here for a list of template ads: http://code.google.com/apis/adwords/docs/appendix/templateads.html But currently the API does not support defin

Re: WSDL Conversion Error

2011-04-27 Thread Kevin Winter
Hi, This question has been asked here in the past: https://groups.google.com/d/topic/adwords-api/HZCS4Lu8RMU/discussion We recommend you speak with salesforce. -Kevin Winter, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: Geo Targeting AdGroups

2011-04-27 Thread Kevin Winter
Hi, GeoTargeting is only available at the Campaign level. -Kevin Winter, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Estimate Search Traffic - Results from API traffic estimator and Google Adword tools - differs

2011-04-27 Thread Kevin Winter
Hi, The Traffic Estimator is very particular to the settings used. When using the UI, are you using Reporting and Tools -> Traffic Estimator, or are you navigating the the specific adgroup, clicking Add Keyword and then clicking estimate traffic? Unless the settings are absolutely identical

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-27 Thread Kevin Winter
Hi Peter, In the foreach loop over $page->entries you should be able to do an instanceof to verify that the result is a TextAd and then pull out the headline like this: $adGroupAd->ad->headline -Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

How can i get the "Dimensions" tab values using API

2011-04-27 Thread Deepak Jayaramdas
How can i get all the "Dimensions" tab values for the current month with respect to each day. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Sandbox: UNEXPECTED_INTERNAL_API_ERROR when creating adgroups

2011-04-27 Thread Danial Klimkin
Hello, The issue will be resolved once the Sandbox refreshed. The refresh is scheduled for tomorrow (Thursday), official notification will be available soon. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: Invalid XML ad and keyword performance report including "*** Unexpected exception???"

2011-04-27 Thread Danial Klimkin
Hello Toshi, Please send me full HTTP headers for the report request you are making (over email). Danial Klimkin, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gro

How to get all fields of "Dimensions" Tab

2011-04-27 Thread Ajay
Hi, How can i get all the fields under "Dimensions" tab for the current month with respect to each day. Which php file should i check(ie: like GetRelatedKeywords.php). -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Re: CampaignTargetingService - UNEXPECTED_INTERNAL_API_ERROR for some campaigns

2011-04-27 Thread Daniel
same problem here since yesterday. any news about this error? On Apr 26, 5:22 pm, mm wrote: > Hey guys - > I am successfully retrieving targeting info for most of our campaigns. > However, for a few of our campaigns we are now consistently > gettingUNEXPECTED_INTERNAL_API_ERROR. The requestIds

Cross-client reporting

2011-04-27 Thread Ikke
Hello team, Do you know when the cross-client reporting will be available for v201101? I am currently developing an application for aprox. 300-400 customers in my mcc account. The question is whether i need to make a temporary workaround. Is the release date a matter of days,weeks or months? Than

Re: AdGroupService v201101: ApiException when selecting InvalidClicks and InvalidClickRate

2011-04-27 Thread Wilrik Mook
Hello Danial, Thanks for pointing this out. I wasn't actually paying attention to the meaning of the fields, only following the documentation :-) Your are probably aware of this, but the elements are also specified in the WSDL. Regards, Wilrik 050media -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: QUOTA_EXCEEDED which reportdownload returned.

2011-04-27 Thread JJ_SUZUKI
Hi, After trying downloading by v13, I was able to download it without a problem. However, I was able to un-zip the zip file in windows, but an error occurred in linux and was not able to open. I want the data of the EXCEL_CSV format, but do not seem to be able to choose it in v13. Furthermore

AxisFault occurs when I run the AddAdGroup example in v201101

2011-04-27 Thread sher...@126.com
AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: javax.net.ssl.SSLKeyException: RSA premaster secret error faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLKeyException: RSA premast