Hi all!
I need a little clarification here regarding SDK Deep Linking tags.
For example: I have 2 pages, on page 2 there are 3 anchor sections. I have set up the SDK tags for each of these anchor section.
section=page2anchor1;
section=page2anchor2;
section=page2anchor3;
Back to page 1 – I input all my page 2 tags into a single Deeplink HS... eg all below SDK tags in 1 hotspot
deep-link;
section=page2anchor1;
section=page2anchor2;
section=page2anchor3;
target-page=2;
target-section=page2anchor1;
target-section=page2anchor2;
target-section=page2anchor3;
...Not working.... Do I have to have a HS for each anchor point?
Eg
Hotspot 1 –
deep-link;
section=page2anchor1;
target-page=2;
target-section=page2anchor1;
Hotspot 2 –
deep-link;
section=page2anchor2;
target-page=2;
target-section=page2anchor2;
Hotspot 3 –
deep-link;
section=page2anchor3;
target-page=2;
target-section=page2anchor3;
...So if there are 20 anchor points across 6 pages, I'll need 20 Deeplink Hotspot? Phew.. slightly dizzy just thinking about that....