Hello,
We are trying to build dashboard for our internal team to check all running
campaing analytics in single dashboard, to achive it we were exploring
google Ads API to fetch campaing, ad-group, ad stats data.
I am using google-ad python lib. I have shared code to get campaing and
ad-group
Hello,
I am able to get search Ads via API but not able to find display ads via
Ads API.
Qyery I have used to get search ads is
SELECT
ad_group.id,
ad_group_ad.ad.id,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.status
FROM ad_grou
How to get discovery Ads via APIs along with Ad images?
On Thursday, October 7, 2021 at 1:55:51 PM UTC+5:30 Soham Navadiya wrote:
> Hello,
>
> I am able to get search Ads via API but not able to find display ads via
> Ads API.
>
> Qyery I have used to get search ads is
>
&