Search Ads 360 allows you to use a combination of secure (https) and conventional (http) protocols when specifying the final URL associated with a Baidu keyword. This feature lets you define which protocol to use when trafficking a click, based on whether the referring device is mobile or not.
Special syntax is required to use this feature. To take advantage of this, you must update your URLs to use brackets containing conditionals, as shown in the examples below. There are a number of ways to add or edit the landing page URL associated with a keyword. A complete list, including steps, can be found here.
Examples
You can either specify the protocol inside of the conditionals, or inherit the protocol from outside conditionals.
Specify inside
To specify the protocol inside, add your domain (including the desired protocol) to both conditionals, like this:
This will result in following URLs:
- Final URL: http://google.com
- Final mobile URL: https://m.google.com
Inherit from outside
If you omit the protocol from inside of the conditional, the protocol will be inherited from what you lead with outside of the braces.
This will result in the following URLs:
- Final URL: http://your_domain.com
- Final mobile URL: https://m.your_domain.com