Expand my Community achievements bar.

Adobe Target - List All Live Campaigns API - not working

Avatar

Level 1

Can anyone please share the get url to list campaigns which are live.

The documentation says you have to pass state=approved, but also says you have to pass startAt and endAt, which is not clear. I want to list all the campaigns which are live now and end in the future. I want to replicate the same filter which is available from target UI.

I tried below but its not giving me only Live campaigns.  
https://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=approved&type=ab

can anyone please help or suggest how to form the get url to only list LIVE campaigns. 

Thanks

1 Reply

Avatar

Community Advisor

Hi @RaviKu5  Were you able to solve this issue? 

 

Us the below URL's for list out all the live activities within the workspace 

https://mc.adobe.io/{tenant-id}/target/activities/?workspace={workspace-id}

Make sure you provided the right workspace ID and also your Adobe IO project has access to the right workspace you're interested in. 

 

Hope this helps. 

Thanks