BingAds / BingAds-Java-SDK

Other
42 stars 47 forks source link

Introduce public non-internal constant for "delete_value" #50

Closed markus-s24 closed 6 years ago

markus-s24 commented 7 years ago

I would be nice if there is a public non-internal constant for "delete_value", with good documentation how to use it. Furthermore it would be nice, if all fields that support "delete_value" get a Javadoc link to it.

eric-urban commented 6 years ago

Hi @markus-s24

Do you have more detail on the workflow that requires a documented list of all places where delete_value could be used? The Bulk schema documentation e.g. Keyword record mentions where delete_value is applicable. Depending on which record you are working with, please refer to the corresponding reference doc. If there are any misses in the service documentation, please let me know and we will update the docs right away.

For the public constant we will investigate options.

Thanks, Eric

eric-urban commented 6 years ago

@markus-s24 although it is in the internal namespace (import com.microsoft.bingads.internal.StringTable;) would StringTable.DeleteValue work for you?

eric-urban commented 6 years ago

@markus-s24 please reopen if StringTable.DeleteValue does not satisfy the request. Thanks!