https://developers.google.com/custom-search/docs/queriesの構造を使用しようとしましたが、正常にアップロードできません。
<Autocompletions>
<Autocompletion term="cake" type="1" language=""/>
<Autocompletion term="strawberry.*" type="2" match="2" language=""/>
<Autocompletion term="vanilla" type="2" language=""/>
<Autocompletion term="apple" type="3" language="">
<Promotion id="1" queries="dessert" title="Apple pie for dessert!" url="http://www.example.com/applepieforsale"
start_date="" end_date="" image_url="" description="Apple pie is the best dessert ever!"/>
<Promotion id="2" queries="apple" title="Buy Apple pie" url="http://www.example.com/applepieforsale"
start_date="" end_date="" image_url="" description="We stock the best apple pie in the world, right here."/>
</Autocompletion>
</Autocompletions>
私のウェブサイトはワードプレスを使用しています。投稿のタイトルを取得し、Google カスタム検索の文字列クエリとして使用したいと考えています。
オートコンプリート用の XML の作成方法を教えてください。