Hello Dea, Could you please confirm what updates you are trying to perform on a campaign? You could use the BatchJobService <https://developers.google.com/adwords/api/docs/reference/latest/BatchJobService> to perform operations in bulk. To update the campaigns, you could use the CampaignOperation <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService.CampaignOperation>. Please check the guide on Batch processing <https://developers.google.com/adwords/api/docs/guides/batch-jobs> for more details. The code sample to add a complete campaign <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201802/campaignmanagement/AddCompleteCampaignsUsingBatchJob.java> in Java using the batch job service should be helpful for you. Samples in other languages can also be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Please let me know if this answers your question. If not, could you please share the UI screenshot of the update that you are trying to perform via the API? Regards, Sai Teja, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7b50e933-af78-445e-90fe-469196d7f83c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
