I'm having some problems with the selectors in v201309, has anyone else found the same problems?
In particular there are some new CampaignCriterion, but when using the selectors for these new Criterion the API raises an exception
So if we would like Webpage Campaign Criterion using the CampaignCriterion Service for a given Campaign, we have to include the selector fields : Parameter, CriteriaCoverage, CriteriaSamples, but these raise an exception if included:
[SelectorError.INVALID_FIELD_NAME @ serviceSelector; trigger:'CriteriaCoverage',
SelectorError.INVALID_FIELD_NAME @ serviceSelector; trigger:'CriteriaSamples',
SelectorError.INVALID_FIELD_NAME @ serviceSelector; trigger:'Parameter']
I think this feature was beta, but the documentation says it should be available in v201309, and without it we're not getting the Webpage Campaign Criterion, despite explicitly defining it in the adwords interface.
We're using the aw api 4.6.1 library (with all services pointing to v201309)
Any ideas what's going on here?