Google Sheets
Configuration example for the DevHub Google Sheets integration
Last updated
Was this helpful?
Was this helpful?
{
"should_run": "Build Page",
"project_name": "Your Project Name",
"error_writer": "Errors"
"business_id": 555555,
"sites": [
{
"mapping": {
"base_directory": "Page Path",
"partner_site_id": "Landing Page ID"
},
"overrides": {
"published": true,
"formatted_domain": "landingpages.yourdomain.com",
"theme_id": 1234,
"noindex": true
},
"writers": {
"Preview URL": "preview_url",
"Published URL": "formatted_url"
}
}
]
}{
...
"sites": [
{
...
"filters": {
"custom_fields": ["Headline", "Subheadline", "Main Content"]
}
}
]
...
}{
"business_id": 555555,
...
}{
"businesses": [
{
"mapping": {
"business_name": "Business Name",
"partner_business_id": "Landing Page ID"
}
}
]
...
}