Hello,
Is the MerchantCenterLinkService of the new gRPC-based Google Ads API Beta complete & expected to be working.
Whenever we try to use it at work, it returns with an internal error, without any further specifics.
Other services work as expected, so am wondering whether the MerchantCenterLinkService is still under construction or whether it is something on our side we're doing wrong?
For example, (Go):
res, err := s.MerchantCenterLinkService.ListMerchantCenterLinks(ctx, &services.ListMerchantCenterLinksRequest{
CustomerId: "validCustomerId",
})