Sekhar Baggaraju
07/24/2024, 10:35 AMReuben (Matatika)
07/24/2024, 10:49 AMReuben (Matatika)
07/24/2024, 10:51 AMSekhar Baggaraju
07/24/2024, 1:09 PMReuben (Matatika)
07/24/2024, 1:29 PMcurl
that the tap is making here and see what you get. Alternatively, you can (temporarily) add a logging statement in the tap to print out the response body in parse_response
.
These are the 202406
docs for the /adAccounts
endpoint: https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-accounts?view=li-lms-2024-06&tabs=http#search-for-accounts
> From 202401 version and above, we have moved from index based pagination to cursor based pagination for our search APIs.
Also, you might need to update X-Restli-Protocol-Version
here, as per
> The Rest.li 2.0.0 syntax is required for most calls to /adAccounts
. Include the header X-RestLi-Protocol-Version: 2.0.0
in your request.
I suspect other endpoints might be affected too.