I'm working with the Adwords API and while I'm creating ads with HeadlinePart3 and Description2's, I'm unable to fetch them with the API.
I've had this issue inside my app—which uses AWQL—as well as through the example code found online for
googleads/googleads-php-lib GetExpandedTextAds.php—which uses the more formal Predicate methods.
For HeadlinePart3, the api throws:
Google\AdsApi\AdWords\v201809\cm\ApiException: [SelectorError.INVALID_FIELD_NAME @ serviceSelector; trigger:'HeadlinePart3']
For Description2, the api does not error but returns null.
It seems that when we run mutations on these AdGroupAds, we get the information back—but are unable to fetch the information without making a second call to disable, and re-enable ads.
I have confirmed through the GoogleAds interface that the ads have a HeadlinePart3 and a Description2 set.