Hello.
I'm trying to fetch the actual Age Range data via API. The response is successful but the ageRangeState field value is different for some entries.
For example the response row is:
<row
campaignID='1342252070'
adGroupID='98255963643'
adGroupState='enabled'
maxCPC='230000'
clicks='0'
impressions='0'
avgCPC='0'
cost='0'
ageRange='65 or more'
bidAdj='--'
ageRangeState='enabled'
/>
But the Dashboard shows "Excluded from ad group and campaign" i.e. 'removed' Status.
Can't figure out how to fetch the actual value?
Filtering using the 'Status' predicate doesn't exclude this entry as well.
Thank you.