Setting ad.url_custom_parameters
LoveMHz opened this issue · 2 comments
LoveMHz commented
I'm submitting a ...
- bug report
- feature request
- question about the decisions made in the repository
- question about how to use this project
Summary
Setting a url_custom_parameters throws error:
Error: Field 'ad.url_custom_parameters' cannot be modified by 'UPDATE' operation.
await customer.adGroupAds.update({
resource_name: 'customers/00000000/adGroupAds/00000000~00000000',
ad : {
url_custom_parameters: [
{ key:'test', value: 'test_value' },
],
}
});
Other information
Is this possibly related to Repeated types?
Working with Protobuf Types - Repeated types