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 do the same operation but using the Google Ads API V1.0
Many Thanks,
Zied