Hi, I'm trying to get a list of attributes+metrics for the campaign artifact along with their enum values if applicable.
I managed to get the metrics using the GoogleAdsFieldService with this as the query:
"SELECT name, category, selectable, enum_values, filterable, sortable, selectable_with, data_type, is_repeated WHERE category IN ('METRIC','ATTRIBUTE') AND selectable_with CONTAINS ALL ('campaign')"
This only returns the metrics, which i understand. What should I do to get the attributes?
Thanks,
Joe