Customer file usage api does not return Audience information?

I’m currently working with Kakao Moment Customer Files and noticed an issue regarding the usage API.

I tested the endpoint: GET https://apis.moment.kakao.com/openapi/v4/customerFiles/usages/${ID}

to check where a customer file is being used. However, in mt testing, the API only returns AdGroup/Campaign-related information and does not return Audience Information, even though the customer file is already linked to an Audience.

I would like to confirm:

  1. Is there another API available to check which Audience is using a customer file?
  2. I noticed that the API GET https://apis.moment.kakao.com/openapi/v4/adGroups/targetings/customerFiles/availables is returning a list of currently used Customer Files. Does this mean the Customer File is being used in an Audience, AdGroup, or Campaign?

Any insights or related experience would be greatly appreciated. Thank you

Hello.

You can obtain campaign/ad group information regarding which customer files are used via GET https://apis.moment.kakao.com/openapi/v4/customerFiles/usages/${ID}.

If there is no response when calling the above API, it is because the corresponding customer file is not being used.

If you provide the ad account and customer file ID you used to make the call, we will verify if the lack of a response is normal. Thank you.

1개의 좋아요

You can obtain campaign/ad group information regarding which customer files are used via GET https://apis.moment.kakao.com/openapi/v4/customerFiles/usages/${ID}.

Thank you for your feedback.

This API doesn’t check which file is using Audience, does it?

Yes, this API provides information on campaigns and ad groups that use the customer file ID.
It does not provide which specific file is being used.