William Cooter

Results 23 comments of William Cooter

Hi @felixmosh, this error is coming from Google Ads and not from this library. These kind of issues are best directed to the [official google ads api forum](https://groups.google.com/g/adwords-api).

@felixmosh The `extension_feed_item.sitelink_feed_item.url_custom_parameters` field doesn't appear to exist on the `extension_feed_item` resource (see [here](https://developers.google.com/google-ads/api/fields/v8/extension_feed_item)). Where did you see this field?

@felixmosh I guess Google haven't seen fit to include it in the API yet. Perhaps it's due to be deprecated, or just not used enough to be considered valuable. My...

@nnattawat @anjith-sm This is one of the main failings of this library. We are unable to discern between nullable and non-nullable fields, and therefore by default we do not allow...

@anjith-sm For the time being this will remain an issue. A fix would have to involve compiling a list of resource attributes that can be `null`, and adapting the whole...

At Opteo we don't use this authentication method so we do not currently support it. However we are aware that this is a desired feature so we will be looking...

@eliotik we will raise the issue with our Google contacts next time we speak to them

Hi @davidmrindus, you are correct. The response should be of the [`GenerateKeywordIdeaResponse` type](https://developers.google.com/google-ads/api/reference/rpc/v10/GenerateKeywordIdeaResponse), however the response appears to be returning differently from the API. However, this library is simply a...

I believe you should be using the `ad_group_ad` resource here.

Hi @Zikoel. We generate the `Resource` type using the `SearchGoogleAdsFieldsRequest` service. This type is subsequently used for the `entity` key in the `MutateOperation` type. I have just run this manually...