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
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
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