Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Only get a few samples when calling ACS Campaign API

Avatar

Level 1

Hello Everyone,

 

I have some issues when pulling the profiles data from acs campaign api. I use the link https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile

My code generate no errors at last. But I only get 25 records in the json file. In fact, we have thousands of records in our instance. I would really appreciate if someone share some thoughts about this issue.

 

Thanks,

Rebecca 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 6

I don't know.  We have millions of profiles so we would do it via workflow & sftp with that volume.

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Level 6

Try https://mc.adobe.io/<organization>/campaign/profileAndServicesExt/

Avatar

Level 1

Hi @johnwwilcoxmba 

 

Thanks a lot for your reply! I try the new link. I get more features than before but still 25 records in the profile. Do u have other suggestions in the issue?

 

Thanks,

Rebecca

Avatar

Level 6

Did you try using linecount?  

GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile/email?_lineCount=10

Avatar

Level 1

Hi @johnwwilcoxmba ,

 

I try linecount and can get all the email addresses from the api now. Thank u so much! Can we have some ways to extract all the profiles directly in the profile api? I guess 25 profiles are just some records from page 1.

 

Thanks,

Rebecca

Avatar

Korrekte Antwort von
Level 6

I don't know.  We have millions of profiles so we would do it via workflow & sftp with that volume.