Why is adBudgetPricing linkedin API returning status 404 with message 'Resource adBudgetPricing does not exist'?

Viewed 46
1 Answers

I was finally able to get this working for myself with the aid of one of LinkedIn's sales engineers. I was also able to replicate your issue while debugging when I left of the required q parameter. If you don't set q=criteriaV2, then you'll receive a 404.

Make sure that you're sending all of the required parameters in your request: enter image description here

Related