mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
9 lines
236 B
Go
9 lines
236 B
Go
package config
|
|
|
|
type GoogleAdsConversionTracking struct {
|
|
// Conversion label
|
|
Label string `json:"label" yaml:"label"`
|
|
// Optional conversion id overriding the default
|
|
ConversionID string `json:"conversionId" yaml:"conversionId"`
|
|
}
|