-
Using your own example code and only that, I get:
```
2015-08-01 04:15:30.337 MyApp[27775:223365] [FBAudienceNetworkLog/FBAdProvider:137 ] Ad request error: Error Domain=com.facebook.ads.sdk Code=200…
-
$account = new AdAccount(ACCOUNTID);
$fields = array(
AdConversionPixelFields::NAME,
AdConversionPixelFields::ID,
);
$pixels = $account->getConversionPixels($…
sukui updated
9 years ago
-
I am trying to create custom audience and get this error:
```
[FacebookAds\Http\Exception\AuthorizationException] Unsupported post request. Please read the Graph API documentation at https://develop…
Napas updated
9 years ago
-
Here is the error I get when using extension-admob on android 4.1.2 with latest openfl (2.4.0) and lime (2.7.0) and compiled with openfl next mode:
E/dalvikvm( 7256): Could not find class 'android.su…
-
The sample code not working
```
from facebookads.objects import AdCampaign
campaign = AdCampaign('')
params = {
'date_preset': AdCampaign.Preset.last_7_days,
}
insights = campaign.get_insigh…
-
Hi there, i'm wondering if you can please help me. I'm trying to update the spend cap of a campaign using the PHP SDK, however from reading other issues it seems the documentation is slightly out of d…
-
URLoader crashing both on my Nexus 7 and Samsung tablets.
Everything is fine on flash and windows target.
On Android sometimes it crashes, sometimes not.
``` haxe
I/DEBUG ( 257): backtrace:
I/DEB…
-
Is it possible to update the location targeting of an adset?
I am attempting to update a number of lat/lng pairs but it doesnt seem to save. When I update other fields on the adset, it works. Is th…
-
```
from facebookads import FacebookAdsApi
from facebookads.objects import CustomAudience
my_app_id =
my_app_secret = ''
my_access_token = ''
FacebookAdsApi.init(my_app_id, my_app_secret, my_access_…
-
When doing $adSet->getInsights() about 50% of the time I get an error:
curl_setopt_array(): supplied argument is not a valid cURL handle resource AbstractCurl.php on Line 109
If I keep refreshing th…