Hey, We are trying to change from below Adword API code (ref: https://developers.google.com/adwords/api/docs/samples/java/remarketing ) to new Google Ad API
// Display user lists. for (UserList userListResult : result.getValue()) { System.out.printf("User list with name '%s' and ID %d was added.%n", userListResult.getName(), userListResult.getId()); // Display user list associated conversion code snippets. if (userListResult instanceof BasicUserList) { BasicUserList remarketingUserList = (BasicUserList) userListResult; for (UserListConversionType userListConversionType : remarketingUserList .getConversionTypes()) { ConversionTracker conversionTracker = conversionTrackers.get(userListConversionType.getId()); System.out.printf( "Google global site tag:%n%s%n%n", conversionTracker.getGoogleGlobalSiteTag()); System.out.printf( "Google event snippet:%n%s%n%n", conversionTracker.getGoogleEventSnippet()); } } We need the equivalent of this in the new Google Ad API. We have tried https://developers.google.com/google-ads/api/docs/samples/add-conversion-based-user-list, but could find the needed. Can you please help with this? On Thursday, August 4, 2022 at 8:58:02 AM UTC+5:30 adsapi wrote: > Hi Shashank, > > Thank you for getting back to us. I am Sherwin from Google Ads API and I > work with Jinky. I hope that you are doing well today. > > Moving forward to answer your questions: > > - > > > - Is adding remarketing user list audience is same as adding customer > march user list? > > > - > - Yes. You may also check this guide > > <https://developers.google.com/google-ads/api/docs/samples/add-customer-match-user-list> > on > how to add customer match user list. > > > - how conversion tracker service is mapped to this ?because In old api > sample there is usage of conversiontype and I’m looking similar. > > > - what is the new api equivalent to the below code specifically > conversiontracker service, create conversion type, getting and > displaying conversion ids and trackers. > > > - > - The answer to these two questions is this Add Conversion Based > User List > > <https://developers.google.com/google-ads/api/docs/samples/add-conversion-based-user-list>. > > You may try this on your end and please let us know if this works for > you. > > > Kind regards, > [image: Google Logo] > Sherwin Vincent > Google Ads API Team > > > ref:_00D1U1174p._5004Q2d4Xta:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a461da63-a5ac-4b6f-8a18-541a66bce439n%40googlegroups.com.