Hi,
I'm using GoogleAds API and I want to tell the type of a feed item target, e.g. Campaign, Criterion.AdSchedule etc.
I find that I can call FeedItemTarget.TargetCase and it will return enum FeedItemTarget.TargetOneOfCase {AdGroup, AdSchedule, Campaign, Device, GeoTargetConstant, Keyword, None}.
But I didn't find anything regarding this method or enum is GoogleAds API. Is it useable?
Thanks