provider "google_ads"
The provider block declares which Google Ads account bidsmith is
operating against. Every .bid project needs exactly one provider
block; convention is to put it at the top of your top-level
account.bid (or in the first file of a single-file project).
Example
provider "google_ads" { customer_id = "1234567890" login_customer_id = "9876543210"}Schema
Required
-
customer_id( String )
Optional
-
login_customer_id( String )
See also
- Connect to Google Ads — how to mint the credentials behind these IDs.
- Glossary: customer ID — what the 10-digit number means.