Re: AdGroupCriterion Service UNEXPECTED_INTERNAL_API_ERROR

2011-01-11 Thread SW
mething I > noticed in your requests: Could you check if you are trying to delete > keywords that are already deleted? If so, avoiding such operations can > help you reduce the number of operations you have to perform per API > call. > > Cheers, > Anash P. Oommen, > AdWords

AdGroupCriterion Service UNEXPECTED_INTERNAL_API_ERROR

2011-01-10 Thread SW
Hi, I am getting UNEXPECTED_INTERNAL_API_ERROR when mutating AdGroupCriterion service. I am trying to mutate total of 710 adgroup criterion. Please find soap response below: Response X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Transfer-E

Re: campaign report number mismatch

2010-12-08 Thread SW
uestion to the general > AdWords forum: > >  http://www.google.com/support/forum/p/AdWords?hl=en > > Best, > - Eric Koleda, AdWords API Team > > On Dec 7, 12:17 pm, SW wrote: > > > > > > > > > Hi, > > > We are using v13 version of adwo

campaign report number mismatch

2010-12-07 Thread SW
Hi, We are using v13 version of adwords report. I see some discrepancies when looking at the report numbers. The problem is when you see the SUMMARY RECORD on top of the report through adwords user interface, the numbers are not rounded (so assuming right numbers). When you look at the detail r

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
lrik Mook wrote: > Sorry if I wasn't clear enough, I meant to say: if you include those > fields (though only Date should do the trick), it will show statistics > for each day separately. > The same kind of thing happened to me when including the > AdNetworkType1 field in a report

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
If I omit the Date or DayOfWeek, will it get me statistics for days separately? On Oct 28, 10:58 am, Wilrik Mook wrote: > Hi SW, > > When you include the Date or DayOfWeek field in the selector, I think > this automatically happens. > > Regards, > > Wilrik > 050media

v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
Hi, We are using ReportDefinitionService of v201008 version. The version v200909 allowed us to get the report data to include the daily aggregation. If we specify two date range, the report would include statistics data separately for single day within the date range. However, new service aggreg

adgroupadservice timeout issue.

2010-10-28 Thread SW
Hi, I am getting timeout when trying to get the ads: Here is the method: AdGroupAdService service = new AdGroupAdService(); public List GetAllAdGroupAds(long adGroupId) { List gaAds = new List(); try { AdGroupAdSelector acs = new AdGrou

UserListService's Audiance Tags/Rules

2010-10-21 Thread SW
Hi, I am using AdWordsService.v201008.UserListService. I am trying to get the audience's Tags / Rules. Using google adwords UI, we can click on the Tag/Rules and can see javascript code. How can we get that information using new userlist service. If the javascript is not accessible through api

Daily report stats for ReportDefinitionService

2010-10-18 Thread SW
Hi, I am looking for a way to get the stats info for daily bases. In the report definition service, we can specify min and max date when providing selector. However, this will get us aggrigated data for the date range not individual date. Can someone tell me how can I do that? Here is the code

Re: Required and optional columns v201003

2010-10-18 Thread SW
Hi, I am getting similar problem. When I try to get the ad performance report with only specifying adgroupIds, I don't get any data at all. I agree with earlier posts stating api might be specifying predicates even though not added by users. Would you give us an ETA on this? Here are the report

ReportDefinitionService multiple adgroupids / campaignIds reports

2010-10-15 Thread SW
Hi I am using ReportDefinitionService version v201008. When I try to generate the report for multiple campaigns or adgroups, the xml returned doesn't get statistics info. However, when I specify single adgroupId or campaignid in the Predicate, it retrieves the statistics information. Older vers

TargetError.CANNOT_TARGET_SEARCH_SYNDICATION_WITHOUT_GOOGLE_SEARCH

2010-09-02 Thread SW
Hi, We are getting this error when trying to mutate CampaignTargetService. TargetError.CANNOT_TARGET_SEARCH_SYNDICATION_WITHOUT_GOOGLE_SEARCH TARGETING_VALIDATION_FAILED I get this error when we have selected options other than all available sites under Networks and devices section in Campaign s

TargetError.TARGETING_VALIDATION_FAILED CONTENT_CONTEXTUAL

2010-06-28 Thread SW
Hi, I am getting error stated below when mutating Campaign targets. The error detail shows content_contextual error. I was wondering if someone can point me the reason. Here is the error log along with soap request and response. {com.google.api.adwords.lib.AdWordsApiException: [TargetError.TAR

GeoLocationService address2 is required?

2010-04-22 Thread SW
Hi, I am trying to use the GeoLocationService to get the address. If I pass in all of the fields except Address2 in the address object, I get the error stating address 2 is too short. It is entirely possible to have the address without address2 field. Here is the error log: com.google.api.adwor

Campaign ad extension click to call phone number

2010-04-20 Thread SW
Hi, I would like to set the click to call phone number on the Ad extensions using api. I can set the phone number(business) in the address section of the extension. However, I don't see any fields in the google adwords api v200909 to set the click to call phone. Thanks -- =~=~=~=~=~=~=~=~=~=

Re: AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-16 Thread SW
I am facing an issue with adding an adextension override. Here is the sequence of calls I am making. 1) Delete existing ad extension override (that is tied to the add) 2) Add new ad extension override to the same ad (which had ad extension override but deleted earlier) One of your other forum ("

AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-15 Thread SW
Is it the same case with CampaignAdExtensionService? On Apr 15, 9:44 am, AdWords API Advisor wrote: > Hi, > > That's correct, AdExtensionOverides cannot be updated after they are > created. > > Best, > - Eric Koleda, AdWords API Team > > On Apr 14, 5:01 pm, SW w

AdWords API AdExtensionOverrideService Set operation not supported

2010-04-14 Thread SW
Hi, When I try to mutate the AdExtensionOveride with SET operation, I get the error stating "[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]" Does it mean, I can only ADD or REMOVE but not SET? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread SW
 Are you reusing services > and/or authTokens in your application? > > Best, > - Eric Koleda, AdWords API Team > > On Apr 8, 5:19 pm, SW wrote: > > > > > Hi, > > > We have a process where we replicate google adwords account to > > multiple client acc

AdWords API AuthTokenException: Login failed

2010-04-08 Thread SW
Hi, We have a process where we replicate google adwords account to multiple client accounts(could be 20+) to copy over ads. We started getting the login failed error recently. We are using v200909 version with version 7 client library. Please shed some light in resolving this or suggest a work

AdWords API Re: CampaignService get campaign by campaign Id

2010-03-31 Thread SW
ond.  The extra delay in time must be happening client side.  Are > you using of the AdWords API client libraries? > > Best, > - Eric Koleda, AdWords API Team > > On Mar 29, 11:50 am,SW wrote: > > > > > If it helps, here is the soap request and respons

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-03-29 Thread SW
I have similar latency problem when trying to use the campaign service. Please look for "CampaignService get campaign by campaign Id" in the subject list for the similar issue I reported this morning. Do we have this issue across the board on all of the services? On Mar 29, 11:55 am, AdWords API

AdWords API Re: CampaignService get campaign by campaign Id

2010-03-29 Thread SW
415321https://adwords.google.com/ api/adwords/cm/v200909">1CampaignPageDAILYMoney1000STANDARDsomenumberNetworkingACTIVESERVING2010032420371231DAILYMoney1000STANDARDhttp://www.w3.org/2001/XMLSchema- instance" xsi:type="ManualCPC">ManualCPCOPT_OUTALLStatsOPTIMIZE0 -E

AdWords API CampaignService get campaign by campaign Id

2010-03-29 Thread SW
Hi, I am trying to get the adwords campaign by campaignId. When I try to call the campaign service for the first time, it takes somewhere between 10 to 15 seconds to get the campaign by id. Any subsequent attempt to call this method works faster. Would you please help me understand the differe

AdWords API Re: Campaign settings v200909

2010-03-22 Thread SW
Hi, Peer I did try platformtarget. However, it seems the advanced settings displayed on the UI is not accessible from the api. Is it partially accessible? On Mar 22, 5:42 pm, "Peer Jakobsen (AdWords API Guru)" wrote: > Devices are set using the > PlatformTarget:http://code.google.com/apis/adw

AdWords API Campaign settings v200909

2010-03-22 Thread SW
Hi, I trying to set campaign settings listed below using adwords api v200909. I can not find the properties/methods/services to set those using api. CampaignSettings Devices Bidding and Budget Position preference, delivery method (can not find both of these in api) Thanks -- =~=~=~=~

AdWords API AdWordsUser instantiation very slow first time v200909

2010-03-17 Thread SW
Hi, I am using AdWordsUser object to pass in header related info. The problem is that first time when I am instantiating the object and pass in the soapheader dictionary, it takes about 15 seconds. I was wondering if I can speed it up somehow. AdWordsUser user; user = new AdWordsUser(GetHeader

AdWords API Re: mutate and errors

2010-03-16 Thread SW
Hi, Peer Thank you for the quick answer. The api throws an error when try to mutate a list of operations. Do I have to parse the errors to find out which ones failed or there is other method/way to get the failed operations? Thank you again On Mar 16, 5:22 pm, "Peer Jakobsen (AdWords API Guru

AdWords API mutate and errors

2010-03-16 Thread SW
Hi, I am calling mutate service on AdGroupAdService. I have for example 5 operation that I want to perform including Add, remove and set. If there is a policy violation or other kinds of errors in the first or second operation, does the mutate operation continue with the next operation or finishe

AdWords API Proximity Target and wrong location on api

2010-02-26 Thread SW
Hi, I am using v13 version of google adwords api. I saw a strange behavior when i use radius around zipcode feature of the api to provide custom targeting. If I provide a zipcode of 28213 and radius of 60 miles (and translating to meters as it is required in api). When I update the campaign, th

AdWords API OperatorError.OPERATOR_NOT_SUPPORTED on campaignservice v200909

2010-02-12 Thread SW
I have campaignservice object using adwords 200909 version. here are the steps I am taking to initialize the object and trying to mutate campaign. first creating header object as following: Dictionary headers = new Dictionary(); headers.Add("email", mysoapHeader.Email); h