update_campaign.resource_name = campaign_service.campaign_path(
account_id , campaign_id)
)
update_campaign.final_url_suffix = get_correct_final_url_suffix(campaign_name) -> this field is set successfully
update_campaign.tracking_url_template = "" -> this field does not set as empty. If I give a valid value, then it updates.
client.copy_from(
campaign_operation.update_mask,
protobuf_helpers.field_mask(None, update_campaign),
)
I don't get any errors so I am kinda stuck here.
Thanks in advance,
Regards