Skip to content

Instantly share code, notes, and snippets.

View caseypage's full-sized avatar

Casey Page caseypage

  • Infusion Extreme
  • Forney, TX
View GitHub Profile
@caseypage
caseypage / https_instance_new.yaml
Last active February 12, 2023 07:59
AWS Beanstalk SSL Lets Encrypt certbot - Single Web Instance - Updated 2021
packages:
yum:
mod24_ssl : []
files:
"/etc/httpd/conf.d/ssl_rewrite.conf":
mode: "000644"
owner: root
group: root
content: |
@caseypage
caseypage / AdwordsScript.js
Last active February 23, 2024 00:51
This will automate setting custom parameters for your adwords tracking template at the campaign and adgroup level.
// Sample Tracking Template
// {lpurl}?utm_medium=adwords&utm_campaign={_campaign}&utm_source={_adgroup}&utm_term={keyword}
// This script will set custom parameters {_campaign} and {_adgroup} at the campaign and adgroup level respectively.
function main() {
///// Update Campaigns
// get all campaigns
var campaignSelector = AdsApp
.campaigns()