From d652ff8cf2998058dc878805e709199a4082a5d1 Mon Sep 17 00:00:00 2001 From: davidbielik Date: Thu, 14 Nov 2024 09:10:23 -0500 Subject: [PATCH 1/4] Update integration.md --- .../platform_wide/banner_cards/integration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_docs/_developer_guide/platform_wide/banner_cards/integration.md b/_docs/_developer_guide/platform_wide/banner_cards/integration.md index e517ae9e281..e355b21b883 100644 --- a/_docs/_developer_guide/platform_wide/banner_cards/integration.md +++ b/_docs/_developer_guide/platform_wide/banner_cards/integration.md @@ -327,9 +327,11 @@ This feature is not currently supported on Roku. ## Analytics -Braze will automatically handle all impression logging when using the SDK methods to insert Banner Cards. +Braze automatically handles all impression logging when using the SDK methods to insert Banner Cards, so you don't need to worry about tracking impressions manually. -If you need to parse and render the HTML, [contact us](mailto:banners-feedback@braze.com). You can use the following method to track impressions: +If you need to parse and render the HTML in a custom view, [contact us](mailto:banners-feedback@braze.com)._ + +{% details If you emailed us and confirmed you need to manually track impressions... %} {% alert important %} Customization for your integration is likely unnecessary, so consider the following step carefully. @@ -407,6 +409,8 @@ This feature is not currently supported on Roku. {% endtab %} {% endtabs %} +{% enddetails %} + ## Best practices ### Banner Card dimensions and sizing From 9b1441bc296731dc56917826ec1722fd06cd5bdf Mon Sep 17 00:00:00 2001 From: Josh McCrowell <113209750+josh-mccrowell-braze@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:45:55 -0500 Subject: [PATCH 2/4] Update _docs/_developer_guide/platform_wide/banner_cards/integration.md --- .../_developer_guide/platform_wide/banner_cards/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_wide/banner_cards/integration.md b/_docs/_developer_guide/platform_wide/banner_cards/integration.md index e355b21b883..f40d5061d37 100644 --- a/_docs/_developer_guide/platform_wide/banner_cards/integration.md +++ b/_docs/_developer_guide/platform_wide/banner_cards/integration.md @@ -329,7 +329,7 @@ This feature is not currently supported on Roku. Braze automatically handles all impression logging when using the SDK methods to insert Banner Cards, so you don't need to worry about tracking impressions manually. -If you need to parse and render the HTML in a custom view, [contact us](mailto:banners-feedback@braze.com)._ +If you need to parse and render the HTML in a custom view, [contact us](mailto:banners-feedback@braze.com). {% details If you emailed us and confirmed you need to manually track impressions... %} From d7d059927d6e6141f11a353023a17556d7e66b23 Mon Sep 17 00:00:00 2001 From: Lydia Xie <87040416+lydia-xie@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:34:27 -0800 Subject: [PATCH 3/4] Update _docs/_developer_guide/platform_wide/banner_cards/integration.md --- .../_developer_guide/platform_wide/banner_cards/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_wide/banner_cards/integration.md b/_docs/_developer_guide/platform_wide/banner_cards/integration.md index f40d5061d37..5b80d68ca52 100644 --- a/_docs/_developer_guide/platform_wide/banner_cards/integration.md +++ b/_docs/_developer_guide/platform_wide/banner_cards/integration.md @@ -327,7 +327,7 @@ This feature is not currently supported on Roku. ## Analytics -Braze automatically handles all impression logging when using the SDK methods to insert Banner Cards, so you don't need to worry about tracking impressions manually. +You don't need to worry about tracking impressions manually because Braze automatically handles all impression logging when using the SDK methods to insert Banner Cards. If you need to parse and render the HTML in a custom view, [contact us](mailto:banners-feedback@braze.com). From dbbdf15bc893849ab5b1cb946b1f052e5c558929 Mon Sep 17 00:00:00 2001 From: Lydia Xie Date: Thu, 14 Nov 2024 10:52:15 -0800 Subject: [PATCH 4/4] edit --- .../_developer_guide/platform_wide/banner_cards/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_wide/banner_cards/integration.md b/_docs/_developer_guide/platform_wide/banner_cards/integration.md index 5b80d68ca52..ccea40be837 100644 --- a/_docs/_developer_guide/platform_wide/banner_cards/integration.md +++ b/_docs/_developer_guide/platform_wide/banner_cards/integration.md @@ -331,7 +331,7 @@ You don't need to worry about tracking impressions manually because Braze automa If you need to parse and render the HTML in a custom view, [contact us](mailto:banners-feedback@braze.com). -{% details If you emailed us and confirmed you need to manually track impressions... %} +{% details More information for manually tracking impressions %} {% alert important %} Customization for your integration is likely unnecessary, so consider the following step carefully.