Any way to read customer's ad suggestion setting?

2019-12-08 Thread Orkhan Alikhanov
Google Ads API does not seem to provide any field for account's ad suggestion setting. Is it at somewhere else or not provided at all? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Cannot obtain conversion actions properly via ads api

2019-12-07 Thread Orkhan Alikhanov
Hey! Thank you! Actually the data that API yields in my above request is of GOOGLE_PLAY_DOWNLOAD type and has "category": "DOWNLOAD". Do I fail to understand your answer correctly or? Also, Having a read-only data fine in my case. Is it planned to support those sources as well? -- --

Re: Cannot obtain customer data for test accounts via ads api

2019-12-03 Thread Orkhan Alikhanov
Thank you for your response! Docs seem to not correctly indicate that behavior. Basic access allows the developer token to make Google Ads API requests against* both test accounts and production accounts*. Production accounts are any accounts that serve real, live Google ads (test accounts do

Cannot obtain conversion actions properly via ads api

2019-12-03 Thread Orkhan Alikhanov
I am trying to obtain conversion actions from GoogleAds Api with following query: SELECT conversion_action.app_id, conversion_action.category, conversion_action.counting_type, conversion_action.id, conversion_action.name, conversion_action.resource_name, conversion_action.status,