how to delete all Facebook events in Facebook analytics? - facebook-analytics

Is there a quick way to delete all our Facebook events in Facebook Analytics?
We have 1000 events and to do it manually will take days.

Bulk deactivate was recently introduced in the product. Go to the Events screen and click the 'Deactivate' button at the top right.

Related

Power Automate: WebCal New Event / Entry / Update trigger

TL,DR; Any suggestions / tips to use a WebCal URL update as a trigger in a Flow?
Background: My 3 children use Schoology for their online learning. They get assignments through this application, but the problem with this is that they have to go to multiple places to get this list and they cannot check off the assignments when they are completed (they just stay in their list after they have submitted and completed the item).
Schoology provides a WebCal link to see all of these assignments in a calendar feed and I would like to take all of these entries and add them to Microsoft To-Do and allow the use of the functionality there. Power Automate does not allow for the usage of WebCal links from what I can see. (There is a request here for this functionality.) So my idea was to put the WebCal in Google Calendar, use the Google Calendar trigger When an event is added to a calendar to create a Microsoft To-Do entry with Add a to-do (V2). The problem is that Power Automate does not see new entries with the Google Calendar trigger When an event is added to a calendar.
In troubleshooting this, I changed the flow source of the Google Calendar to one that is manually maintained, created a Google event and Power Automate was able to create a To-Do list entry. So I know that the Flow is working, it is just that the trigger does not fire for the WebCal.
Any suggestions / tips to use a WebCal URL as a trigger in a Flow?
As per Google as my understand:
Google caches web call links for "between 8 and 24th hour"
So that is probably the root of your 'failed to trigger' issue.

How to collect Ad impressions and Revenue data with Facebook Analytics?

How can i collect Ads impression and revenue data with Facebook Analytics?
For instance, i have google ads in the application, i would like to collect these data as if collected IAP data. In firebase, when you integrate your admob account, data of ads are collected automatically.
Is there a way to do it on Facebook Analytics either automatically or manually?
Thanks.
There is no automatic way currently for that, we do (our SDK both for iOS and Android) supports automatic in-app purchase instrumentation. But I guess your case it is more tricky, as this is not really an IAP. Allow me to propose two options:
1) Client side - you integrate FB SDK, hook to Ads impression callback (viewed and/or clicked) and fire custom event, like logEvent('ad', ad_id, ...) or standard event such as logPurchase() event.
Relevant link:
https://developers.facebook.com/docs/app-events
2) Server side - export from GA / Firebase relevant events, and send them to our endpoint .../app_id/activities
Relevant link:
https://developers.facebook.com/docs/marketing-api/app-event-api
Sincerely,
Eli from Facebook Analytics

Laravel, export my Events to Google Calendar (or any other popular Calendar app?)

I have an app where users sign up for events that last from specific time (1pm - 2pm) on specific day (30th of May 2016.).
Is it possible to offer to the user to import those events to their Google Calendar by pressing the button?
Are there any other popular calendar apps that I should cover too?
Here's a library that makes it easy to interact with Google-calendar
https://github.com/spatie/laravel-google-calendar
If you want to do the integration by yourself you should read through the Google Calendar API.

Google Calendar event buttons -- Mobile version

I've created a mobile site that displays events retrieved from a Google Calendar. I would like to display a button on each event that allows the user to add the event to their own Google Calendar.
Google Calendar provides a simple way to do this with HTML snippets:
(http://www.google.com/googlecalendar/event_publisher_guide_detail.html)
The url takes parameters so that you can populate the add event form. Here's an example:
https://www.google.com/calendar/render?action=TEMPLATE&text=Brunch+at+Java+Cafe&dates=20060415T180000Z/20060415T190000Z&location=Java+Cafe,+San+Francisco,+CA&details=Try+our+Saturday+brunch+special:%3Cbr%3E%3Cbr%3EFrench+toast+with+fresh+fruit%3Cbr%3E%3Cbr%3EYum!&trp;=true&sprop;=+website:http://www.javacafebrunches.com&sprop;=name:Jave+Cafe&gsessionid=OK&sf=true&output=xml
Unfortunately I can't find a mobile equivalent of this page. If you go to the page with Android, it asks if you want to use the mobile version, but because there isn't one, it repeatedly displays the dialog until you finally cancel the dialog.
Does anyone know of a mobile version of this page, or suggest another way to do it? (Ideally without AJAX as it's causing some offline caching issues on iPhone in app mode).
I've been doing some research on this myself and I've come close, but I'm not 100% there yet. Here's a sample URL of a mobile "share event" link:
http://www.google.com/calendar/gp#~calendar:view=e&bm=1&action=TEMPLATE&text=Halloween+Party+2011&dates=20111101/20111202&details=Description&location=Millennial+Media&trp=false
It opens up the mobile version of Google Calendar and pre-populates it with details about the event your sharing.
The only problem I've encountered is when you're not already logged into Google Calendar. It takes you to the log in page, which is fine, but then after you log in it takes you to the home screen instead of the event entry page.
If you find or already found an answer to this, let me know.
~ TJ

Is it possible send emails to joomla users from google calendar events

I have a google calendar and i have used Gcalndar extension to view events on my website.
Is it possible somehow that i can send the all joomla users an email about new events from google calendar
You wouldn't be able to do it through Google Calendar unless you export a list of emails then paste that list in to the guests box in the event details. That would be a pretty big pain to do every time. It would probably be a lot easier to use one of the many newsletter management extensions to send out event announcements through the Joomla site. Tons of options in the JED here - http://extensions.joomla.org/extensions/content-sharing/newsletter

Resources