RE: Fetching Conversion Action Asset in v10

2022-04-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kenny, Thank you for reaching out to us. I would suggest you to use this conversion_action report for alternative ways to retrieve conversion action instances. You can check the selectable fields of conversion_action in this documentation by clicking “Yes, it is” in the dropdown box. Let m

Re: Fetching Conversion Action Asset in v10

2022-04-10 Thread Kenny Hsieh
I know it's possible to write queries to retrieve specific instance, it's just a matter of inconvenience (to maintain queries manually if other similar get- methods are/will be deprecated). On Sunday, April 10, 2022 at 1:46:13 AM UTC+8 Kenny Hsieh wrote: > Hi all, > > Recently I'm migrating som

Fetching Conversion Action Asset in v10

2022-04-09 Thread Kenny Hsieh
Hi all, Recently I'm migrating some Ruby script to v10 API. One of the existing tasks is to retrieve conversion action entities from resource name: action = client.service.conversion_action.get_conversion_action( resource_name: conversion_action_path, ) However, since GetConversionActions req