Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter

Size: px
Start display at page:

Download "Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter"

Transcription

1 Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter Intro 2 Disclaimer 2 Important Caveats for Twitter Automation 2 Enter Azuqua 3 Getting Ready 3 Setup and Test your Connection! 4 Build a Tracking Table or Spreadsheet 4 Creating the Initial FLO (and test your connection to Twitter!) 5 Best Practices 7 Building the FLO 8 Google Sheets Version Build a One Row (+Header) Azuqua Table Update the Table with Daily Follower Count The Primary FLO 16 3a - Add a Control - Assign card 16 3b - Add a Now Card and Date to String card 17 3c - Check your Daily Follows 18 3d - Check your Follower Count 19 3e - Get the User Profile 20 3f - Search your Spreadsheet 21 3g - Wrap it Up! 23 3h - Final Notes 24 Azuqua Tables Version Add a Now Card and Date to String card Check your Daily Follows Get the User Profile First Check - Follower Count Search your Spreadsheet Wrap it Up! 26 Enhancement 28 Summary and Thanks 29

2 Intro This workbook will cover our first Lifehack which will focus on automating Twitter growth by leveraging the power of Azuqua FLOs. Personal brands in Social Media are every bit as important - perhaps sometimes more important - than just your company s corporate presence. Some of you may have used great product such as Socedo to build your brand. We recently discussed on our Connector podcast series, so today I m going to take that further and show you how Azuqua can help you automate your Twitter growth without being blocked by Twitter! Disclaimer This workbook illustrates how you can leverage Azuqua to provide automation around Twitter. Azuqua strongly encourages you to review and respect Twitter s Terms of Service prior to proceeding. Important Caveats for Twitter Automation If you ve used any automation tools with Twitter, you may already know that Twitter has been tightening the rules around automation. Some of this is in response to criticism over bot use during the last few years, particularly during the US election. Twitter - as any SaaS platform that s in good standing wants their users to have a good and authentic experience. That means they want to prevent excessive and improper automation and spamming hurt the platform. The downside is that most of us don t have hours a day to sit in front of Twitter to search for the correct people to follow. That s labor-intensive, so it s only fair to automate.

3 Enter Azuqua Good news is that Azuqua is a great Integration Platform as a Service (ipaas) that can solve this problem! We can solve this problem in a way that won t get you Blocked by Twitter! This workbook will walk you through the process of building out a FLO to do just this If you don t already have an Azuqua account, you can get a free 30-day trial immediately. Go to Fill out this form and you ll be up and running in minutes! Getting Ready Before you begin, you should make sure you ve completed the following steps: 1 - Get your Account Credentials You ll need these, of course, to create a Connection to YOUR Twitter account and Google Sheets if you re using that. If you re using a shared or corporate account, make sure that your team knows what you re doing! 2 - Determine Hashtags to Follow Pick one or two initial hashtags to follow (like #automation, or #DigitalTransformation). 3 - Login to Azuqua If you ve not already logged into Azuqua, make sure you login and review some of the in-app help. We recommend building a test FLO and reviewing some of our training material.

4 Setup and Test your Connection! So the first step is to create your Connection to your Twitter account. If you don t have it bookmarked: Go to or via Sign into the App Click Settings Go to Connections Click New Connection and find Twitter This will launch a pop-up window, so be sure that your browser allows for this. Sign into Twitter and your Connection will be ready to use! Build a Tracking Table or Spreadsheet For this FLO to work, we need to build a table to capture some information OUTSIDE of Twitter. Calling APIs on a regular basis would demand a lot of Twitter, so it s good form to bring this either into Azuqua OR use a database/spreadsheet to store details. Create a Google Sheet. The Google Sheets version will be best for most accounts. Azuqua Tables will be best for Team accounts as you ll have a larger number of rows you can work with. So let s start by creating a table with the following columns: Date Added Username Name Description Location Followers Every time we FOLLOW someone, we re going to update this table. This way we can also avoid adding people more than once.

5 Creating the Initial FLO (and test your connection to Twitter!) Let s start to create your FLO by doing the following: Click the New FLO button at the top of the Azuqua interface. Select the Twitter connection you just created from My Connected Apps Click the Monitor Keywords event. Set your Search Criteria: Enter the hashtags into the Search box in the Options section of your Monitor Keywords card. NOTE: If you re wanting to use MULTIPLE keywords - separate them by OR Next, add the Get User Profile card. Drag the username over. Save the FLO (give it a name like Twitter Follow - <YOUR NAME> Click the Test FLO button NOTE: This may take a bit to work as this only looks over recent tweets. May take a couple clicks to work

6 So if it works - great! This shows us that we can read from Twitter and get back information.

7 Best Practices Before we get too far down the rabbit-hole, let s caveat this with one really important Best Practice As with ANY automation, you should be: considerate to your vendors AND Intentional with your goals If you build a FLO I STRONGLY recommend that you make sure of the following: Limit your Follows Sounds nuts, but when I created my first FLO and left it on overnight I came back to over 1500 New FOLLOWS. Wow. That s aggressive following which could get you suspended. Clearly, if I d left this running in perpetuity it could look awfully spammy on many counts. SO I m going to build this flow with a governor or rate limit feature. Other Things We also should put in-place a few things to make sure we have a good FLO 1. Use our Table to avoid following people multiple times 2. Make sure that people we re following have followers (like >200) 3. Also make sure that the people we re following are active (perhaps within the last month) Throughout this and at the end, I ll cover other Best Practices so stay tuned!

8 Building the FLO Google Sheets Version NOTE: We recommend using Google Sheets for many people as it will allow you to scale on any Azuqua plan. You may use other applications (like Excel Online, a Database, etc.). This process requires two FLOs (but could be reduced to one if needed). 1 - Build a One Row (+Header) Azuqua Table Again, we want to build in some assurances that we won t make too many API calls. For this, let s create a very simple Azuqua Table with only one row that will contain the number of followers. From Azuqua s Designer, do the following: Click Home Select Tables Click +New Table Next, click the New Column field - Give it a name like Following.

9 Your table should look like this: Every time we FOLLOW someone, we re going to update this table. This way we can also avoid adding people more than once. 2 - Update the Table with Daily Follower Count Create a FLO that serves to update this table periodically. Why? We don t want to make a ton of API calls to Google (may see an error if we do) so we periodically get a count. Not extremely accurate, but it ll help govern our FLO. This FLO uses a Google Sheets HTTP Request and feed it a string queries the Google Sheets API. This is a little more complicated, but we ll document this accordingly. This card returns an Object which requires us to break down via two List At cards. Inspecting the JSON objects shows we need to get to the values part of the object - a couple levels down. It is within this object that we get to the LENGTH. We add this to the single-row table and we re done. Click +New FLO Select Azuqua Apps >> Schedule

10 Set your schedule to run on a regular cadence (10-15 minutes). This will depend on how often you run your Primary FLO Add a Now and Date to String Card Set the format to YYYY-MM-DD Set the time zone to your preference (e.g. PST would be US/Pacific) Add a String - Concatenate card This card will allow us to construct an API call to GSheets By clicking the Click or drop here to create field, add four (4) new fields. Name these fields /values (Make sure you have the / because this will help build the string Range start : (just a colon) Range end Set Values String1 = /v4/spreadsheets/ String2 will come from your Google Sheet URL: Open your Google Sheet that you created and you will find this in the URL (see below where it says REALLY-LONG-STRING : REALLY-LONG-STRING /edit#gi d=0 Copy this value into the String2 field /values = /values:batchget?majordimension=columns&ranges=

11 Range start = A : = : Range end = A NOTE: This will grab all of Column A in your sheet Add a Google Sheets HTTP Request Card Make sure you ve added a connection to Google Sheets Select the Google Sheets connection (should do so automatically) Options: Select Request Type = GET Click Done to accept Drag the output of the Concatenate card into the Relative URL field Under Body: Type valueranges NOTE: This will be part of the object containing dates

12 Add a List At card Drag valueranges into the list field Under item type values Set this field s type to List by selecting the checkbox

13 Add a 2nd List At card Drag values from the previous card into the List field

14 Add a List - Filter By card Drag item from the previous card into the List Field IMPORTANT: This card will then hold and compare the date to today s date Add a List - Length card From the Filter By card, drag the list field (at the bottom) to the list in the Length field IMPORTANT: This card will return our count

15 Add a Tables - Update Row card Select your Table and click Done Open your table and look at the first column labeled RowId (auto). Copy this field and place it into your card: The card should look as follows: When run, this will retrieve the count of any person you ve followed today and update the Azuqua Table with that number. This will allow for easy retrieval!

16 3 - The Primary FLO Let s break down the main FLO that does all the work 3a - Add a Control - Assign card First, let s add a card that allows us to tweak our FLO easily without having to hunt around for parameters. We ll add two fields - follows per day and follower minimum. Click the + symbol and select Function. Click Control And then select Assign Add two fields: Name one follows per day - set to Number Name the other follower minimum - set to Number Note: To create a new field, just click the click or drop here to create area in the card. Additionally: To change the field type (and name!) select the drop down by the field type / click Customize to change the name.

17 3b - Add a Now Card and Date to String card We want to cap our follows at a certain threshold every day, so we ll need this so we can make sure we re not over the limit (we ll be looking at our table for that). As we did before, let s add these cards BEFORE the Get User Profile Card. Set your Date to String card to a reasonable format: YYYY-MM-DD Then set your time zone

18 3c - Check your Daily Follows Next, add a Tables - Read Row card Select the table you created Make sure to copy in the Row ID (it s the ONLY row in this table) This step helps us RATE LIMIT our FLO.

19 Again, this may not be completely precise. If you re after precision, consider including this check in your primary FLO. 3d - Check your Follower Count Let s add a new Function card - the Continue If. Drag in the Follower Count field to the left-operand Set the operator to less than or equal Set your right-operand to foll I m going to check that this person has >= 200 followers. What this does is helps filter out spammy accounts or people that may not be (yet) influencers

20 . 3e - Get the User Profile We already added this card, but let s look at it to make sure we have what we need. You can remove fields you don t care about (like List Membership). Otherwise we don t have anything else to do with this card...

21 3f - Search your Spreadsheet Let s add a new ACTION - Google Sheets - Search Column What we want to do is first check to see if the Twitter Account to follow has already been added. Select your Spreadsheet (mine is Daves Twitter Friends ) Select your worksheet Then select Username (or whatever you ve named it) Click Done Then set your Search Term as username

22 IF there s NO MATCH, we will continue otherwise we stop. Use a Continue If where Row Number is empty (in other words, this search doesn t return a match!).

23 3g - Wrap it Up! And finally, we simply Follow the User and add this record to the Google Sheet that tracks all the followers.

24 3h - Final Notes Make sure you go back to the Monitor Keywords card and set the schedule. At the time of this writing, I have my Monitor Keywords schedule set at every 15 minutes. I only run this between 9 am and 5 pm on Weekdays. Play with settings for the best outcomes for your own needs.

25 Azuqua Tables Version So for those of you who have access to Azuqua Tables (e.g. a Team account) and want to leverage them instead of Google Sheets, we can replicate this function here Some differences, but it should look pretty much the same. Details are below. 1 - Add a Now Card and Date to String card We want to cap our follows at a certain threshold every day, so we ll need this so we can make sure we re not over the limit (we ll be looking at our table for that). Add these cards BEFORE the Get User Profile Card. Set your Date to String card to a reasonable format: YYYY-MM-DD Then set your time zone 2 - Check your Daily Follows Before this FLO continues, let s RATE LIMIT our FLO. Again - best practice is to make sure you don t follow too many people. Here I ll do a Search Rows against my Azuqua Table looking for the Date Added = Today. All I want to know is the Row Count from this subset of records - TODAY S records. If it s less than a certain number (like 50 or so) we re good. 3 - Get the User Profile

26 We already added this card, but let s look at it to make sure we have what we need. You can remove fields you don t care about (like List Membership). Otherwise we don t have anything else to do with this card First Check - Follower Count Let s add a new Function card - the Continue If. Here, let s drag in the Follower Count field I m going to check that this person has >= 200 followers. What this does is helps filter out spammy accounts or people that may not be (yet) influencers. 5 - Search your Spreadsheet Let s add a new ACTION - Google Sheets - Search Column What we want to do is first check to see if the Twitter Account to follow has already been added. Select your Spreadsheet (mine is Daves Twitter Friends ) Select your worksheet Then select Username (or whatever you ve named it) Click Done Then set your Search Term as username IF there s NO MATCH, we continue otherwise we stop. Use a Continue If where Row Number is empty (in other words, this search doesn t return a match!). I recommend testing to see what happens everything ok? Great! Let s keep rolling. 6 - Wrap it Up! And finally, we simply Follow the User and add this record to the Azuqua Table that tracks all the followers.

27 Enhancement This workbook does not cover the following topics, but as you iterate and improve upon this process there are a number of things we d recommend: 1. Use Date Added field to provide for an "unfollow" function 2. Halt FLO entirely if follow/followers ratio is too low 3. Add "Last Active" to further refine 4. Geolocation 5. Language 6. General Cleanup FLO 1 - Unfollow This would require us to do a bit more work. First, we d need a second table to show who FOLLOWS US. If someone doesn t follow us back within - say - TWO WEEKS, we can then unfollow them. Straightforward, but would be another FLO that I d run perhaps every few days to a week 2 - Preserve Following/Followers Ratio This is more or less impossible in a growth period. You d clearly going to start off Negative. Still, what you could do is periodically check a percentage that you don t want to go beneath and HALT the FLO if this is hit. People will start following you back so this can resume automatically. 3, 4, 5 - Add Last Active Date, Language, and Location These will also help you refine your target and should be easy to implement. 6 - General Cleanup I would also recommend adding in ORGANIC follows that you aren t tracking and FOLLOW THEM BACK if they meet your criteria. You could also do this manually as people come in.

28 Finally, you should periodically groom your list. It shouldn t be an insult if - in the course of tuning - you realize that you had some noise. Summary and Thanks REMEMBER - Using APIs is something that you should do with respect to limits and respect to a platform s rules. A big part of automation is also being aware of rules and using Digital Automation tools like Azuqua responsibly. In other words, someone should be monitoring, caring for, and making sure things don t get out of control. I ll also share that within 10 days - even just testing - my number of FOLLOWERS more than doubled. Pretty cool if you ask me. There are way more things you can do with our platform, so make sure you listen to our podcast, review our training material, and above all, set out to make some FLOs! If you need more help in building processes in Azuqua, check out the following resources: Azuqua Training Azuqua Community Contact Us Form Thanks for reading and get out there and make some Connections!

SQLite vs. MongoDB for Big Data

SQLite vs. MongoDB for Big Data SQLite vs. MongoDB for Big Data In my latest tutorial I walked readers through a Python script designed to download tweets by a set of Twitter users and insert them into an SQLite database. In this post

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Sorting and Filtering Data

Sorting and Filtering Data chapter 20 Sorting and Filtering Data IN THIS CHAPTER Sorting...................................................... page 332 Filtering..................................................... page 337 331

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Tableau Automation Starter Kit:

Tableau Automation Starter Kit: Tableau Automation Starter Kit: Leveraging Tableau s Webhooks to automate and integrate your data across your SaaS apps Hello Data Rockstars! The purpose of this guide is to help you set up Webhooks with

More information

Launch Store. University

Launch Store. University Launch Store University Store Settings In this lesson, you will learn about: Completing your Store Profile Down for maintenance, physical dimensions and SEO settings Display and image settings Time zone,

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Beginner s Guide To Direct Messages On Twitter

Beginner s Guide To Direct Messages On Twitter Beginner s Guide To Direct Messages On Twitter By Rachel May Quin August 28, 2014 0 Comments 0 0 0 SEARCH Search... Search Subscribe to our newsletter: Email * Direct messages are a private message sent

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Quick Topic - Refreshable Web Queries

Quick Topic - Refreshable Web Queries Quick Topic - Refreshable Web Queries Unanet would like to thank Max Patin and AEgis Technologies for this Knowledge Center entry, which demonstrates how our customers are maximizing their use of Unanet.

More information

How To Create Backlinks

How To Create Backlinks How To Create Backlinks 1 Page Contents Who Is This Book For?... 3 A Trip In The Way-Back Machine... 4 A Little Refresher... 4 How To Build Backlinks... 6 Build Backlinks With Guest Posts... 7 Build Backlinks

More information

Master Cold s. - The ebook. Written with at FindThatLead.com

Master Cold  s. - The ebook. Written with at FindThatLead.com Master Cold Emails - The ebook Written with at.com Index Introduction: What Do I Do Now? The Best Tools To Improve Your Cold Email Game How to Craft the Perfect Cold Email Follow-Ups A Few Examples Your

More information

QUICK EXCEL TUTORIAL. The Very Basics

QUICK EXCEL TUTORIAL. The Very Basics QUICK EXCEL TUTORIAL The Very Basics You Are Here. Titles & Column Headers Merging Cells Text Alignment When we work on spread sheets we often need to have a title and/or header clearly visible. Merge

More information

The Fat-Free Guide to Conversation Tracking

The Fat-Free Guide to Conversation Tracking The Fat-Free Guide to Conversation Tracking Using Google Reader as a (Basic) Monitoring Tool. By Ian Lurie President, Portent Interactive Portent.com Legal, Notes and Other Stuff 2009, The Written Word,

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results?

Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results? Declutter your Spreadsheets by Hiding Zero Values Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results? Undertaking data

More information

VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT?

VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT? VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT? Hi there! I m Angela with HubSpot Academy. This class is going to teach you all about planning content for different segmentations of users. Segmentation

More information

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE You can make a simple, free chapter website using Google Sites. To start, go to https://sites.google.com/

More information

Filter and PivotTables in Excel

Filter and PivotTables in Excel Filter and PivotTables in Excel FILTERING With filters in Excel you can quickly collapse your spreadsheet to find records meeting specific criteria. A lot of reporters use filter to cut their data down

More information

Setup... 3 Connect your accounts in GatorSocial... 4 Competitors...10 Topics Tab...12

Setup... 3 Connect your accounts in GatorSocial... 4 Competitors...10 Topics Tab...12 GATORSOCIAL Table of Contents Setup... 3 Connect your accounts in... 4 Competitors...10 Topics Tab...12 How to compose a message...16 Composing a new message in...17 Dispatched and Scheduled Posts...20

More information

CONTENT CALENDAR USER GUIDE SOCIAL MEDIA TABLE OF CONTENTS. Introduction pg. 3

CONTENT CALENDAR USER GUIDE SOCIAL MEDIA TABLE OF CONTENTS. Introduction pg. 3 TABLE OF CONTENTS SOCIAL MEDIA Introduction pg. 3 CONTENT 1 Chapter 1: What Is Historical Optimization? pg. 4 2 CALENDAR Chapter 2: Why Historical Optimization Is More Important Now Than Ever Before pg.

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE SETUP GETTING STARTED GUIDE About Benchmark Email Helping you turn your email list into relationships and sales. Your email list is your most valuable marketing asset. Benchmark Email helps marketers short

More information

Chapter The Juice: A Podcast Aggregator

Chapter The Juice: A Podcast Aggregator Chapter 12 The Juice: A Podcast Aggregator For those who may not be familiar, podcasts are audio programs, generally provided in a format that is convenient for handheld media players. The name is a play

More information

1 P a g e C o p y r i g h t S E O I n c. SEO Inc. Consulting Pinterest

1 P a g e C o p y r i g h t S E O I n c. SEO Inc. Consulting Pinterest 1 P a g e C o p y r i g h t 2 0 1 1 S E O I n c. SEO Inc. Consulting Pinterest Table of Contents WHAT IS PINTEREST... 3 HOW TO SET UP A PINTEREST ACCOUNT... 4 PLUGINS... 10 FOLLOW BUTTON... 10 PIN IT BUTTON...

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog:

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog: Furl Furled Furling Social on-line book marking for the masses. Jim Wenzloff jwenzloff@misd.net Blog: http://www.visitmyclass.com/blog/wenzloff February 7, 2005 This work is licensed under a Creative Commons

More information

A Letting agency s shop window is no longer a place on the high street, it is now online

A Letting agency s shop window is no longer a place on the high street, it is now online A Letting agency s shop window is no longer a place on the high street, it is now online 1 Let s start by breaking down the two ways in which search engines will send you more traffic: 1. Search Engine

More information

» How do I Integrate Excel information and objects in Word documents? How Do I... Page 2 of 10 How do I Integrate Excel information and objects in Word documents? Date: July 16th, 2007 Blogger: Scott Lowe

More information

Excel: Tables, Pivot Tables & More

Excel: Tables, Pivot Tables & More Excel: Tables, Pivot Tables & More February 7, 2019 Sheldon Dueck, MCT dueck21@gmail.com http://bit.ly/pivottables_fmi (Booklet) 1 Contents Tables... 3 Different ways of creating pivot tables... 4 Compact,

More information

This is a book about using Visual Basic for Applications (VBA), which is a

This is a book about using Visual Basic for Applications (VBA), which is a 01b_574116 ch01.qxd 7/27/04 9:04 PM Page 9 Chapter 1 Where VBA Fits In In This Chapter Describing Access Discovering VBA Seeing where VBA lurks Understanding how VBA works This is a book about using Visual

More information

MANNATECH. Presents. MyMannapages SELF-GUIDED CERTIFICATION

MANNATECH. Presents. MyMannapages SELF-GUIDED CERTIFICATION MANNATECH Presents MyMannapages SELF-GUIDED CERTIFICATION The following steps have been created to help you become familiar with the basic functions of MyMannapages. As you begin using these great tools,

More information

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING EXCEL + POWERPOINT Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING KEYBOARD SHORTCUTS NAVIGATION & SELECTION SHORTCUTS 3 EDITING SHORTCUTS 3 SUMMARIES PIVOT TABLES

More information

Intro. Scheme Basics. scm> 5 5. scm>

Intro. Scheme Basics. scm> 5 5. scm> Intro Let s take some time to talk about LISP. It stands for LISt Processing a way of coding using only lists! It sounds pretty radical, and it is. There are lots of cool things to know about LISP; if

More information

Contents. International Union for Conservation of Nature Basic guide to the Forum s Web-spaces

Contents. International Union for Conservation of Nature Basic guide to the Forum s Web-spaces International Union for Conservation of Nature Basic guide to the Forum s Web-spaces Contents What should I use the web-spaces for? (and what I shouldn t use them for?)... 2 Where do I start?... 3 How

More information

Solar Campaign Google Guide. PART 1 Google Drive

Solar Campaign Google Guide. PART 1 Google Drive Solar Campaign Google Guide This guide assumes your team has already retrieved its template Solar Campaign folder from Vital Communities and shared it with the entire volunteer team on Google Drive. To

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

version staff had them to share viewing this this user guide. >Reports, as Logging In the SQL login User Name for your district. perform the guides.

version staff had them to share viewing this this user guide. >Reports, as Logging In the SQL login User Name for your district. perform the guides. This report is available for use by all administrative and teaching staff. Data presented in the report is organized by teacher s rosters. The report has been shown to several districts and the teaching

More information

The Essential Guide to VIRTUAL TEAM. Building Tools

The Essential Guide to VIRTUAL TEAM. Building Tools The Essential Guide to VIRTUAL TEAM Building Tools The Essential Guide to Virtual Team Building Tools By Chris Ducker Thank you for checking out this guide on all my personal favourite tools and resources

More information

If you re a Facebook marketer, you re likely always looking for ways to

If you re a Facebook marketer, you re likely always looking for ways to Chapter 1: Custom Apps for Fan Page Timelines In This Chapter Using apps for Facebook marketing Extending the Facebook experience Discovering iframes, Application Pages, and Canvas Pages Finding out what

More information

For Volunteers An Elvanto Guide

For Volunteers An Elvanto Guide For Volunteers An Elvanto Guide www.elvanto.com Volunteers are what keep churches running! This guide is for volunteers who use Elvanto. If you re in charge of volunteers, why not check out our Volunteer

More information

It s possible to get your inbox to zero and keep it there, even if you get hundreds of s a day.

It s possible to get your  inbox to zero and keep it there, even if you get hundreds of  s a day. It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated, though it does take effort and discipline. Many people simply need

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

What s an SEO Strategy With Out Social Media?

What s an SEO Strategy With Out Social Media? What s an SEO Strategy With Out Social Media? Search & Social Mark Chard Social Media has become a huge part of our everyday life. We keep in touch with friends and family through Facebook, we express

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

Setting up your Netvibes Dashboard Adding a Blog to your Dashboard

Setting up your Netvibes Dashboard Adding a Blog to your Dashboard Cr e a t i ngali s t e ni ngda s hboa r d wi t hne t vi be s Ne t v i be s Table of Contents Introduction... 1 Setting up your Netvibes Dashboard... 2 Adding a Blog to your Dashboard... 2 Adding Twitter

More information

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM THE HOME BUILDER S GUIDE TO Mastering New Home Marketing with Your CRM Table of Contents Introduction 1 Capture Every Lead Automatically 2 Email Marketing 3 Email & Website Analytics 6 Nurturing Leads

More information

Want the *GUIDED* tour?

Want the *GUIDED* tour? Want the *GUIDED* tour? 12 x12 layouts are great, and 8.5 x11 layouts are great too - BUT what if you want to great something that you can print (or have printed) right to standard photo paper? Shouldn

More information

Intermediate Excel 2013

Intermediate Excel 2013 Intermediate Excel 2013 Class Objective: Elmhurst Public Library is committed to offering enriching programs to help our patrons Explore, Learn, and Grow. Today, technology skills are more than a valuable

More information

Learning and Development. UWE Staff Profiles (USP) User Guide

Learning and Development. UWE Staff Profiles (USP) User Guide Learning and Development UWE Staff Profiles (USP) User Guide About this training manual This manual is yours to keep and is intended as a guide to be used during the training course and as a reference

More information

Advanced Marketing Techniques: Zach Stone, Molly McCormick, Dave Frees, Connie Gray, Karen Martin, and Mischelle Davis

Advanced Marketing Techniques: Zach Stone, Molly McCormick, Dave Frees, Connie Gray, Karen Martin, and Mischelle Davis Advanced Marketing Techniques: Zach Stone, Molly McCormick, Dave Frees, Connie Gray, Karen Martin, and Mischelle Davis You have access to some incredible tools, and Zach, Connie, Molly, Karen, Dave, and

More information

How to Use Google Alerts

How to Use Google Alerts How to Use Google Alerts Google Alerts is a service that generates search engine results, based on criteria provided by you, and delivers the results to your e mail account. This service is useful for

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

How to Get Your Inbox to Zero Every Day

How to Get Your Inbox to Zero Every Day How to Get Your Inbox to Zero Every Day MATT PERMAN WHATSBESTNEXT.COM It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated,

More information

RouteOp. Step 1: Make sure requirements are met.

RouteOp. Step 1: Make sure requirements are met. RouteOp If you are just getting started please note that the features are not enabled until your first call. You will receive a welcome email to get the ball rolling and will be hearing from your implementation

More information

Salesforce App Help. Salesforce, Winter

Salesforce App Help. Salesforce, Winter Salesforce App Help Salesforce, Winter 18 @salesforcedocs Last updated: November 22, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Checklist. ORB Education Quality Teaching Resources. ORB Education Visit for the full, editable versions.

Checklist. ORB Education Quality Teaching Resources. ORB Education Visit   for the full, editable versions. Checklist 1. Data in our Lives 2. Representing Data 3. Working with Data 4. Introducing Spreadsheets 5. Basic Excel Skills 6. Google Sheets 7. Sorting and Filtering 8. Formulas 9. Plots and Trendlines

More information

Comping Guide. Rafflecopter & Blogs

Comping Guide. Rafflecopter & Blogs Comping Guide Blogs 2 Following blogs 2 Commenting on blogs 2 Prize promotions on blogs 4 Notifying winners 4 How to find Blog comps 4 Rafflecopter 5 Types of Rafflecopter giveaway 6 An example Rafflecopter

More information

Unified Management Console

Unified Management Console Unified Management Console Transition Guide The unified management console provides the same functionality that the older MailGuard and WebGuard management consoles provided if not more. This guide is

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

Keyword Conversion Tracking Demystified. By Amir Darwish

Keyword Conversion Tracking Demystified. By Amir Darwish Keyword Conversion Tracking Demystified By Amir Darwish Disclaimer: This ebook is for educational and information purposes only. In no way may will I be liable for any damages whatsoever that you incur

More information

MANAGE YOUR CONSTRUCTION21 COMMUNITY

MANAGE YOUR CONSTRUCTION21 COMMUNITY MANAGE YOUR CONSTRUCTION21 COMMUNITY Online communities are spaces dedicated to exchanges, news watch and sharing of documents. By creating your community on a specific topic, you stand out as a national

More information

SKIP THIS STEP IF YOUR DISTRICT HAS CHROMEBOOKS FOR EVERY STUDENT WITH THEIR OWN GOOGLE APPS USERNAME!!!

SKIP THIS STEP IF YOUR DISTRICT HAS CHROMEBOOKS FOR EVERY STUDENT WITH THEIR OWN GOOGLE APPS USERNAME!!! Class Update Form If there are any steps that aren t working for you, please contact me and I ll try to help! To save some time, I created a Sample Class Roster and a Sample Update Form. Sample Roster:

More information

How to Stay Safe on Public Wi-Fi Networks

How to Stay Safe on Public Wi-Fi Networks How to Stay Safe on Public Wi-Fi Networks Starbucks is now offering free Wi-Fi to all customers at every location. Whether you re clicking connect on Starbucks Wi-Fi or some other unsecured, public Wi-Fi

More information

Page design and working with frames

Page design and working with frames L E S S O N 2 Page design and working with frames Lesson objectives Suggested teaching time To a learn about designing web pages and creating framesets in your web, you will: 35-45 minutes a b c Discuss

More information

Office Hours: Hidden gems in Excel 2007

Office Hours: Hidden gems in Excel 2007 Page 1 of 6 Help and How-to Office Hours: Hidden gems in Excel 2007 October 1, 2007 Jean Philippe Bagel Sometimes love at first sight lasts for years. This week's columnist offers new and interesting ways

More information

Contents Using Team Site Calendars... 2

Contents Using Team Site Calendars... 2 SharePoint 2013 End User Training Tutorial Contents Using Team Site Calendars... 2 Adding & Editing Announcements... 4 Using Custom Lists... 6 Creating Alerts to Stay Updated... 9 Communicating Through

More information

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard ****

Tutorial: Create an Excel Dashboard. Overview. **** Download the Example Dashboard **** Tutorial: Create an Excel Dashboard This page walks through building an Excel dashboard with a mobile tool called CommCare. Similar to how Excel helps people build spreadsheets, CommCare enables anyone

More information

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE CONTENTFAC.COM As an FYI, this document is designed to go along with our video by the same name. If you haven t checked that out yet, you

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Get Twitter Followers in an Easy Way Step by Step Guide

Get Twitter Followers in an Easy Way Step by Step Guide Get Twitter Followers in an Easy Way Step by Step Guide See how I made $2300 in 3 Days using Twitter Traffic All in one guide for getting traffic via Twitter 1 Get Twitter Followers in an easy way Step

More information

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

Welcome to the world of .

Welcome to the world of  . Welcome to the world of e-mail. E-mail, short for electronic mail, allows computer users to easily send messages back and forth between acquaintances around the world. There are a variety of ways to do

More information

Getting Started Reliance Communications, Inc.

Getting Started Reliance Communications, Inc. Getting Started Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Before you Begin... 3 Bookmark Your Login Page... 3 Setting your Password...

More information

Netvibes A field guide for missions, posts and IRCs

Netvibes A field guide for missions, posts and IRCs Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your

More information

Responsive Web Design Discover, Consider, Decide

Responsive Web Design Discover, Consider, Decide Responsive Web Design Discover, Consider, Decide Responsive Web Design. Discover, Consider, Decide Q. What is Responsive Design? A. Responsive design is a general mindset where you are designing a website,

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Storify Tutorial. Click join now! and create an account using your Facebook, Twitter, or address.

Storify Tutorial. Click join now! and create an account using your Facebook, Twitter, or  address. Storify Tutorial Storify is a website that allows users to collect media from social media websites, compile into a story, and publish and share online. A story is essentially your written analysis along

More information

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134 GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK - 102 by C3GPS & Major134 Table of Contents About this Document... iii Class Materials... iv 1.0 Locations...1 1.1 Adding Locations...

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team ATMS ACTION TRACKING MANAGEMENT SYSTEM Quick Start Guide The ATMS dev team Contents What is ATMS?... 2 How does ATMS work?... 2 I get it, now where can I find more info?... 2 What s next?... 2 Welcome

More information

How to Read AWStats. Why it s important to know your stats

How to Read AWStats. Why it s important to know your stats How to Read AWStats Welcome to the world of owning a website. One of the things that both newbie and even old time website owners get overwhelmed by is their analytics and understanding the data. One of

More information

SEARCH ENGINE MARKETING (SEM)

SEARCH ENGINE MARKETING (SEM) D I G I TA L M A R K E T I N G S E A R C H E N G I N E O P T I M I Z AT I O N ( S E O ) SEARCH ENGINE MARKETING (SEM) C O N T E N T S T R AT E G Y SEARCH ENGINE OPTIMIZATION (SEO) 90% of all website traffic

More information

So, why not start making some recommendations that will earn you some cash?

So, why not start making some recommendations that will earn you some cash? 1 Welcome To Our Affiliate Program! Thank you for your interest in becoming an affiliate with The Selling Family! We love our affiliates and look forward to working with you to help you earn some passive

More information

ICANN Start, Episode 1: Redirection and Wildcarding. Welcome to ICANN Start. This is the show about one issue, five questions:

ICANN Start, Episode 1: Redirection and Wildcarding. Welcome to ICANN Start. This is the show about one issue, five questions: Recorded in October, 2009 [Music Intro] ICANN Start, Episode 1: Redirection and Wildcarding Welcome to ICANN Start. This is the show about one issue, five questions: What is it? Why does it matter? Who

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Events in Oracle Eloqua

Events in Oracle Eloqua A Marketing Geek s Guide to: Events in Oracle Eloqua ABOUT THIS SERIES Oracle Eloqua is the most powerful marketing automation platform on the market. It has the ability to scale to the needs of the largest

More information

Getting Started with the LXRPlugin. Step 1) To get started using the LXRPlugin Tool, open an Excel Workbook and click LXRPlugin on the top right.

Getting Started with the LXRPlugin. Step 1) To get started using the LXRPlugin Tool, open an Excel Workbook and click LXRPlugin on the top right. Getting Started with the LXRPlugin Step 1) To get started using the LXRPlugin Tool, open an Excel Workbook and click LXRPlugin on the top right. 1 Manage Accounts Step 1) Click on Manage Accounts to get

More information

How To Use My Alternative High

How To Use My Alternative High How To Use My Alternative High Preface Preface I put this together to address the issues and questions that come up all the time in class, especially for newer students. Preface I did this so that I could

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Multiple Variable Drag and Drop Demonstration (v1) Steve Gannon, Principal Consultant GanTek Multimedia

Multiple Variable Drag and Drop Demonstration (v1) Steve Gannon, Principal Consultant GanTek Multimedia Multiple Variable Drag and Drop Demonstration (v1) Steve Gannon, Principal Consultant GanTek Multimedia steve@gantekmultimedia.com Back Story An associate of mine, Marc Lee (a Flash coder and fellow Articulate

More information

First things first. I need to start my discussion of using Excel for data

First things first. I need to start my discussion of using Excel for data In This Chapter Figuring out tables Building tables Chapter 1 Introducing Excel Tables Analyzing tables with simple statistics Sorting tables Discovering the difference between using AutoFilter and filtering

More information

Using SourceTree on the Development Server

Using SourceTree on the Development Server Using SourceTree on the Development Server This content has been modified to exclude client information. Such omissions include the client name and details of the client s infrastructure, such as domain

More information

Meet our Example Buyer Persona Adele Revella, CEO

Meet our Example Buyer Persona Adele Revella, CEO Meet our Example Buyer Persona Adele Revella, CEO 685 SPRING STREET, NO. 200 FRIDAY HARBOR, WA 98250 W WW.BUYERPERSONA.COM You need to hear your buyer s story Take me back to the day when you first started

More information

Creating Simple Links

Creating Simple Links Creating Simple Links Linking to another place is one of the most used features on web pages. Some links are internal within a page. Some links are to pages within the same web site, and yet other links

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

Spectroscopic Analysis: Peak Detector

Spectroscopic Analysis: Peak Detector Electronics and Instrumentation Laboratory Sacramento State Physics Department Spectroscopic Analysis: Peak Detector Purpose: The purpose of this experiment is a common sort of experiment in spectroscopy.

More information