We launched a text ad campaign and tried to get keyword, text ad recommendation by using Google ads API but it is not returning any data.
We got the code snippet from the following link:
ga_service = client.get_service('GoogleAdsService', version='v3')
query = ('SELECT recommendation.type, recommendation.campaign, '
'recommendation.text_ad_recommendation FROM recommendation '
'WHERE recommendation.type = TEXT_AD')
results = ga_service.search(customer_id, query=query, page_size=page_size)
Please let us know why the result is empty when the recommendations can be seen in UI.
Thanks,
Saroja