Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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
Gelöst! Gehe zu Lösung.
I don't know. We have millions of profiles so we would do it via workflow & sftp with that volume.
Try https://mc.adobe.io/<organization>/campaign/profileAndServicesExt/
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Did you try using linecount?
GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile/email?_lineCount=10
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
Zugriffe
Antworten
Likes gesamt
I don't know. We have millions of profiles so we would do it via workflow & sftp with that volume.