Documentation ¶
Index ¶
- func GoogleAdsEventName(v string) string
- func NewGoogleAdsEvent(name string, opts ...GoogleAdsEventOption) *tagmanager.Trigger
- func NewGoogleAdsRemarketingEvent(name string, opts ...GoogleAdsRemarketingEventOption) *tagmanager.Trigger
- type GoogleAdsEventOption
- type GoogleAdsEventOptions
- type GoogleAdsRemarketingEventOption
- type GoogleAdsRemarketingEventOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleAdsEventName ¶
func NewGoogleAdsEvent ¶
func NewGoogleAdsEvent(name string, opts ...GoogleAdsEventOption) *tagmanager.Trigger
func NewGoogleAdsRemarketingEvent ¶ added in v0.4.2
func NewGoogleAdsRemarketingEvent(name string, opts ...GoogleAdsRemarketingEventOption) *tagmanager.Trigger
Types ¶
type GoogleAdsEventOption ¶
type GoogleAdsEventOption func(*GoogleAdsEventOptions)
func GoogleAdsEventWithConsentMode ¶
func GoogleAdsEventWithConsentMode(mode *tagmanager.Variable) GoogleAdsEventOption
type GoogleAdsEventOptions ¶
type GoogleAdsEventOptions struct {
// contains filtered or unexported fields
}
type GoogleAdsRemarketingEventOption ¶ added in v0.4.2
type GoogleAdsRemarketingEventOption func(*GoogleAdsRemarketingEventOptions)
func GoogleAdsRemarketingEventWithConsentMode ¶ added in v0.4.2
func GoogleAdsRemarketingEventWithConsentMode(mode *tagmanager.Variable) GoogleAdsRemarketingEventOption
type GoogleAdsRemarketingEventOptions ¶ added in v0.4.2
type GoogleAdsRemarketingEventOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.