googleads / google-ads-dotnet

This project hosts the .NET client library for the Google Ads API.

Home Page:https://developers.google.com/google-ads/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Resource Name Helper for Custom Audience

wub opened this issue · comments

Describe the bug:

There is no Resource name helper for Custom Audiences. For example: ResourceNames.CustomAudience(x, y)

We are currently manually creating them with the following code: $"customers/{input.CustomerId}/customAudiences/{x}"

Also, just curious, why is the ResourceNames helper class inside the Errors namespace?

Anything else we should know about your project / environment

Happens with V13, V14, lib version 15.0.0 and 16.1.0.

Thank you!