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 :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0bc33b0c-049b-4d6c-aecb-048f4cb4c2e4n%40googlegroups.com.
