GoogleAnalyticsモジュールにフィールドを追加しました。(したがって、この質問は一般的な質問であり、この場合はAnalyticsモジュールを使用します)
このように見えます(system.xml)
<another_code translate="label">
<label>Another code</label>
<frontend_type>text</frontend_type>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<active translate="label">
<label>Enable</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</active>
<account translate="label">
<label>Account Id</label>
<frontend_type>text</frontend_type>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</account>
</fields>
</another_code>
これは正常に機能し、DBに追加されます。だが...
フロントエンドで取得するにはどうすればよいですか?私が取得したい場合、次のステップは何でしょうか<label>Account Id</label>