Skip to content

【适配】agent/advertiser_info/query接口self_operation_tag新增NON_DESCEND枚举值 #21

@arozendev

Description

@arozendev

问题背景

根据巨量引擎2026年API政策调整,代理商获取广告主信息接口新增了字段枚举值,当前SDK未适配该变更,会导致集成方解析接口返回数据时出现异常。

接口信息

问题描述

当前SDK中对self_operation_tag字段的枚举定义未包含2026年新增的NON_DESCEND(非收量)值。
当接口返回该新值时,SDK会因枚举不匹配返回null,导致业务逻辑异常。

需求

  1. 在SDK的self_operation_tag枚举类/常量定义中,新增NON_DESCEND(非收量)值,对应字符串为"NON_DESCEND"

补充信息

  • 政策调整时间:2026年

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions