mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
12 lines
851 B
Text
12 lines
851 B
Text
= f.inputs do
|
|
= f.input :name
|
|
= f.inputs name: 'UTM Parameters' do
|
|
= f.input :utm_campaign, label: 'Campaign', hint: 'Groups all of the content form one campaign. E.g. 20percentpromocode'
|
|
= f.input :utm_source, label: 'Source', hint: 'Which website is sending you traffic. E.g. Facebook, google+, blog'
|
|
= f.input :utm_medium, label: 'Medium', hint: 'The type of marketing medium that the link is featured in. E.g. Facebook wallpost or facebook advertisement'
|
|
= f.input :utm_term, label: 'Term', hint: 'Campaign keywords. E.g. marketing+conference+opensource'
|
|
= f.input :utm_content, label: 'Content', hint: 'Used to track the different types of content that point to the same URL (A/B Test).'
|
|
= f.inputs name: 'Targets' do
|
|
= f.input :targets
|
|
= f.actions do
|
|
= f.action :submit, button_html: { class: 'btn btn-primary' }
|