Add UTM and Referral Links to AR Quick Look

257 Views Asked by At

Attempted to track usage of AR content in S3 (without S3).

Am trying to create referral campaign links in PixelMe .

When opening the content it opens an image of the item and and not the content itself.

Here's an example of a pixelme to USDZ link: https://pxlme.me/WnJ8WjY3 Here's an example of a pixelme to GLB link: https://pxlme.me/wK5w0S7G

Here's an example of the embedded iFrame:

<model-viewer style="width:100%;height:100%" src="GLB LINK GOES HERE" 
    ar auto-rotate camera-controls alt="A 3D model designed by us" 
    background-color="#FFF" ios-src="USDZ LINK GOES HERE" magic-leap unstable-webxr>
    </model-viewer>

When integrating with Google's Model Viewer it says "object could not be opened".

How can I use referral links with AR Quick Look?

1

There are 1 best solutions below

3
On

The reason something like PixelMe won't work with USDZ and GLB is because Pixelme and any ad targeting/retargeting rely on embedding a line of html into your page that loads a 1x1 pixel image from a remote server.

GLB files are binary files that will serve the images loaded into them. USDZ files are zip files of Pixar's USD format. Neither format supports adding html into it.

If you are looking to track usage of the AR Quick Look use a traditional tool like Google Analytics or any other web analytics tool that can track clicks. The only thing you need to filter for is users running iOS 12+. Any user on iOS 12+ who clicks the link will see the AR Quick Look.