Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch Ads using the Google Ads API, and we've found that created Ads don't include the Ad name. The operations are being sent with names (which aren't null):
But querying the created Ad using the returned ResourceName:
`service.getAdGroupAd(ResourceNames.adGroupAd(accountId, adGroupId, adId)`
Returns an object with all the other fields set, but with the name set to null.