hi all,
im trying to get information from ad_group_audience_view report that will show me the audience with its name, some metrics (cost, conversion mainly) and other basic attributes like campaign, ad group etc.
audience names like: education, sport & fitness, software and so forth.. as seen in google ads UI.
i am able to get everything from ad_group_audience_view except the audience name.
i also select and get ad_group_criterion.user_interest.user_interest_category. but it does not include the audience name.
the only way i think of to get the name is executin another query on user_interest resource, selecting user_interest.user_interest_id and
user_interest.name.
then, intersect between user_interest.user_interest_id from the later query with ad_group_criterion.user_interest.user_interest_category from former query and find the correct name.
is there a better way?
can someone point it out?
thank you very much :)