Skip to content

Instantly share code, notes, and snippets.

@veritymissed
Created June 2, 2019 16:44
Show Gist options
  • Save veritymissed/c4252b8e00236a40c855f56ce4f41933 to your computer and use it in GitHub Desktop.
Save veritymissed/c4252b8e00236a40c855f56ce4f41933 to your computer and use it in GitHub Desktop.
Google/FB Ads structure

Ad structure

  • Facebook
  • Google

Facebook

廣告活動(Ad Campaign) ---> 廣告組合 (Ad set) ---> 廣告 (Ads)

廣告活動:

  • 選擇投放廣告的目標
  • 建立一堆廣告組合

廣告組合:

  • 選擇受眾
  • 設定預算/排程
  • 建立廣告

廣告:

  • 一張圖像
  • 多張圖像
  • 或是影片
  • 內文及標題

Google

Ads

Smart Campaign

  • highlight selling points
  • attract customers
  • Seperated budget

查看成效

  • Impressions 曝光
  • Clicks 點擊
  • Call clicks 通話點擊 - 客戶點通話按鈕的次數
  • Verified calls 接到來電的頻率
  • Map actions 點選商家地圖圖釘的次數
  • Analytics goals 連接GA後,可監控流量
  • Amount spent 花費金額

Google AdWords API

  • Access and interact with Google ad platform
  • Account ---> Campaign ---> Ad Groups ---> Criteria(Keywords) + Ads(Creatives)
  • 一個廣告帳戶下 -- 可有多個 --> 廣告活動
  • 一個廣告活動下 -- 可有多個 --> 廣告組合

Picture not found

Campaigns 廣告活動

Types

  • Search Network with Display Select
  • Search Network only
  • Display Network only
  • Shopping

集中在

Google's advertising networks:
  • Google Search Network
  • Google Display Network
  • YouTube Network.

AWQL(AdWords query language)

  • SQL-like
  • query reports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment