-
Sorry, not strictly an issue. But I wonder if there are plans to add more examples? As the SDK format has changed, I'm having a few issues - such as trying to read conversion stats about an ad group. …
-
I can't figure out how to make calls to `reportstats` using the SDK.
The class `AdAccount` do have a method named `getReportsStats()` which takes an array of fields and an array of parameters as argum…
-
(Sorry if I'm not clear as I can be, I'm recovering from a surgery atm)
If I want to return any fields _more than just `id`_, I have to enter `fields` by hand, this is a bit cumbersome:
``` python
…
tony updated
10 years ago
-
Hi, I am integrating Facebook ads sdk into my Linux server. For your guidance i install all packages into my server. when i execute
`./vendor/bin/phpunit -c test/`
This comment i got a error first. …
-
The DemographicsSearchClasses.php file in `src/FacebookAds/Object/Search/` has the namespace:
`namespace FacebookAds\Targeting;`
This causes problems for the autoloader and on execution of code that…
-
Hi,
i integrate facebook ads api into my server. 80% of works are completed in server. but finally i got a issue
Fatal error: Class 'Facebook\Entities\AccessToken' not found
Many pages i saw this …