Hi,
I'm fetching data Campaign data from Google Ads API. I'm using 'v2' version of Google Ads API. I'm passing query to the Search Stream. While fetching Campaign Label from Campaign table I receive a link type response `customers/{customer_id}/labels/{label_id}` as value in label list.
For this I have to take out the label_Id from the link received in response and then write another SearchStream which queries Label table with WHERE condition of Label.id and fetch Label name.
Is this the right approach to fetch the Label name or am I taking a long route? Please guide me if there is any other way to keep my code short and optimal in performance.
Appreciate your help in this.
Thanks,
Sanket Tandalekar