Re: Audience rules set

2020-08-25 Thread denma test
Okay, fine. Let me work as discussed will come back if any queries. Thanks. On Tuesday, August 25, 2020 at 10:31:19 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Yes that is correct. Let me know if you have further questions. > > Thank you, > > [image: Google Logo] > Bryan Li > Google Ads

Re: Audience rules set

2020-08-25 Thread Google Ads API Forum Advisor Prod
Hi, Yes that is correct. Let me know if you have further questions. Thank you, Bryan Li Google Ads API Team ref:_00D1U1174p._5004Q23tK9U:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Audience rules set

2020-08-24 Thread denma test
Hi I have studied about custom parameters also implemented, jut looking for built-in option for *Event *type as in Googls Ads UI. So finally there are *Page URL, Referrer URL *options can be done with built-in params and Event can be done via Custom parameter since there is no built-in option

Re: Audience rules set

2020-08-24 Thread Google Ads API Forum Advisor Prod
Hi, I took a closer look at this and it looks like your event is a custom type parameter in rule based audience lists. You can follow here to see how to set this type of custom parameter as a rule for your audience. Let me know if you have further questions. Thank you, Bryan Li Google Ads

Re: Audience rules set

2020-08-24 Thread denma test
Hello Actually i have done rule based audience list for webiste visitor, but my query is what the built-in remarketing parameter for *Event* as like StringKey urlKey = new StringKey("url__"); You can see there are three options available while creating audience list. Ataached screenshots with 3

Re: Audience rules set

2020-08-21 Thread Google Ads API Forum Advisor Prod
Hi, I took a look at the documentation I've linked and it shows a coding snippet for setting a rule based audience list for visitors to a website. The example is as below: // Get the user list service. AdwordsUserListServiceInterface userListService =     adWordsServices.get(session,

Re: Audience rules set

2020-08-21 Thread denma test
Hi Bryan Thanks for the details, have created rule based audience list with *Visitors of a page *list member type, there i can use built-in remarketing parameters url__, ref_url__ as new StringKey("url__") or new StringKey("ref_url__"), may i know how to setup in-built type *event*. Checked

RE: Audience rules set

2020-08-20 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. Have you seen this documentation on remarketing and user lists, which includes an example on creating a userlist using url visits? As for your question on StringRuleItem, could you further elaborate on this? What Customer ID are you experiencing issues

Re: Audience rules set

2020-08-20 Thread denma test
missed attachments, added here On Thursday, August 20, 2020 at 6:38:42 PM UTC+5:30, denma test wrote: > > Hi > I have created audience with help of example provided and attached the > same file too here. My concern is have created StringRuleItem with > StringKey as "ecomm_pagetype and

Audience rules set

2020-08-20 Thread denma test
Hi I have created audience with help of example provided and attached the same file too here. My concern is have created StringRuleItem with StringKey as "ecomm_pagetype and cartsize", but i cannot see these options in Google Ads UI, also how can i set type like event, URL, Page URL in APIand