Is there an Open Source Version of Facebook Ads manager? - facebook

I am running a small community site and I want to have an ads manage similar to that which is on ravelry.com or Facebook where advertisers can create their own ads. I'm wondering if there are any open source platforms that would be easily tied into a Wordpress site that would allow for end users to manage their own ad spots.

I found this open source project that serves my purposes. Very impressive so far: http://orbitopenadserver.com/

Related

branch.io and facebook install ads attribution

We are having trouble setting up Facebook Install Ads attribution via Branch.io. Currently, Branch.io dashboard shows we have installs via Facebook link, but Facebook ad cabinet shows 0 installs.
Our setup is
I've integrated branch.io for Flutter using this plugin https://pub.dev/packages/flutter_branch_sdk (Quick Links are working OK, see p.6)
I've setup Application on Facebook (developers.facebook.com) side and linked it to application in stores (AppStore and Google Play)
I've setup Facebook as Ad partner in Branch Dashboard > Partner Management, and then created Facebook link
I've created Ads in Facebook with aim Installs and used Branch link (all as per guides)
I've followed guides on Branch's docs regarding publishing - specified that we use IDFA in AppStore, all ticks as in guide, made sure we have AdSupport.framework in xCode project, added com.google.android.gms:play-services-ads:9+ in build.graddle, etc
I've exported some data from Branch Dashboard and IDFA/Android Id values were present (in Branch Dashboard > Exports > Custom Exports, as I understand, this exports Quick Links only, but still IDFA are there), this proves we are collecting these IDs.
Branch > Ads > Fraud dashboard is empty.
Branch SDK versions are 0.32.0 iOS and 5.0.1 Android
Regardless, Facebook doesn't see app Installs at all.
guides used:
https://help.branch.io/using-branch/docs/facebook-app-install-ads
https://help.branch.io/using-branch/docs/facebook-faq-and-advanced-options
https://help.branch.io/developers-hub/docs/apple-app-store
https://help.branch.io/developers-hub/docs/google-play
https://blog.branch.io/troubleshooting-facebook-install-ad-discrepancies/
What did I miss?
Thanks!
A Branchster Here -
Briefly explaining that SAN partners like Google AdWords/ Facebook integration is different from conventional non-SAN partners, where we send conversion data to SAN partners and they will claim the install/ Events according to their conversion logic and respond to us via API. Branch then analyses the data from all the partners and attributes the same Install/ Event based on last touch attribution logic. You will see less data on Branch dashboard as we show only attributed data for a SAN partner than the respective SAN dashboard. Please note Branch numbers is more accurate as we show the data as per cross-channel attribution.
Here are some troubleshooting you can do-
Please match both the attribution windows.
Please make sure you have synced the timezone on both Branch and Facebook
Please make sure you have signed the Facebook MMP or attribution data won't come.
I'll keep this post updated with general troubleshooting.
Issue is resolved.
Recreating Ad campaigns with exactly same settings resolved the issue.
Unfortunately both Branch and Facebook support were not helpful. :(

How do facebook ads spy tools scrape the data?

How do these websites like BigSpy get the latest ads from Facebook?
Do you need to scrape all the pages on FB to a database and then use Puppeteer or Selenium to click through the Facebook page UI and look at the ads?
Or is it somehow done through Facebook Ad library?
Could someone share the process by which one could code it up themselves?
Thanks.
Example website:
https://bigspy.com/adspy/facebook/
You can do with scraping tools puppeteer with searching special items on facebook or instagram.
Adspy tools collect ads from Facebook in two different ways:
They get their data from Facebook’s “Ad Library” archive, which does not give detailed information and is outdated. Some adspy tools use this feature to collect ads like Spytex. They do this by utilizing add-ons and similar techniques.
Another method is a bit advanced: Getting data directly from Facebook Graph API itself. There are some adspy tools, like AdFlex, that collect ads in a direct matter, without any intermediary. AdFlex uses its own developed crawlers to scrape ads from FB.

creating a facebook app showing events in joomla

i'm searching the internet for a good howto concerning facebook developing, but can't find it. I created a facebook developer account, i also created an app (which is in developing mode).
But now i'm stuck...
I want to show the events of (my) facebook (fan) page in my Joomla website. I can find (joomla) modules for the website part, but they all say that i need a facebook app. Unfortunately nobody is explaining how you do this...
My question: what do i need to do in the facebook developer portal to create this functionality?
(if there is a representative example somewhere please refer me to it).
Thanks for the time and effort!
Kind regard,
Mijno
When you integrate your blog or cms with an app that you admin, you don't need special permissions.
So just create a facebook developer account.
Go to Apps & create an new app.
Fill in the fields. This will create a standard app and provides you with an App ID and the App Secret. This should be enough.

Photo sharing site/app that allows others to upload to my stream?

My organization is launching some local programs that they want to build up using social media. We already have some Facebook integration (likes, comments, etc.), but they would like people to be able to upload photos of themselves participating in these events. I was unable to figure out how to do this via Facebook, and we don’t have the time or resources to do this as a full-blown web app on our site.
Is anyone able to point me to a resource on doing this with
Facebook--something that makes more sense than the jumble of info on
their developer site?
Anyone aware of a photo sharing site that has an “anonymous
upload” or similar feature? Some form of moderation tools would
also be necessary (for obvious reasons).
Any other easy-to-implement photo sharing plugin that would not
require users to sign up for a custom service? (Facebook would be
OK since we’re already using that.)
I've tried searching for this many different ways on Google, but pretty much everything comes up for accessing one's own photos, not uploading to a separate group's. I've looked thru quite a few photo sharing sites too (flickr, photobucket, fotki, etc) but again, mostly they cover uploading only your own photos.
Thanks.

How do I make my website available in Google Apps Marketplace?

I have developed a management tool web site using ASP .NET.
Currently users register in the site to use the service. I would like to move it to Google Apps Marketplace. So that it would be available to google users.
I am quite confused what i should be doing to achieve this. Can anyone provide some useful links explaining how to do it.
If you are looking for a way for google users to login in your app by their google usernames, use the google oauth api
and here's the link to become a vendor on the google apps marketplace: