Re: ad type name

2023-07-11 Thread Yonatan
this is the part that doesn't work ad_type_name = row.ad_group_ad.ad.type_.*name.upper()* On Monday, July 10, 2023 at 1:51:58 PM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Forum. > > It appears that you have a concern with regards to retriev

ad type name

2023-07-09 Thread Yonatan
Hi, Previously, it was possible to retrieve the name of an ad type using the following code: ga_service = client.get_service("GoogleAdsService") perf_dict = defaultdict(dict) query = f""" SELECT ad_group_ad.ad.system_managed_resource_source, ad_group_ad.ad.type, . response = ga_ser

Create audiences based on a url

2023-05-10 Thread Yonatan
Hello, How can I create audiences based on a URL in Google Ads API. In the UI I do it like this: [image: Untitled.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RSA Headline Pin

2023-03-26 Thread Yonatan
Hi! How can I get the pin settings for a headline/description in a responsive search ad? In Google ads scripts I was able to get it like this: var headlines = ad.getHeadlines(); var pin1 = headlines[1].pinning; [image: Untitled.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

getting keyword id from search_term_view or keyword_view

2023-03-23 Thread Yonatan
Hello, How can I retrieve the keyword id from from search_term_view or keyword_view I can easily get it in google ads scripts but not sure how to get it in google ads api https://developers.google.com/google-ads/scripts/docs/reference/adsapp/adsapp_keyword#getId_0 -- -- =~=~=~=~=~=~=~=~=~=~=~=

segments.keyword.info.text

2023-02-23 Thread Yonatan
Hi! When I send this query: SELECT campaign.id, campaign.name, metrics.average_cpc, search_term_view.search_term, metrics.clicks, metrics.conversions, segments.keyword.info.text, segments.keyword.info.match_type FROM search_term_view WHEREsegments.date BETWEEN '{from_date}' AND '{to_date

get search terms in keyword_view

2023-02-16 Thread Yonatan
Hi How can I add search terms in this query? SELECT campaign.id, campaign.name, ad_group_criterion.keyword.text, ad_group.id, ad_group.name, campaign.id, campaign.name, FROM keyword_view -- -

Re: filter excluded product groups from shopping_performance_view report

2022-02-18 Thread Yonatan Est
Thank you! On Fri, Feb 18, 2022 at 10:30 AM Google Ads API Forum Advisor wrote: > Hi Yon, > > Thank you for reaching out. > > For product groups as seen in the UI, you can use the product_group_view > > instead an

Re: Extension Setting Services - operation limit

2019-07-18 Thread Nati Yonatan
Is there a limit for the extensions list inside the extension settings? On Thursday, July 18, 2019 at 10:42:32 AM UTC+3, adsapiforumadvisor wrote: > > Hi Nati, > > Thank you for posting your concern. > > With regard to your question, one extension setting should be equivalent > to one operation s

Extension Setting Services - operation limit

2019-07-17 Thread Nati Yonatan
according to https://developers.google.com/adwords/api/docs/guides/extension-settings > *Note:* Since their data elements can be very large, extension setting > services have an operations-per-request limit of *250* (instead of the > usual 5,000). what is the operation limit exactly? Because

TargetingIdeaService suggested keywords relevance and data integrity

2016-03-07 Thread yonatan
VERAGE_CPC and COMPETITION for each idea look very different for the same data shown on the UI results (for the same text). Any explanation regarding that? Thanks, Yonatan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead