Sha256: 60904036e99867ffc571e42dde9910ce260b11e877d6afc15a79fffedc79a4b4
Contents?: true
Size: 1.42 KB
Versions: 5
Compression:
Stored size: 1.42 KB
Contents
# # Example config file # Adwords profiles # google_adwords: sandbox: # default environment is sandbox (cannot be changed) email: example@gmail.com password: password developer_token: example@gmail.com++EUR mutable: true production: # default environment is production (cannot be changed) email: production@mysite.com password: password developer_token: productiondevelopertoken mutable: true # immutable profile # cannot be called service that modify account # as adding keyword, disable adgroup, ... sandbox_read_only: environment: sandbox email: example@gmail.com password: password developer_token: example@gmail.com++EUR mutable: false production_read_only: environment: production email: production@mysite.com password: password developer_token: productiondevelopertoken mutable: false myclient_sandbox: environment: sandbox email: example@gmail.com password: password developer_token: example@gmail.com++EUR mutable: true myclient_production: environment: production email: production@anothersite.com password: password developer_token: productiondevelopertoken mutable: true
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sem4r-0.1.6 | config/sem4r.example.yml |
sem4r-0.1.5 | config/sem4r.example.yml |
sem4r-0.1.3 | config/sem4r.example.yml |
sem4r-0.1.2 | config/sem4r.example.yml |
sem4r-0.1.1 | config/sem4r.example.yml |