Analytics 1.4 API - Rules
It seems like there's a gap in the Analytics Admin 1.4 around rules. First, I don't see an endpoint to get standard processing rules. I've checked all of the endpoints listed on GitHub:
analytics-1.4-apis/index.md at master · AdobeDocs/analytics-1.4-apis · GitHub
Additionally, when I call ReportSuite.GetMarketingChannelRules, I don't see the actual eVar in question in the API response, just:
"ruleset_id": 345,
"channel_id": 1,
"junction": "all",
"channel_value": {
"type": "referring_domain",
"id": "0",
"query_string_parameter": ""
},
"rules": [
{
"rule_id": 123,
"hit_attribute": {
"type": "evar",
"query_string_parameter": ""
},
"operator": "equals",
"matches": [
"12312313"
]
},