Hi, I'm trying to pull data on each section in a campaign with performance, but it only returns the top 10 spenders. Is it possible to pull all sections, or at least top 50 or 100 spenders?def getAllOutbrainSectionWithMetrics(marketerId, campaignId, fromDate, toDate):--
response = requests.get("https://api.outbrain.com/amplify/v0.1/reports/marketers/"+marketerId+"/campaigns/sections?from="+fromDate+"&to="+toDate+"&campaignId="+campaignId, headers = outbrainToken)
return response.json()
You received this message because you are subscribed to the Google Groups "Outbrain-AmplifyApi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to outbrain-amplif...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/outbrain-amplifyapi/814c8f9e-8dab-48b5-910f-091bd1039ecen%40googlegroups.com.
I tried this with all my active campaigns and gave the same result. The only parameters I used are the ones you see in my previous message. Here is the id of one of my campaigns: 00036156d05721a5d79642393479dbae9e
Thank you.
Hey Saeem,Thanks for confirming! I was also able to reproduce so I'm checking this internally. I'll update you as soon as I have more information.Best,BrynOn Fri, May 30, 2025 at 6:48 AM Saeem Ali <saee...@malaberg.com> wrote:So I've just had another look at it. I can see that the "totalResults" is showing 1096 items, but I can only see the details for 10.On Thu, 29 May 2025 at 15:39, Saeem Ali <saee...@malaberg.com> wrote:I have a code to automatically get the dates i need. It would have been from 21/05 to 27/05 when I lasted tried it. Not in office today but I'll try again tomorrow