Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
update readme with how to include zero impressions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblunden committed Apr 12, 2016
1 parent 6169192 commit 91e02df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Having successfully authenticated, and updated the properties file with your con
(def client-customer-id "123-456-7890")
(def credentials (ac/offline-credentials "./ads.properties"))
(def session (ar/reporting-session "./ads.properties" credentials
:client-customer-id client-customer-id))
:client-customer-id client-customer-id
:include-zero-impressions false))

(with-open [report (ar/run session ar/paid-and-organic-query "sample report" :range (ar/date-range :last-week))]
(doseq [record (ar/record-seq report)]
Expand Down

0 comments on commit 91e02df

Please sign in to comment.