Re: search terms report for performance max

2024-05-06 Thread Moshe Shechter
Hello, The query you provided relates to the search term categories, not the search terms. In order to get the search terms (denoted as a segment in the campaign_search_term_insight view) you require a further selection of a single search term insight ID as follows: SELECT

Re: search terms report for performance max

2024-05-05 Thread Moshe Shechter
Hi, The search terms are NOT available on the search_term_view for Performance Max campaigns. Search terms can be found by accessing a single campaign (filter by campaign ID) and a single campaign_search_term_insight (campaign_search_term_insight.id) in the campaign_search_term_insight view

Re: campaign search term insights call fails

2024-02-18 Thread Moshe Shechter
Hello, This issue has not been resolved on my side, and I am still seeing the same error every time, regardless of modifications made to the query. The latest attempt is as follows: query = ''' SELECT campaign_search_term_insight.campaign_id,

Re: campaign search term insights call fails

2023-11-27 Thread Moshe Shechter
Hello, Is this thread still live? Is there any progress? It has been nearly three weeks. Thanks, Moshik On Sunday, November 19, 2023 at 12:33:32 PM UTC+2 Moshe Shechter wrote: > Hello, > > Bumping this up - it has been almost two weeks. > > Thanks, > > Moshik > > O

Re: campaign search term insights call fails

2023-11-19 Thread Moshe Shechter
Hello, Bumping this up - it has been almost two weeks. Thanks, Moshik On Monday, November 13, 2023 at 3:11:34 PM UTC+2 Google Ads API Forum Advisor wrote: > No response yet from my colleague on the campaign team. I'll post a > response here as soon as I hear something. > > > > This

Re: campaign search term insights call fails

2023-11-12 Thread Moshe Shechter
Any update on this? On Tuesday, November 7, 2023 at 6:18:53 PM UTC+2 Google Ads API Forum Advisor wrote: > Hi Moshe: > > That is just the data that I need. I've asked a colleague from the > campaign management team to take a look and will report back here when I > have a response. > > > >

Re: campaign search term insights call fails

2023-11-07 Thread Moshe Shechter
Please let me know what you find, but to clarify, the code works for the following GAQL query (All results are returned, and match the results in the UI): SELECT campaign_search_term_insight.category_label, metrics.clicks, metrics.impressions,

Re: campaign search term insights call fails

2023-11-07 Thread Moshe Shechter
Thank you for the response. Several things: 1. The error only occurs for this particular query. All other queries work fine. The overall process run reporting tasks on a regular basis with no issues. The code itself runs perfectly when a different query is provided, even for the same resource,

Re: campaign search term insights call fails

2023-11-06 Thread Moshe Shechter
Hello, I am using the python library. As for versions: - Python 3.9.5 - google-ads library v 22.1.0 - See attached output from pip freeze Please note that all other requests to the API work perfectly well. For completeness, please see GAQL query (campaign and id are specific IDs

Re: campaign search term insights call fails

2023-11-05 Thread Moshe Shechter
Hello, I've been having the same exact issue on my side. An API call allows for the fetching of all category label data for a single campaign, but once data is segmented by search_subcategory and search_term (with a filter for a specific campaign id and campaign_search_term_insight id) the

Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-12-27 Thread Moshe Shechter
Hi Ellis, The issue I had encountered was a rather silly one. Depending on your authentication flow (from storage, YAML file or string, or dict) with python, the login-customer-id flag - which is the account number seen when clicking on the user's google account logo/picture on the right hand

Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-12 Thread Moshe Shechter
Hi Peter, Boshy, Just to address Boshy's previous question, we are using a production developer token, so that should not be an issue. We are able to execute the calls with the adwords API. @Peter - I have been doing exactly as you mentioned, adding the manager account as part of the

Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-06 Thread Moshe Shechter
Hi Bosh, Just to add to that (I am experiencing the exact same thing - script is similar), the issue is resolved on my side when I add the user (whose refresh token we are using) directly to the account (login-customer-id is left unchancged), but that is not a solution. We can use the refresh

Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-04 Thread Moshe Shechter
Hello, We are in the process of migrating from the adwords API to the Google Ads API, and are encountering an authentication issue. We are using the python client libraries. For a given user and accounts (tested multiple combinations), we easily access accounts and reports via the adwords