Re: ads api - get number of purchse

2023-11-21 Thread Prabhu Palanisamy
Thank you! I can able to retrieve the purchase data now. Query: select metrics.all_conversions_value, segments.conversion_action_category, metrics.all_conversions, from customer WHERE segments.date >= '2023-11-01' AND segments.date <= '2023-11-06' AND segments.conversion_action_category = 'PU

Ads API - get number of purchse

2023-11-16 Thread Prabhu Palanisamy
I tried to fetch the number of purchases from the ad account through the API, but it gives 0 value for all the campaign/ ad_group / customer levels. I tried the following metrics: metrics.orders metrics.cross_sell_units_sold metrics.units_sold Query: SELECT campaign.name,