How to set Keyword settting to Audience or Content when I add display keyword via adwords api?

2018-11-04 Thread Ken Hsu
Hi everyone Can I set Keyword settting to Audience or Content when I add display keyword via adwords api? Just like the screensot in attachment -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can I set target setting to Observation when I add audience or topic to ad group via api?

2018-11-07 Thread Ken Hsu
Hi everyone Is there any way to set target setting to Observation when I add audience or topic to ad group via api? Just like attachment thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can I set campaign's target setting to specific devices via adwords api?

2018-11-22 Thread Ken Hsu
Hi everyone Can I set campaign's target setting to specific devices via adwords api? Like attachment below Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

How to change test account to production account?

2019-03-26 Thread Ken Hsu
Can I change test account to production account? I want to create new production account with same email as test account, but when I click here Do you want to create a new Google Ads account associated with this email address? Click here. nothing effects. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can I get In-market audiences list via api?

2018-08-23 Thread Ken Hsu
Can I get In-market audiences list via api? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.co

Re: Can I get In-market audiences list via api?

2018-08-27 Thread Ken Hsu
helps. > > Thanks and regards, > Peter > AdWords API Team > > On Friday, August 24, 2018 at 5:31:30 AM UTC+8, Ken Hsu wrote: >> >> Can I get In-market audiences list via api? >> thanks >> >> >> <https://content.s

How to get cost for each accouts?

2019-06-26 Thread Ken Hsu
Hi there. Can I get the cost for each accounts via api? Or I need to add up the cost of all my campaigns in account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Can I get simple json response from ads api?

2019-06-27 Thread Ken Hsu
Hi there. Can I get simple json response from ads api? I'm using php sdk. $googleAdsServiceClient->search($customer_id, $query, ['pageSize' => 1000]); always return me full object. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Can I get simple json response from ads api?

2019-07-09 Thread Ken Hsu
Hi adsapiforumadvisor It's not about logging. I want to use json response in my application. As I know, the sdk always return object from grpc. Is there has any functionality to get json response? something like $googleAdsServiceClient->searchGetJson($customer_id, $query, ['pageSize' => 1000]);