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
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
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
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
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
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
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
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