Hello Atul, We'd need a bit more information in order to determine what's going wrong with your API call. Can you provide the full content of the SOAP fault/exception you are encountering? It should explain which input element is failing validation.
Cheers, -Jeff Posnick, AdWords API Team On Sep 2, 8:52 am, atul <[EMAIL PROTECTED]> wrote: > Hi > I m using v12. I want to update existing campaign. How it can be > done. my code is following.. > > myCampaigns[i].name = txtEditCampaign.Text; > myCampaigns[i].budgetAmount = 100000; > myCampaigns[i].budgetAmountSpecified = true; > myCampaigns[i].budgetPeriod = BudgetPeriod.Daily; > myCampaigns[i].budgetPeriodSpecified = true; > GeoTarget geoTargeting = new GeoTarget(); > geoTargeting.countryTargets = new String[] > { "US" }; > myCampaigns[i].geoTargeting = geoTargeting; > myCampaigns[i].languageTargeting = new String[] > { "en" }; > myCampaigns[i].status = CampaignStatus.Active; > myCampaigns[i].id = > int.Parse(cmbCampaign.SelectedValue); > > // myCampaigns[i]. > campaignService.updateCampaign(myCampaigns[i]); > > It gives one or more input failed.. > How it can be solved? > > atul --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---