Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Tracking Transparency How does effect apps showing ads? - IDFA iOS14

The recent WWDC state that about iOS 14:

With iOS 14, iPadOS 14, and tvOS 14, you will need to receive the user’s permission through the AppTrackingTransparency framework to track them or access their device’s advertising identifier. Tracking refers to the act of linking user or device data collected from your app with user or device data collected from other companies’ apps, websites, or offline properties for targeted advertising or advertising

Reference: User Privacy and Data Use

As per this guidelines, We need to ask the user for tracking permission using ATTrackingManager (AppTrackingTransparency) framework.

I have a few apps on AppStore, Which is using Google AdMob & FBAudienceNetwork to deliver ads to the user.

Question:

  1. What's happen if I don't upgrade these apps as per the last WWDC guidelines? Is app continue ads serving to the user?

  2. What's happening if User doesn't give tracking permission to the app?

  3. App update does make any impact on revenue from ads?

Try to answer this question respected to ads serving, revenue and impact of App Tracking Transparency

Below are all references which I had referred already.

User Privacy and Data Use

App Tracking Transparency

Google AdMob

Google AdMob : Implementation

AdSupport

like image 341
Hitesh Surani Avatar asked Aug 20 '20 06:08

Hitesh Surani


People also ask

How does IDFA impact advertising?

Advertisers rely on IDFA to track app downloads, purchases and clicks, and one executive at an ad vendor reports the rate of users allowing tracking at 33% based on what they can see. For Apple, the decision reflects its commitment to consumer choice and privacy.

What is ad tracking transparency?

App Tracking Transparency allows you to choose whether an app can track your activity across other companies' apps and websites for the purposes of advertising or sharing with data brokers.

How do apps use IDFA?

The Identifier for Advertisers (IDFA) is a random device identifier assigned by Apple to a user's device. Advertisers use this to track data so they can deliver customized advertising. The IDFA is used for tracking and identifying a user (without revealing personal information).

How do you stop apps from tracking for ads?

If you want to turn off location tracking on Android apps, open the Settings app on your Android device and go to the Location option. You can turn location tracking off here. Scroll down to the Advanced section, and you'll see an option called Ads.


Video Answer


1 Answers

The firstly, i want to talk about the IDFA:

The Identity for Advertisers (IDFA) is the individual and random identifier used by Apple to identify and measure iOS user devices.

Bellow IOS14, Every AdNetworks use IDFA for defund a specific user, then They use IDFA to be used to deliver personalized ads to user. so IDFA help the AdNetworks can show related ads to our users.

In IOS 14, the IDFA is hidden and you and adnetwork can't get this IDFA, You must to ask user to allow tracking permission to continue use IDFA in IOS 14 system.

So my answers are:

Question 1: What's happen if I don't upgrade these apps as per the last WWDC guidelines? Is app continue ads serving to the user?

The short answers is YES, Your app still continue ads serving to the user. BUTTTTTT: the Adnetwork will do not know anythings about your user, so all ads will be random and unrelated ads

-> clickRate will be reduced -> eCPM will be reduced -> Your revenue will be down too.

Question 2: What's happen if User doesn't give tracking permission to the app?

Like the my answer 1 when user don't allow tracking permission, you can't get IDFA then Your revenue will be down again..

But in this case, Apple created an another choose for Us and Networks. that is SKAdNetwork which helps advertisers measure the success of ad campaigns while maintaining user privacy. But Nobody can make sure this API will better current IDFA System can make. So you should enable SKAdNetwork to track conversions in tracking don't allow case. To get maximum profit

Question 3: App update does make any impact on revenue from ads?

If your user allow the tracking permission, everything is OKAY like nothing happen. If not, you have the SKAdNetwork and let pray for SKAdNetwork will work nice like The Apple said.

Question 4: What is Funding Choices?

Funding Choices is the Google'Tool to help you to ask user allow tracking permission. Funding Choices and SDK UMP will create the explainer message alert which will automatically be shown immediately before the "Tracking permission" alert. This is automatically and simple. If you don't like Funding Choices, you can create your explainer message yourself to ask user before the "tracking permission" alert is shown

This is all my knowledges after 3 days researching and working about IDFA, IOS14.....

I hope them can help you something. If i had any mistake, reply here!!!. Thanks

like image 93
Tritmm Avatar answered Oct 25 '22 02:10

Tritmm