first commit
This commit is contained in:
20
.sync/Archive/config/clients.example.toml
Normal file
20
.sync/Archive/config/clients.example.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[clients."example.pl"]
|
||||
google_ads_customer_id = "123-456-7890"
|
||||
adspro_client_id = "1"
|
||||
|
||||
[global_rules]
|
||||
max_create_groups_without_extra_confirm = 100
|
||||
max_pause_groups_without_extra_confirm = 100
|
||||
|
||||
[global_rules.pla_settings]
|
||||
require_presence_only = true
|
||||
require_high_priority = true
|
||||
|
||||
[global_rules.product_feed_optimization]
|
||||
limit = 10
|
||||
min_days_between_title_changes = 30
|
||||
|
||||
# Wyjatek per klient:
|
||||
# [clients."example.pl".pla_settings]
|
||||
# require_high_priority = false
|
||||
# require_presence_only = true
|
||||
49
.sync/Archive/config/clients.toml
Normal file
49
.sync/Archive/config/clients.toml
Normal file
@@ -0,0 +1,49 @@
|
||||
[clients."pomysloweprezenty.pl"]
|
||||
google_ads_customer_id = "941-605-1782"
|
||||
adspro_client_id = "2"
|
||||
|
||||
[clients."innsi.pl"]
|
||||
google_ads_customer_id = "133-343-6346"
|
||||
adspro_client_id = "5"
|
||||
|
||||
[clients."van-dam.pl"]
|
||||
google_ads_customer_id = "570-658-4790"
|
||||
|
||||
[clients."sklep.ele-comp.pl"]
|
||||
google_ads_customer_id = "489-092-9476"
|
||||
adspro_client_id = "7"
|
||||
|
||||
[clients."investagd.pl"]
|
||||
google_ads_customer_id = "229-855-5588"
|
||||
adspro_client_id = "8"
|
||||
|
||||
[clients."wyprzedaze.pl"]
|
||||
google_ads_customer_id = "775-249-3197"
|
||||
adspro_client_id = "10"
|
||||
|
||||
[clients."laitica.pl"]
|
||||
google_ads_customer_id = "262-567-7205"
|
||||
adspro_client_id = "9"
|
||||
|
||||
[clients."studio-zoe.pl"]
|
||||
google_ads_customer_id = "387-166-1050"
|
||||
|
||||
[clients."aruba.rzeszow.pl"]
|
||||
google_ads_customer_id = "374-470-8609"
|
||||
adspro_client_id = "3"
|
||||
|
||||
[clients."ibra-makeup.pl"]
|
||||
google_ads_customer_id = "818-919-2566"
|
||||
adspro_client_id = "4"
|
||||
|
||||
[global_rules]
|
||||
max_create_groups_without_extra_confirm = 100
|
||||
max_pause_groups_without_extra_confirm = 100
|
||||
|
||||
[global_rules.pla_settings]
|
||||
require_presence_only = true
|
||||
require_high_priority = true
|
||||
|
||||
[global_rules.product_feed_optimization]
|
||||
limit = 10
|
||||
min_days_between_title_changes = 30
|
||||
32
.sync/Archive/config/tasks.toml
Normal file
32
.sync/Archive/config/tasks.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[[groups]]
|
||||
id = "pla"
|
||||
name = "Kampanie PLA"
|
||||
|
||||
[[groups.tasks]]
|
||||
id = "sync_pla_cl1"
|
||||
name = "Synchronizacja kampanii PLA_CL1"
|
||||
description = "Porownuje kampanie [PLA_CL1] z produktami w adsPRO i przygotowuje plan zmian grup reklam."
|
||||
|
||||
[[groups.tasks]]
|
||||
id = "check_pla_settings"
|
||||
name = "Sprawdzenie ustawien"
|
||||
description = "Sprawdza ustawienia lokalizacji i priorytetu kampanii PLA wedlug regul globalnych i wyjatkow klienta."
|
||||
|
||||
[[groups]]
|
||||
id = "products"
|
||||
name = "Produkty"
|
||||
|
||||
[[groups.tasks]]
|
||||
id = "optimize_product_titles"
|
||||
name = "Optymalizacja tytulow produktow"
|
||||
description = "Pobiera produkty z adsPRO i przygotowuje plan optymalizacji tytulow produktow."
|
||||
|
||||
[[groups.tasks]]
|
||||
id = "optimize_product_categories"
|
||||
name = "Optymalizacja kategorii Google"
|
||||
description = "Pobiera produkty z adsPRO bez kategorii Google i przygotowuje plan decyzji agenta AI."
|
||||
|
||||
[[groups.tasks]]
|
||||
id = "fill_product_unit_pricing"
|
||||
name = "Uzupelnienie unit pricing"
|
||||
description = "Pobiera produkty z adsPRO bez unit pricing i przygotowuje plan uzupelnienia miary oraz miary bazowej."
|
||||
Reference in New Issue
Block a user