Hi Michele, If you're using Google Ads API, please find the query below to pull the conversion actions: SELECT conversion_action.category, conversion_action.id, conversion_action.name, conversion_action.status FROM conversion_action
If you're using AdWords API, the code snippet in Java should be helpful to build a similar request in the client library you are using: SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder .fields(ConversionTrackerField.values()) .orderAscBy(CampaignField.Name) .offset(offset) .limit(PAGE_SIZE) .build(); ConversionTrackerPage page page = campaignService.get(selector); Please refer to the similar code sample in PHP as a reference. Code samples in other languages can be found here. Could you please give this a try and let us know if you encounter any issues? Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UEIFmI: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 "AdWords API and Google Ads 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/JiI5D000000000000000000000000000000000000000000000PVZBF700lgGocBRWQLOmGZhgFoiWDQ%40sfdc.net.