3D FlipBook - PREMIUM

d***a@fusionpro.cl
2020-08-30
2020-08-31

How does FB3d Premium give me statistics about my books? May I see if someone clicks on the embedded links in my PDF? or how many people opened my book?

Replies

a***r@3dflipbook.net
2020-08-31
2020-08-31

You can save all user stats using Google Analytics or any other resource to log user action.

d***a@fusionpro.cl
2020-09-02
2020-09-02

I have other question, how can I install google analytics in 3dflipbook, is it necessary to have a regular account? or can it be used on the account for free?

a***r@3dflipbook.net
2020-09-02
2020-09-02

it is available for both. Since 1.10.9 it is active by default you just need to have plugged in google analytics to your wordpress. Plugin call ga function:

ga('send', 'pageview', '/3d-flip-book/{book name}/{book id}/{page number}');

for tracking embadding links you can redefine default link handler in ready function:

function ready(scene) {
  scene.pdfLinksHandler.setHandler(function(type, url) {
    if(type==='external') {
      console.log(url);
    }
    return false;
  });
}ready

instead of console.log(url); save somewhere that user followed url

d***a@fusionpro.cl
2020-09-03
2020-09-03

thks !!!! it worked for me but it only allows me for one book, how can I make it work for multiple books?

d***a@fusionpro.cl
2020-09-03
2020-09-03

Or it should only be in a single book, I ask why I want to buy the account to upload company catalogs, then it would be ideal to carry out follow-ups for each one

I have done these tests with a free account.

a***r@3dflipbook.net
2020-09-03
2020-09-03

Pro version has global ready function.

d***a@fusionpro.cl
2020-09-03
2020-09-03

thanks! it worked for me but it only allows me for one book, how can I make it work for multiple books?

a***r@3dflipbook.net
2020-09-03
2020-09-03

In PRO version go 3D FlipBook-> Settings-> General-> Ready Function - it will work for all books.

d***a@fusionpro.cl
2020-09-04
2020-09-04

Hello good, you can write to me at riveradiego.t@gmail.com, I bought the premium version based on everything I asked you and nothing has worked for me. The full screen in both IOS and ANDROID looks the same as the free version, with the download bars and all that and when clicking on full screen only half of the screen is seen, we set the zoom = 1 and there were no changes , we have updated and saved all the configurations that we have made based on what you have answered us and we have not had any results. Unfortunately due to difficulties I had to buy another subscription of books (flipsnack), however since I have bought the application I want to solve all these problems for the future books that I have to upload. I wait for your mail, greetings.

a***r@3dflipbook.net
2020-09-04
2020-09-04

Hi, first of all write a link to the page where you use the plugin

d***a@fusionpro.cl
2020-09-04
2020-09-04
a***r@3dflipbook.net
2020-09-04
2020-09-04

Thank you, Could you explain what do you want? You set Zoom {default: "1", min: "1", max: "1", levels: "1"} and how you can see it is always 1 - the book ocupy all awailable space inside of its container taking care about proportions. you set active for single page in the book options and plugin show it in single page mode always.

The full screen in both IOS and ANDROID looks the same as the free version - how should it look?

d***a@fusionpro.cl
2020-09-04
2020-09-04

When trying to access from the devices, you cannot see the full page, it opens with the lower bars, we gave the option NO DOWNLOAD and the option to download appears the same, when pressing full screen you do not see full screen, You see the screen divided, you see the book in one half of the screen and in the other you see the bottom of the light box, so I ask you to contact me internally at my email if you can, to show you a screenshot of me screen. I also need to generate the link so that the book opens automatically in full screen. We put zoom = 1 in everything as we read in another question on the forum, we checked the option for phone and we still get the screen not complete, we get half the book and in the lower half the light box. and the book cannot even be understood why it looks so small because of that detail.

d***a@fusionpro.cl
2020-09-04
2020-09-04

I leave you my email again, riveradiego.t@gmail.com. Thanks for the support and the quick response, that is appreciated. ;)

c***a@cpca.net.au
2021-11-30
2021-11-30

"In PRO version go 3D FlipBook-> Settings-> General-> Ready Function - it will work for all books." --> So does it mean that if I purchase the Pro version, I will be able to track statistics of people clicking on the embedded links in ALL of my PDF flip books using "Ready Function"?

b***n@kringdesign.com
2022-03-11
2022-03-11

Hello, I'm sorry, I read your instruction on how to enable tracking on flipbooks but I do not understand what I need to do. I currently have the free version of the plugin installed and have google analytics enabled on the site. In your comment above you say: "it is available for both. Since 1.10.9 it is active by default you just need to have plugged in google analytics to your wordpress. Plugin call ga function:"

Can you please explain what I should do with the code? What do I do with the Plugin call the ga function?

thank you

Log In to leave a comment