RE: Audiences

2021-09-07 Thread Google Ads API Forum Advisor
Hello ZhangHong, Thank you for reaching out to us. As per the screenshot provided, I'm afraid that the Audience Demographics is still not supported in the API. We have already raised a feature request for this; however, there is no guarantee if this will be supported soon. In the meantime, we

Re: Audiences

2021-08-24 Thread Google Ads API Forum Advisor
Hello Javokhir, Thanks for getting back to us. Unfortunately, this audience segmentation that you've mentioned is still not supported in the API. Allow me to raise a feature request for this; however, there is no guarantee if this will be supported in the API soon. With that, we suggest that y

Re: Audiences

2021-08-23 Thread Javokhir Rakhimov
I don't need report informations, I want to apply audience segmentation to the ad group (campaign), like let's say, ad group number 1 for Married, Renters, Real estate. This settings can be applied in interface through Edit Audience Segments (red rectangle, screenshot provided above), but can't

RE: Audiences

2021-08-23 Thread Google Ads API Forum Advisor
Hi Javokhir, Thank you for reaching out. Could you confirm if my understanding is correct that you are looking for a report that can allow you to segment audiences based on interests and also retrieve statistics? If yes, then this is currently not supported in the API. What is currently availa

Re: Audiences Types maps to API terms

2020-12-21 Thread Chirag eReportz
Thank you for the information. Can I know the equivalent to custom-audiences? https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences On Mon, Dec 21, 2020 at 10:06 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi, > > Thank y

RE: Audiences Types maps to API terms

2020-12-21 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The user_list can be only one of the following: crm_based_user_list, similar_user_list, rule_based_user_list, logical_user_list and basic_user_list. In terms of mapping, Visitors to your website and Visitors to specific pages maps to the rule_based_user_list, Vis

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 bl

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); $customAudienceLi

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: https://googleadsdeveloper.blo

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-20 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 s

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 ref:_00D1U1174p

Re: Audiences target setup in AdGroup

2020-08-19 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. Y

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 documentati

Re: Audiences target setup in AdGroup

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

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 t

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 the

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 ref:_00

Re: Audiences website visitors to campaign

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Shlomi, According to the screenshot shared by you earlier, you are trying to add the user list "All visitors (AdWords)" to your campaign "d5t4w_1". You could get the userListId

Re: Audiences website visitors to campaign

2018-09-27 Thread Bora Kim
oh, i like you, i have no ideeal to fix that :((( On Monday, September 24, 2018 at 2:35:21 AM UTC-7, Shlomi Ozon wrote: > > Hello all, > I am trying to add audience website visitor like in the UI image I added > here. > I have a few accounts (for the same website) under the manager account > tha

Re: Audiences website visitors to campaign

2018-09-27 Thread Shlomi Ozon
OK, thanks Teja, The last question, as you can see in the picture I added in the first message I am trying to set a bid adjustment for the customers who already visit our site, how can I do it throw the API for every campaign that I am creating? Thanks, Shlomi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Audiences website visitors to campaign

2018-09-26 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Shlomi, Every time a new account created, you need to make sure the "Conversion account" cell is pointing to "This manager" as mentioned in the step-2 of this guide . Also, we cannot setup the cross account con

Re: Audiences website visitors to campaign

2018-09-26 Thread Shlomi Ozon
Thanks Teja, So let me be sure that I understand you right. We already did the 2 steps that wrote in this article, so right now every one of our accounts and even if we create a new account for our site is already count the visits? I don't need to connect every account that I am creating throw t

Re: Audiences website visitors to campaign

2018-09-25 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Shiomi, If you are trying to track your website visits thought cross-account conversion tracking , could you please confirm whether you followed the step-1 ans step-2 of this article

Re: Audiences website visitors to campaign

2018-09-25 Thread Shlomi Ozon
Thanks Sai Teja, But I know how to upload an offline conversion and this is not the problem. I already make a cross-account conversion (for visits) but I don't know how to connect it to each campaign that I am creating with the API. Just want to track visits to our site. thanks -- -- =~=~=~=~=

Re: Audiences website visitors to campaign

2018-09-24 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Shlomi, The shared view represents the audience that are targeted for that specific campaign, by choosing the userlist on the view you are targeting all those users for that specific campaign whereas when you set a conversion tracker you will be able to upload the offline conversions(like

AdWords API Re: Audiences (uservertical) support in v2009

2010-03-18 Thread AdWords API Advisor
Hi Peer, There is no support for Audiences in v2009 at this time. Unfortunately I don't have any information about if or when this feature will be available. Best, - Eric Koleda, AdWords API Team On Mar 17, 3:22 pm, "Peer Jakobsen (AdWords API Guru)" wrote: > Hi, > > What are the support for au