Hello, everyone. I am sorry If that question was already answered somewhere on the forum, I just wasn't able to find it.
Here is my story. I'm struggling with creating app campaign, optimized towards in-app purchases and can't find an example where I can set this type of conversion optimization
What's in example
# Optional: If you select the
# OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST goal type, then also
# specify your in-app conversion types so the Google Ads API can focus
# your campaign on people who are most likely to complete the
# corresponding in-app actions.
selective_optimization1 = (client.get_type('StringValue', version='v4'))
selective_optimization1.value = ('INSERT_CONVERSION_ACTION_RESOURCE_NAME_HERE')
campaign.selective_optimization.conversion_actions.extend([selective_optimization1])
How can I get conversion action resource name for insertion (if there are examples in Python, I'd very appreciate)