Paradoxis / Facebook-CSharp-Ads-SDK

A third party Facebook Ads SDK (Marketing API) wrapper for C#
MIT License
15 stars 20 forks source link

Get all campaigns without knowing the id #3

Closed Ethilyk closed 6 years ago

Ethilyk commented 6 years ago

Is there are way to get a list of all the campaigns without knowing the ID of each campaign?

Paradoxis commented 6 years ago

Sorry, as of right now I wouldn’t exactly know how to do this as I haven’t used the API itself in a long time. I simply maintain the wrapper around it for C#.

You might want to ask a question on stackoverflow on how to do it with the PHP sdk and if you have an example in that language I might be able to help you translate it to the C# variant :)

Hope it helps