Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-21 Thread Jaroslav Mazurak
Hello All, I have access to a specific account and want to retrieve the full hierarchy of its objects before getting the analytics. For this purpose, I use the appropriate service objects and method get(). The selectors are built with only a field list and page limit, without dateRange, predic

Re: Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-22 Thread Jaroslav Mazurak
Hi Peter, thank you for your answer but you've suggested again to use report(s) to get the information about entities and their hierarchy. I wonder if it's possible to get *all* this information using *service* objects and *get */ *query *methods (except for the documented exceptions such as vi

Re: Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-25 Thread Google Ads API Forum Advisor Prod
Hi Jaroslav, I am a colleague of Peter and let me provide support to your concern. My colleague, provided the campaign report as an example only, since you would not be able to retrieve video campaigns via the services of the Google Ads API. As mentioned earlier as well by my colleague, both se

Re: Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-25 Thread Jaroslav Mazurak
Hi Ernie, It would be great to have a comprehensive API set. Without some entities, the current API can't be used in the production environment. The Campaign Performance report is used due to the absence of entities in the current API service object, and it stands at least for 2+ years... поне

Re: Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-26 Thread Google Ads API Forum Advisor Prod
Hi Jaroslav, Although the Ads API does not support video campaign creation/modification, there are alternatives. For example, Ads scripts provides this functionality. If you have any questions for the scripts team, please let us know and we can put you in touch with them. Regards, Matt Google

Re: Get object hierarchy (campaigns, ad groups, ad group ads, ads) set in UI for the given account using AdWords API

2021-01-26 Thread Jaroslav Mazurak
Hi Matt, Thank you for pointing to the Google Ads Scripts API but I wonder why there are different SDKs with a different feature set? Currently, I'm using Java SDK because it better integrates with the backend infrastructure, and see limitations of the current SDKs. Now you suggest the ECMAScr