Exemple #1
0
?>
"></span>

					</fieldset>

				</td>
			</tr>


			<tr valign="top" class="group_dimensions tab_content">
				<td colspan="2">
					<?php 
printf(__('If you want to track custom dimensions, you need to create the custom dimensions in your %1$sGoogle Analytics account settings%2$s (under %3$sCustom Definitions -> Custom Dimension%4$s).%5$sThey should be scoped as "%3$sHit%4$s".', 'better-analytics'), '<a href="' . esc_url('https://www.google.com/analytics/web/?#management/Settings/') . '" target="_blank">', '</a>', '<strong>', '</strong>', '<br /><br />');
if (!empty($profilePick[@$betterAnalyticsOptions['property_id']])) {
    $dimensions = DigitalPointBetterAnalytics_Helper_Reporting::getInstance()->getDimensions($profilePick[@$betterAnalyticsOptions['property_id']][2], $betterAnalyticsOptions['property_id']);
    $dimensions = DigitalPointBetterAnalytics_Model_Reporting::parseDimensions($dimensions);
} else {
    $dimensions = array();
}
?>
				</td>
			</tr>

			<tr valign="top" class="group_dimensions tab_content">
				<th scope="row"><?php 
esc_html_e('Dimension Indexes', 'better-analytics');
?>
					<p class="description"
					   style="font-weight: normal;">
						<?php 
if (!$dimensions) {