Facebook Marketing API get total reach of multiple Ad Sets or total reach of multiple campaign The 2019 Stack Overflow Developer Survey Results Are InFacebook Marketing API get total reach of multiple Ad SetsThe developers of this app have not set up this app properly for Facebook Login?Facebook Graph API v2.0+ - /me/friends returns empty, or only friends who also use my applicationFacebook API using insights php sdkFacebook Marketing API Get Campaigns per dateFacebook Marketing APi How to get campaign by idFacebook Marketing API get total reach of multiple Ad SetsFacebook Marketing API, Hourly breakdownHow to get the Facebook insights data for ad CreativeHow to get number of sales from Facebook ad insightsFacebook marketing API get campaigns
Is there a symbol for a right arrow with a square in the middle?
Output the Arecibo Message
Is an up-to-date browser secure on an out-of-date OS?
Did 3000BC Egyptians use meteoric iron weapons?
Is this app Icon Browser Safe/Legit?
Is there any way to tell whether the shot is going to hit you or not?
Falsification in Math vs Science
Have you ever entered Singapore using a different passport or name?
Identify This Plant (Flower)
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Can a flute soloist sit?
Earliest use of the term "Galois extension"?
Does the shape of a die affect the probability of a number being rolled?
How can I autofill dates in Excel excluding Sunday?
Building a conditional check constraint
What did it mean to "align" a radio?
Geography at the pixel level
Why isn't airport relocation done gradually?
How to manage monthly salary
Delete all lines which don't have n characters before delimiter
If a Druid sees an animal’s corpse, can they wild shape into that animal?
Do these rules for Critical Successes and Critical Failures seem Fair?
What is the accessibility of a package's `Private` context variables?
What do hard-Brexiteers want with respect to the Irish border?
Facebook Marketing API get total reach of multiple Ad Sets or total reach of multiple campaign
The 2019 Stack Overflow Developer Survey Results Are InFacebook Marketing API get total reach of multiple Ad SetsThe developers of this app have not set up this app properly for Facebook Login?Facebook Graph API v2.0+ - /me/friends returns empty, or only friends who also use my applicationFacebook API using insights php sdkFacebook Marketing API Get Campaigns per dateFacebook Marketing APi How to get campaign by idFacebook Marketing API get total reach of multiple Ad SetsFacebook Marketing API, Hourly breakdownHow to get the Facebook insights data for ad CreativeHow to get number of sales from Facebook ad insightsFacebook marketing API get campaigns
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am fetching Facebook data in python using library facebook_business.
I am able to pull insights and other data.But now i need to get total reach of multiple campaigns.
I have list of campaigns(i have campaign_id aswell as adset_id ).I am aware that adding the reach is not the actual total reach.Followed Facebook Marketing API get total reach of multiple Ad Sets-so link and
tried below piece of code and it is not giving me the total ,instead its giving me seperate reach for given list of camapign_id/adset_id params='export_format': 'csv','summary':['reach'], 'level': 'adset', 'campaign_name': '<some_campaign_name>','filtering':['field':'adset.id','operator':'IN','value':['12345','56743211']]
insights = fb_adaccount.get_insights(fields=[fields], params=params)
add a comment |
I am fetching Facebook data in python using library facebook_business.
I am able to pull insights and other data.But now i need to get total reach of multiple campaigns.
I have list of campaigns(i have campaign_id aswell as adset_id ).I am aware that adding the reach is not the actual total reach.Followed Facebook Marketing API get total reach of multiple Ad Sets-so link and
tried below piece of code and it is not giving me the total ,instead its giving me seperate reach for given list of camapign_id/adset_id params='export_format': 'csv','summary':['reach'], 'level': 'adset', 'campaign_name': '<some_campaign_name>','filtering':['field':'adset.id','operator':'IN','value':['12345','56743211']]
insights = fb_adaccount.get_insights(fields=[fields], params=params)
add a comment |
I am fetching Facebook data in python using library facebook_business.
I am able to pull insights and other data.But now i need to get total reach of multiple campaigns.
I have list of campaigns(i have campaign_id aswell as adset_id ).I am aware that adding the reach is not the actual total reach.Followed Facebook Marketing API get total reach of multiple Ad Sets-so link and
tried below piece of code and it is not giving me the total ,instead its giving me seperate reach for given list of camapign_id/adset_id params='export_format': 'csv','summary':['reach'], 'level': 'adset', 'campaign_name': '<some_campaign_name>','filtering':['field':'adset.id','operator':'IN','value':['12345','56743211']]
insights = fb_adaccount.get_insights(fields=[fields], params=params)
I am fetching Facebook data in python using library facebook_business.
I am able to pull insights and other data.But now i need to get total reach of multiple campaigns.
I have list of campaigns(i have campaign_id aswell as adset_id ).I am aware that adding the reach is not the actual total reach.Followed Facebook Marketing API get total reach of multiple Ad Sets-so link and
tried below piece of code and it is not giving me the total ,instead its giving me seperate reach for given list of camapign_id/adset_id params='export_format': 'csv','summary':['reach'], 'level': 'adset', 'campaign_name': '<some_campaign_name>','filtering':['field':'adset.id','operator':'IN','value':['12345','56743211']]
insights = fb_adaccount.get_insights(fields=[fields], params=params)
edited Mar 8 at 9:35
gigi
asked Mar 8 at 9:19
gigigigi
65
65
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060064%2ffacebook-marketing-api-get-total-reach-of-multiple-ad-sets-or-total-reach-of-mul%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060064%2ffacebook-marketing-api-get-total-reach-of-multiple-ad-sets-or-total-reach-of-mul%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown