Error [75002] when using creatives api (Kakao Bizboard)

Dear friends,
I’m working with kakaomoment, the creatives-display part (Ad creation: Display creative | Kakao Developers Ad creation: Display creative)
When I’m trying to create Kakao Bizboard via API, I;m trying to do with this

{
    "adGroupId": xxxxx,
    "format": "IMAGE_BANNER",
    "imageFileUrl": "http://ec2-13-125-198-32.ap-northeast-2.compute.amazonaws.com/kakao/resources/image-temp/50458dc8-1e82-4df0-80c1-dc1a9dfe8d06.png",
    "altText": "banner",
    "mobileLandingUrl": "http://ec2-13-125-198-32.ap-northeast-2.compute.amazonaws.com/kakao/resources/image-temp/50458dc8-1e82-4df0-80c1-dc1a9dfe8d06.png"
}

The image that I’m using follows the description of the API doc like this


, but I got the error.

{
    "msg": "KakaoMomentException",
    "code": -813,
    "extras": {
        "detailCode": 75002,
        "detailMsg": "업로드 가능한 이미지 사이즈가 아닙니다."
    }
}

Can anyone help me to resolve this problem?
Or may anyone give me a valid image to use when using this API?
Thanks in advance


Dear rumdev0901,

I successfully made a creative with the imageFileUrl that you’ve tried.
Would you please check if your adGroupId belongs to Kakao Bizboard Campaign type?
or if you share the adGroupId, I could check.

If there’s anything you need, please let me know.
Sorry for the replying so late.

1개의 좋아요

Dear Moment_Kakao supporter,
Thanks for your reply, let me try your suggestion.

1개의 좋아요