根据条件查询关键词id


根据推广组id查询所有或满足条件的关键词id

HTTP请求方式

POST

请求地址

https://api.e.360.cn/dianjing/keyword/getIdListByGroupId

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
Body 请求参数
字段 类型 必须 描述
groupId int yes 推广组id
status string no 关键词状态,enable表示启用,pause表示暂停,pending表示待审核,reject表示审核不通过
matchType string no 关键词匹配方式:exact表示精确,phrase表示短语,broad表示广泛匹配,phrase_intelligence表示智能短语。
请求示例
curl -X POST \ 
--header 'apiKey:APIKEY' \ 
--header 'accessToken:ACCESSTOKEN' \ 
--data 'groupId=1810342237&status=pending&matchType=phrase_intelligence' \ 
'https://api.e.360.cn/dianjing/keyword/getIdListByGroupId'
返回结果
{
    "keywordIdList":[5162104980,5145335188]
}
返回结果说明
字段 类型 描述
keywordIdList array 关键词id数组

results matching ""

    No results matching ""