Ok, thank you!
понедельник, 6 сентября 2021 г. в 04:30:38 UTC+3, adsapi:
> Hi,
>
> Thank you for the reply.
>
> I understand the reason for raising your concern and the reason why you
> are looking for specific field. Rest assured that our team is actively
> looking into all the feature reque
Hello,
Ok, I understand that there could be many more important issues with the
new API than my problem.
But I want to draw your attention to the fact that without these
parameters, in fact, getting campaigns does not make sense at all. In most
large advertising accounts there can be hundreds o
Hi there!
please tell if it became clear when the parameters ad_group.serving_status
and ad_group_ad.serving_status can be added?
the most approximate dates at least... Thanks.
среда, 14 июля 2021 г. в 19:13:56 UTC+3, adsapi:
> Hi there,
>
> Thank you for reaching out to Google Ads API supp
Hi!
The main problem for me was in the dataframe. But the line row = row._pb
really helps to reduce the time for the loop *for row in results* - on
large uploads. Thank you!
понедельник, 12 июля 2021 г. в 22:49:51 UTC+3, adsapi:
> Hi there,
>
> Thank you for reaching out to Google Ads AP
Hi, Mat!
Thank you so much! It seems the main problem is the dataframe within the
loop - without it the loop runs fast. Trying to figure out what to do
with the df now))
Best,
Daria
пятница, 9 июля 2021 г. в 12:44:55 UTC+3, Mat:
> Hi there,
>
> I would recommend to:
>
>- omit the "
Hello!
I'm starting to get acquainted with the Google Ads API - migrating there
the Adwords API scripts and met such a huge problem for me:
a cycle that took minutes in Adwords takes HOURS via the Ads API (( I hope
I'm just doing something wrong...
The task is to get links from all ads
Hi! I run this Python code:
/
import argparse
import sys
import pandas as pd
from google.ads.googleads.client import GoogleAdsClient
from google.ads.googleads.errors import GoogleAdsException
customer_id = '*'
client = GoogleAdsClient.load_from_storage("ga.yaml")
ga