-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 887 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# === Google Ads API Credentials ===
# Get these from the Google Cloud Console (https://console.cloud.google.com/)
# Path: APIs & Services > Credentials > OAuth 2.0 Client IDs
GOOGLE_ADS_CLIENT_ID=xxxxxxxxxxxx.apps.googleusercontent.com
GOOGLE_ADS_CLIENT_SECRET=GOCSPX-xxxxxxxxxxxxxxxx
# Get this from your Google Ads Manager Account (MCC)
# Path: Tools & Settings > Setup > API Center
GOOGLE_ADS_DEVELOPER_TOKEN=xxxxxxxxxxxxxxxxxxxx
# Use the 'node scripts/getRefreshToken.js' tool provided in this repo to generate this
GOOGLE_ADS_REFRESH_TOKEN=1//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Your 10-digit Google Ads Customer ID (Format: 1234567890)
GOOGLE_ADS_CUSTOMER_ID=1234567890
# === Profit Calculation Configuration ===
# The default Product Cost % (e.g., 0.60 for 60%).
# This value is used for initial calculations before user adjustment in the UI.
NEXT_PUBLIC_DEFAULT_COGS=0.60