Re: Missing Search Terms

2021-05-18 Thread Google Ads API Forum Advisor Prod
Hi Lukas, Glad to see that the shopping terms are showing. You mentioned earlier that you were unable to unable to get display campaigns as well -- has removing the match type segment allowed you to get terms from display campaigns? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref

Re: Missing Search Terms

2021-05-18 Thread Lukas Everads
It was this column that prevented showing the shopping search terms " *segments.keyword.info.match_type*" Best, Lukas. On Tuesday, May 18, 2021 at 11:46:59 AM UTC+2 lukasmast...@gmail.com wrote: > Hello Matt, > > I managed to get shopping campaigns by just removing attributes from my > GAQL, bu

Re: Missing Search Terms

2021-05-18 Thread Lukas St
Hello Matt, I managed to get shopping campaigns by just removing attributes from my GAQL, but I have no idea why it works like that: This GAQL will return 0 results: SELECT search_term_view.resource_name, ad_group.id, campaign.id, search_term_view.

Re: Missing Search Terms

2021-05-18 Thread Lukas St
Hello Matt, Thanks for the reply. It seems a bit weird that such a basic feature - getting all search terms - using the search_term_view does not work as intended. In some paid Google Ads tools I saw that they are getting all search terms, so I reckon it has to be possible, do you perhaps have

RE: Missing Search Terms

2021-05-17 Thread Google Ads API Forum Advisor Prod
Hi Lukas, Thanks for reaching out. The Ads API should mirror the Ads UI, although the Ads API only includes a subset of features and capabilities found in the UI. Please allow me to submit a feature request on your behalf to include other advertising channels. Regards, Matt Google Ads API Team

Missing Search Terms

2021-05-17 Thread Lukas St
I am trying to retrieve all Search Terms via the Google Ads PHP API. However, I noticed that a lot of them are missing. After investigation I found out that API returns only those terms that belong to the type *SEARCH* campaigns. Others types are ignored. I don't understand why it works like th