RE: Mutate Validation - Google Ads API

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zied, You may use the validate_only to true as a request parameter to only validate the request. Please check this guide for more information. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=

Mutate Validation - Google Ads API

2019-04-15 Thread Zied Chaari
Hi All, I'm using Goolge Ads API V1.0, and I want to validate the creation of any entity (campaig, adgroup,...). In the Google AdWords API, I just have to change the Request Header validateOnly attributes like bellow: campaignExtensionSettingService.RequestHeader.validateOnly = true; How can I