naver / searchad-apidoc

http://naver.github.io/searchad-apidoc/
101 stars 74 forks source link

Python Search Ads Stats Inqury #998

Open JamesLi197412 opened 3 weeks ago

JamesLi197412 commented 3 weeks ago

Hello, Naver Team

I attempted to call Search Ads API. When it comes to stats part, I followed the document and send the response. But responses are always invalid parameters 잘못된 파라미터 형식입니다. I wish to find out a solution to it.

naver-searchad commented 3 days ago

If different "types" of IDs are included in the [ids] parameter, an invalid parameter format will be returned. Please include only one type of ID, either a list of nccCampaignIds or a list of nccAdgroupIds, in the [ids] parameter.

stat_ids = [target_adgroup['nccCampaignId'], target_adgroup['nccAdgroupId']] #Please include only one type of ID

Thank you,