AFHood Analytics Group – Blogs

The thoughtless yammerings of marketing analytics junkies..

Archive for the ‘data driven’ tag

Sending an email from SAS

without comments

Have you ever wanted to know when your code completes? Or maybe you want to automate the report to include sending an email?

Regardless, SAS is happy to send that email for you. The easiest way to do this is through the SMTP access method via filename statements.

Example:

filename sendemail email ‘toaddress@email.com’ subject=’This is a test email.’ from=’fromaddress@email.com’;

data _null_;

file sendemail;

put ‘Hi,’;

put ‘This is a email sent from SAS’;

run;

This is only a simple example. Here is another with an attachment.

filename sendemail email ‘toaddress@email.com’ subject=’This is a test email.’ from=’fromaddress@email.com’ attach=’/somesascode.sas’;

data _null_;

file sendemail;

put ‘Hi,’;

put ‘This is a email sent from SAS’;

run;

Email attributes can also be set in the data step through the EM_ directives.

filename sendemail email ‘toaddress@email.com’ ;

data _null_;

set somedataset;

put ‘!EM_TO! ‘ email_addr;

put ‘!EM_SUBJECT! ‘ subscription_name;

put name ‘ ,’;

put ‘This message was generated by a SAS data set’;

put ‘!EM_SEND!’;

run;

Data Applied – The new breed of business intelligence

without comments

In recent weeks, we have began to work with a new company, Data-Applied Inc. You may have heard about the release of their new software for business intelligence and data mining. The application is a new breed of analytic tool.

For years, AFHood Analytics Group has been building custom Flash / Flex solutions to meet organizations needs. However, Data-Applied is a new leader creating software that allows users to intuitively visualize, extract, analyze, and mine data.Their new silverlight based suite not only looks impressive, but has the power to tackle difficult data scenarios.

If you have questions regarding the use of Data-Applied software or how it might fit into your organization, contact AFHood Analytics Group or Data-Applied directly.

You call that targeted?

without comments

As an agency, we see many different approaches to marketing. Oddly enough, the most popular method is the traditional ‘spray and pray’ marketing often labeled ‘targeted marketing’.

I would argue that sending a communication to a list of customers with not forethought to their preferences, value, demographics, location, etc is not targeted. Coincidentally, the amount of this type of marketing seems to increase as the economy turns south.

So it follows that there are two choices regarding targeted marketing methodologies:Targeted

- Accepting a low response rate and therefore working to increase your mailing list to get the desired increase in sales

- Working to increase your response rate (as well as many other metrics like: customer satisfaction, brand affinity, relevancy of communication, etc) by crafting the right message at the right time to the right customer

As you can likely infer, we lean more to the latter. If you have not picked up on our use of sarcasm while stating the obvious, we appologize.

We do realize that organizations default to the former method unconsciously as times get tough. However, we have the expertise and understanding to help you get back on track.

So herein exists a challenge, if we can’t improve your marketing return through the employment of data driven targeting, you don’t pay. Bold? We hope you think so, but we’re confident.

Let us show you how to improve the best of campaigns.

Converting data into revenue

without comments

At the end of the day, this is what it is all about. dollars+euros

We have many clients that have a hard time seeing the value of investing in data and analytics. Depending on their situation, the investment could be significant. However, we believe in what we do and the value we provide. We’ve offered to work for free and share the additional revenues we generate for the next 5 years. Believe it or not, clients don’t take us up on this. This is all it takes for clients to see what this kind of investment could mean to their company over the next half decade.

We challenge you! If you aren’t using data to drive your business and especially your marketing efforts, let us work for free – or show you what you’re missing.

Analytics – A service organization or business driver?

without comments

Since the inception of the analytic function within business, the role played has clearly been service oriented. That doesn’t mean that analytics hasn’t been asking for the keys to the car for some time, but the business has understood the value. That is until now.dashboard-car

Today we see a trend in mature and cutting edge organizations. They are letting analytics drive. Whether its contact strategy, marketing design, sales leads, website design, or even business operations, analytic teams aren’t just providing the data, but designing the solutions.

What allows this evolution of data driven business? The ability of key individuals in analytics to partner with business owners and effectively communicate strategy and value. Until recently, marketing, for example, wouldn’t trust analytics to drive strategy. Until now, marketing didn’t think that the analytics team truly understood their problems.

As an analytics firm, we understand your problems. We pride ourselves at communicating clearly with all levels of business. Let us help you develop a data driven strategy. We have the tools and know-how to achieve your business goals.

Related Posts with Thumbnails