Point ads to a custom URL

Hi

I want to display ads that point to a custom URL instead of directly pointing to GooglePlay/AppStore

The reason being is that we have a custom tracking that tracks all users information who installed the game through the unity ads, like how much progress they had on the game … etc

The 3rd part URL is not useful since we need the URL to open on the device the moment the user decide to install the game, this is a deep link that transfer information from installing on the App Store and let the game detect that it have been installed through exactly this URL.

In case it helps we are using something called “Branch.io

Cheers,
Shbli

Hi, fyi, Unity Advertising Terms of Service says:

“(iii) using a design in any Application that encourages or is likely to lead to Invalid Activity or other unintended impressions, views, taps, clicks, downloads, installs or other User actions”

Sounds like what you are describing falls under this criteria, so in that case Unity Ads is not the network for you. Remember it’s in everyone’s, publishers and advertisers, interest to maintain a healthy network.

Please let us know if this is not what you meant.

How would you actually know progress in games made by other game developers (advertisers)?

Thanks,
Rasmus

We are wanting to track progress in our game, not other developers games, we want to know the users that come to our game through unity ads, their investment in our game.

For now unity seems to direct users to AppStore/GooglePlay when they click on an ad, what we need is direct them to a special URL instead of AppStore/GooglePlay and that URL in itself will then save some extra information on the user device and forward the user to AppStore/GooglePlay.

Does the Server-to-Server Install Tracking not do what you want? It won’t do the redirect and that’s understandable from a malware risk point of view, but otherwise it looks like you can tie advert impressions to installs.

Yes, sounds like server-to-server callbacks is what you are looking for, however since you are a publisher, Implementing server-to-server redeem callbacks might be more relevant for you?

/Rasmus

My marketing team want more than just tracking installs, they want to track whether these users finished specific missions, tutorials, connected their social media and all over picture of the whole ROI (Revenue over investment)

Correct, as @DominoM writes, the “Server responses to Impressions or Clicks” section Tracking install events with a server-to-server integration seems to cover your scenario:

“(…) or a click (when the user clicks the download link at the end screen after the video has ended)”

Hope this is what you are looking for, otherwise feel free to reach out to our support team at Technical Support for your actual scenario.

Thanks,
Rasmus

Seems pointless posting this now that @rasmus-unity has pointed you to the support team, but I was about to ask:

So what you need is a way to link per user data from Unity Ads with say Standard Events from Unity Analytics?

And then to point out that I only have an overview knowledge, not implementation detail so was going to leave it to rasmus if you needed further help :slight_smile:

1 Like

Yes that’s true, we are using our own analytics package, it is not unity

but in my analytics panel, I want to be able to filter users based on the ad_refferal origin, for example

Organic
Ad_Referral_A
Ad_Referral_B
Unity ads

so that we want to know which of our users are the most active/interactive users

For that I still think the above URL is only helpful to track instals, nothing more than that, I just want a way from the Unity app/client to detect whether this users have just come from our Ad, or not, by using my own custom URL I save data into the cookies of Safari before the user install the app, and then read them once the app is installed.

I’ll contact support and point them to this thread properly.