You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UI/class-contextual-help.php
+49-1Lines changed: 49 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,47 @@ public function render( WP_Screen $screen ): void {
110
110
<?php
111
111
$conditionals = ob_get_clean();
112
112
113
+
ob_start();
114
+
?>
115
+
<p><?phpesc_html_e( 'When using the DFP Async (DoubleClick for Publishers / Google Ad Manager) provider, you need to configure the following fields:', 'ad-code-manager' ); ?></p>
<dd><?phpesc_html_e( 'The ad size/placement type (e.g., 728x90, 300x250). This determines which ad tag definition is used for this ad code.', 'ad-code-manager' ); ?></dd>
<dd><?phpesc_html_e( 'A unique identifier for this specific ad unit placement. This is used as the HTML div ID where the ad will be rendered. Each Tag ID must be unique across all ad codes to prevent conflicts. Example: "homepage-leaderboard" or "sidebar-mpu-1".', 'ad-code-manager' ); ?></dd>
<?phpesc_html_e( 'Your Google Ad Manager (formerly DFP) Network Code. This is a numeric identifier for your Ad Manager account.', 'ad-code-manager' ); ?>
126
+
<br>
127
+
<?phpechowp_kses_post( __( 'Find it in Google Ad Manager: <i>Admin > Global Settings > Network Code</i>.', 'ad-code-manager' ) ); ?>
0 commit comments