-
Hello,
Can you help me please.
I did everything of the facebook docs. But I get this message:
Uncaught exception 'FacebookAds\Http\Exception\AuthorizationException' with message 'Invalid OAuth access…
-
Hi There,
By comparing my leads in the web interface, and what the API returns, it seems that there is a paging mechanism that I need to use. I have discovered that there is a $limit parameter looking…
-
Is there any way to read Campaign status?
like this:
``` php
use FacebookAds\Object\Campaign;
$campaign = new Campaign($campaign_id);
$fields = $campaign->read(
[
$campaign->getStatusPara…
-
I am trying to update the status on an `AdSet` - I am following the [the official docs](https://developers.facebook.com/docs/marketing-api/reference/ad-campaign#Updating) but I get the following error…
-
I'm following along with this [QuickStart](https://developers.facebook.com/docs/marketing-api/quickstart). Which honestly makes huge assumptions, and needs to be clearer.
Because right now, I can't …
-
It appears 'objective' is not available as a field within the sdk's Insights.Field class, although I was told by a Facebook engineer that the 'objective' field is indeed available on the Insights edge…
-
I'm attempting to create a custom audience based on the sample code at https://developers.facebook.com/docs/marketing-api/lookalike-audience-targeting/v2.5#create
My Code
``` php
$fb_custom_audience…
-
For a given campaign, I want to return the insights. For this, I used same $fields and $params arrays for getInsights() und getInsightsAsync():
$fields = array(
InsightsFields::CAMPAIGN_NA…
-
Within the `Cursor` class the static variable `defaultUseImplicitFetch` is set to `false` by default. However since the `Cursor` class is an `Iterable` and will likely be used as such this seems count…
-
status is not a field of FacebookAds\Object\Campaign
facebook/php-ads-sdk version "2.5.0"
when trying to update Campaign
use FacebookAds\Object\Campaign;
$campaign = new Campaign($ad['fb_campaign_id'…