问题标签 [smartbanner]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2228 浏览

ios - Apple 智能横幅在 ios Safari 中显示空栏(元标记中的 id 正确)

大约一年前,我在移动网站上为 ios 应用程序实现了智能横幅。它工作得很好,直到我今天早些时候看到它是空的。

我查看了元标记中的 id。但这是正确的。

截屏:

http://sup.urb.li/1huyf

我自己找不到,所以不胜感激

iOS 9+ iPhone 5+

Mac mini 上的 iOS 模拟器

所有相同的效果(见截图)

谢谢 !

0 投票
2 回答
465 浏览

branch.io - Branch.io smart banner is empty

My team released an Android app and asked for a smart banner directing users from our website to the app and specific content; to complete this task, we are using branch.io.

According to this guide, I inserted the JavaScript snippet with the branch key found in the settings section of the dashboard and the SDK is correctly initialized.

In the dashboard we defined the styling of the banner and on which sites and devices it should appear. But the banner looks like this (on desktop):

enter image description here

No icon or text are set. Apparently when I use the preview link generated by branch.io it is displayed correctly.

Moreover when I initialize the banner via JavaScript and set the properties it is displayed correctly too:

Somehow nothing from the dashboard is adopted.

Thank you for your help!

0 投票
0 回答
1549 浏览

html - 如何压低其他div?

我正在制作自己的智能横幅,包括 js 代码在内的一切都运行良好。这个想法是,当用户在他们的移动设备上打开网站时,一个横幅会从顶部下拉,询问他/她是否想要下载。但是,当我的 smartbanner 从顶部下降时,它只是与下面的另一个 div 重叠,而不是向下推。这是我的CSS代码。下面的 div 是一个粘性标题,因此它的位置是固定的。

0 投票
3 回答
2108 浏览

android - AdMob SMART_BANNER 排名

我将 AdMob 附加为BANNER,但它在平板电脑中太小了,所以我将它的大小更改为SMART_BANNER.

但是横幅的位置不在底部,而是从底部稍微高一点。

横幅位置错误

这是我的 android-studio 横幅创建代码。

我如何更改代码?谢谢。

0 投票
1 回答
507 浏览

android - 向 Ionic2 应用程序添加智能横幅的最佳方式是什么?

我们有一个在 iOS、Android 和 web 上运行的 Ionic2 应用程序。我们想为应用程序添加一个智能横幅,当它在移动浏览器上运行时显示并提示用户打开移动应用程序。

有一些软件包可用于添加智能横幅,但我们不确定如何将它们集成到 Ionic 应用程序中。任何指导将不胜感激。

0 投票
0 回答
270 浏览

ios - 智能横幅显示在所有设备(Iphone 6、Iphone 7、Ipad)上,Iphone 5s 除外

智能横幅显示在除 Iphone 5s 之外的所有设备(Iphone 6、Iphone 7、Ipad)上。IOS版本是10。我重置了iphone并清除了所有浏览器的数据,但仍然有同样的问题。

应用标识符正确,使用的元标记:

注意:当我用另一个应用程序 ID 替换一个工作智能横幅时,它工作正常。

请问有什么线索吗?

0 投票
1 回答
242 浏览

web - 为智能应用横幅添加条件?

我正在为网站使用智能应用横幅。我如何添加一些条件来显示此横幅?例如,用户进入了我们的网站,但没有对banner进行任何操作(关闭或安装),这就是为什么如果他下次再次访问我们的网站,我们必须在三天后才为他展示这个banner。

0 投票
0 回答
581 浏览

ios - 如何获得更纤薄的 iOS Safari Smart App Banner?

我们需要提供较小的横幅。

我可以看到,在我安装应用程序后,亚马逊等一些网站的智能横幅比百思买等其他网站的智能横幅要小。亚马逊是否正在做一些具体的事情来获得那个更小的横幅。以下是两者的元标记

亚马逊

截屏 亚马逊较小的横幅

百思买

截屏 百思买更大的横幅

我也添加了 app-argument 和 iTunes 附属属性,但这似乎没有帮助。

0 投票
0 回答
678 浏览

android - Android 应用横幅未显示

我试过这个 android app 横幅

https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android

这是我的清单文件:

但它不适用于 android chrome

我已经尝试了几个步骤:

  1. 启用 chrome://flags/#bypass-app-banner-engagement-checks

  2. 我也已经检查了应用程序选项卡上的 chrome 检查元素,我的 manifest.json 存在..

这里我如何在 html 页面上链接它

是这个问题的根源,因为>>

  1. 我选择的 android id/app 在我的地区不可用,即使它在我的客户端上启用?
  2. 我读到它必须是 https,这必须真的安全吗?我知道我的 https 登台服务器有 NET::ERR_CERT_DATE_INVALID(过期日期)?
0 投票
3 回答
786 浏览

java - Android studio - Admob 插页式广告集成导致应用崩溃

大家好,我在我的 mainactivity 中集成了 admob 横幅广告并且工作得很好,但是当我尝试添加 admob 插页式广告时,它会导致应用程序在您打开它时崩溃,在构建 apk 时没有显示错误什么 ami 做错了什么

我只是Java编码的初学者,所以我对环境不太熟悉帮助朋友