Re: Audiences target setup in AdGroup

2020-08-24 Thread denma test
Hi Anthony Okay, thanks for the confirmation. On Tuesday, August 25, 2020 at 12:19:19 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > You won't be able to get the auto generated audiences through the API. You > can only see the ones listed here >

Re: Audiences target setup in AdGroup

2020-08-24 Thread Google Ads API Forum Advisor Prod
Hello, You won't be able to get the auto generated audiences through the API. You can only see the ones listed here. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23Kl8A:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Audiences target setup in AdGroup

2020-08-24 Thread denma test
Hi Yes, i knew it and done with code as below public function listCustomAudiences() { $session = self::setSession(); $adWordsServices = new AdWordsServices(); $customAffinityService = $adWordsServices->get($session, CustomAffinityService::class);

Re: Audiences target setup in AdGroup

2020-08-21 Thread Google Ads API Forum Advisor Prod
Hi, You can retrieve the custom affinity via CustomAffinityService.get(). Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q23Kl8A:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Audiences target setup in AdGroup

2020-08-21 Thread denma test
missed attachment added here On Friday, August 21, 2020 at 11:35:22 AM UTC+5:30, denma test wrote: > > Hi > One more thing is in search tab, i can get result form the Categories CSV > like Custom affinity, in-market audience, but some auto created audience > list are not available in CSV, may i

Re: Audiences target setup in AdGroup

2020-08-21 Thread denma test
Hi One more thing is in search tab, i can get result form the Categories CSV like Custom affinity, in-market audience, but some auto created audience list are not available in CSV, may i know how to get it form API. Attached screenshot for this, here am searching for children cloths, in result

Re: Audiences target setup in AdGroup

2020-08-20 Thread denma test
Okay, sure. Thanks. On Thursday, August 20, 2020 at 10:54:08 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > These options are not yet supported in the Google Ads API. However, a > feature request has already been put in place for its support in the > future. You can follow our blog

Re: Audiences target setup in AdGroup

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hello, These options are not yet supported in the Google Ads API. However, a feature request has already been put in place for its support in the future. You can follow our blog for any updates on if this becomes available in future releases. Regards, Danica, Google Ads API Team

Re: Audiences target setup in AdGroup

2020-08-20 Thread denma test
Hi *@denma test Unfortunately, the Life events and Detailed Demographic targets are not available in the AdWords API. You will have to continue using the UI in order to use these fields. * Thanks for the details, one thing need, is these options are available in Google Ads APi beta version?

Re: Audiences target setup in AdGroup

2020-08-19 Thread Google Ads API Forum Advisor Prod
Hello All, Please find my answers to your questions below: @denma test Unfortunately, the Life events and Detailed Demographic targets are not available in the AdWords API. You will have to continue using the UI in order to use these fields. @cv Yes, this is also available in Google Ads API.

Re: Audiences target setup in AdGroup

2020-08-19 Thread denma test
Hi >From you: 1. Where can get Audience list as like google ads UI such as Search, Ideas, Browse. In the Google Ads API, the Search, Ideas and Browse tabs correspond to the different criterion IDs. You can find a list of all the available criterion IDs, codes and formats in this

Re: Audiences target setup in AdGroup

2020-08-19 Thread cv
Hello, *You may want to take a look at the TargetingSetting and TargetingSettingDetail

Re: Audiences target setup in AdGroup

2020-08-19 Thread denma test
Thanks, let me check with shared details in development. Ask you further if have any queries. On Wednesday, August 19, 2020 at 6:03:44 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > *1. Where can get Audience list as like google ads UI such as Search, > Ideas, Browse.* > >- In

Re: Audiences target setup in AdGroup

2020-08-18 Thread denma test
Hi Have checked with shared links and *https://developers.google.com/adwords/api/docs/samples/php/remarketing*, but i could not getting needed details. the thing is we need to get the audience list as like in google ads UI. The highlighted link have some details to create Audience list, but

Re: Audiences target setup in AdGroup

2020-08-18 Thread denma test
Thanks, will look into shared details and come back to you if need any. On Tuesday, August 18, 2020 at 1:52:42 AM UTC+5:30, adsapiforumadvisor wrote: > > Hello, > > You may want to take a look at the TargetingSetting >

RE: Audiences target setup in AdGroup

2020-08-17 Thread Google Ads API Forum Advisor Prod
Hello, You may want to take a look at the TargetingSetting and TargetingSettingDetail fields. You can refer to this guide for more details on Remarketing and Audience Targeting. For sample code on setting targeting, you can refer here for reference. Regards, Danica, Google Ads API Team