SkillAgentSearch skills...

AnalyzingAdwordsInR

Scripts for loading data from the AdWords API into R.

Install / Use

/learn @chipoglesby/AnalyzingAdwordsInR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Analyzing Adwords With R

This repo contains a set up scripts that I use in R with the RAdwords package by Johannes Burkhardt. Note: Your needs and analysis will always be different. These scripts are designed to help you get AdWords data into R quickly and efficently. You will need an AdWords API token, which you can apply for here.

Account Performance Report

The account performance report script loads a list of clients, looping through each account and pulls data from the ACCOUNT_PERFORMANCE_REPORT in the Google AdWords API.

Use this script to see the overall performance of each account that you manage.

Display Impression Share Report

The Display Impression Share Report script loads a list of clients, looping through each account and pulls data from the CAMPAIGN_PERFORMANCE_REPORT in the Google AdWords API.

If you've switched from a CPC bid to a viewable CPM bid, this script will plot the performance of your impression share overtime. Use this script to analyze the effectiveness of different types of bids.

Display Placement Report

The display placement performance report script loads a list of clients, looping through each account and pulls data from the PLACEMENT_PERFORMANCE_REPORT in the Google AdWords API.

If you manage a large set of accounts in a given vertical you can use this script to analyze the performance of all placements in your accounts. You an also export those placements as a csv and bulk upload them into Adwords as negatives.

Forecasting Account Costs

This script will creates a forecast of PPC costs using historic data and the R package forecast.

Keywords Performance Report

The keyword performance report script loads a list of clients, looping through each account and pulls data from the KEYWORDS_PERFORMANCE_REPORT in the Google AdWords API.

This script is useful if you have accounts in a given vertical in different geographical regions and want to analyze the performance of keywords with quality scores. It also plots a histogram of quality score for keywords.

Search Query Performance Report

The search query performance report script loads a list of clients, looping through each account and pulls data from the SEARCH_QUERY_PERFORMANCE_REPORT in the Google AdWords API.

This script is useful if you have accounts in a given vertical in different geographical regions and want to analyze the performance of your search queries.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated6y ago
Forks5

Languages

R

Security Score

60/100

Audited on Jan 5, 2020

No findings