Hello Jia, If you select the OPTIMIZE_FOR_IN_APP_CONVERSION_VOLUME goal type, then you will need to specify your in-app conversion types so AdWords can focus your campaign on people who are most likely to complete the corresponding in-app actions. You will be able to use the SelectiveOptimization <https://developers.google.com/adwords/api/docs/reference/v201806/CampaignService.Campaign#selectiveoptimization> attribute to set the conversion Id for the conversion type. To get this conversion Id, you can use the ConversionTrackerService.get() <https://developers.google.com/adwords/api/docs/reference/v201806/ConversionTrackerService#get> which will return the list of conversion trackers. Please check this section <https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns#constructing_a_campaign> of the guide for more information. You may refer to the code sample in Java <https://developers.google.com/adwords/api/docs/samples/java/advanced-operations#add-a-universal-app-campaign> as a reference. Code samples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Thanks, Bharani, AdWords API Team On Tuesday, August 7, 2018 at 5:16:25 AM UTC-4, jia zheng wrote: > > Which service should I call to get this list data? How should the field be > set up? With screenshot appendix as above > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8ccf202c-0ff3-43bd-90b7-53d56232e787%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
