Giter VIP home page Giter VIP logo

Comments (3)

eneskaya avatar eneskaya commented on May 28, 2024

Do you need an implementation example or a use case?

For the use case part: let's say you have shopping app. When a customer views a product within your app, you can send this view to the Google App Index, e.g. The customer views "Product XYZ from A Special Brand" you would use AppIndexing.startView(...) with the product title, the description, the web path (if applicable) and the android path (android-app://..., refer to documentation). When the customer searches for that product trough the Google search bar later on, he would see the the title you've indexed before in the search results/suggestions and if he clicks it he would be taken to your app and specifically to the page of the product he looked for.

I will put a more detailed example use case in the documentation.

Please let me know if you need a quick start guide or a sample app.

Am 05.08.2016 um 21:56 schrieb Mohamad Fahmi [email protected]:

Do you have example how to use this plugin? how it works?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

from google-app-indexing-cordova.

fahmi182 avatar fahmi182 commented on May 28, 2024

Thanks, appreciate! :)

okay, my website structure is:

homepage: https://www.example.com
article page: https://www.example.com/articles/article-slug-here.html

then, my apps structure is:

homepage: /index.html
article page: /detail.html?id=12345

i mean, how to works with that. thanks again :)

from google-app-indexing-cordova.

mehmetkoc182 avatar mehmetkoc182 commented on May 28, 2024

A sample cordova/phonegap project would be nice.

I've got some questions myself about where exactly these should be called in a phonegap project for android.

AppIndexing.startView(title, description, webPath, androidPath, success, error);
AppIndexing.endView(title, description, webPath, androidPath, success, error);
and maybe examples of each variable in there?

Thanks!

from google-app-indexing-cordova.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.