Metrics data discrepancies between ad_group_ad and search_term_view endpoints(GAQL.

2024-11-22 Thread Mohansai P
Hi Team, We are trying to fetch *adspend* data including metrics (Impressions, Clicks, Cost, Conversions and Conversion_value) from Google Ads API and we have identified by using GAQL & python client library we can achieve this from *ad_group_ad* endpoint as show below. SELECT segments.date, se

Re: is it not possible to do oauth process again for the same ad account?

2024-09-12 Thread Mohansai P
hy we are following Generic OAuth2 process. I hope you understood my concern. Thank you. On Thursday 12 September 2024 at 19:07:29 UTC+5:30 Mohansai P wrote: > Hi Team, > Thanks for your response. > But regarding the protocol that we are following as per my clients > requirement

Re: is it not possible to do oauth process again for the same ad account?

2024-09-12 Thread Mohansai P
Hi Team, Thanks for your response. But regarding the protocol that we are following as per my clients requirement, they are purely following the generic OAuth consent. So can you please help me with the above mentioned issue which i'm facing?? Thanks in advance. On Thursday 12 September 2024 at

Is it not possible to do OAuth process again for the same Ad account?

2024-09-12 Thread Mohansai P
Hi Team, I'm facing an issue (which is attached in the below) while I'm going to start the OAuth process for an Ad account again since I haven't saved the refresh and access tokens that were obtained previously. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Is it not possible to do OAuth process again for the same Ad account?

2024-09-12 Thread Mohansai P
Hi Team, I'm facing an issue (which is attached in the below) while I'm going to start the OAuth process for an Ad account since I haven't saved the refresh and access tokens that were obtained previously. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: unable to retrieve ad_group_ad metrics after successfully retrieving campaign level metrics

2024-06-26 Thread Mohansai P
May I know the solution for this? On Wednesday 20 September 2023 at 17:16:16 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your concern, I understand that your query is regarding > ad_group_ad level metrics

I can't able to see "ad_group_ad.ad.name" in my output result

2024-06-26 Thread Mohansai P
Hi Team, I have been querying the below query to fetch the data. Here's the query SELECT segments.date, segments.ad_network_type, campaign.id, campaign.name, ad_group_ad.ad.name, ad_group.name, metrics.cost_micros, metrics.clicks, metrics.impressions, metrics.average_cart_size, metrics

Not getting ad_group_ad.ad.name in results

2024-06-26 Thread Mohansai P
Hi Team, I want to fetch the data for my client, so that I decided to use `client libraries` for that. Here's the below query, SELECT segments.date,segments.ad_network_type,campaign.id,campaign.name,ad_group_ad.ad.id,ad_group_ad.ad.name,ad_group.name,metrics.cost_micros,metrics.clicks,metrics.i