Hi Team,
How to fetch list of all unique values for genders, age range, Audiences provided by google Ads Api?
For example we had below option in Adwors API.
ConstantDataServiceInterface constantDataService = adWordsServices.get(session,
ConstantDataServiceInterface.class);
genders = constantDataService.getGenderCriterion();
Can you please help us with this query.
Thanks