Swift SDK Advertising ID

This SDK is developed using the Swift programming language. Unlike our existing iOS SDK, we provide integration support with Swift Package Manager (SPM). You can take advantage of Swift's expressive and intuitive nature, enabling you to create sophisticated applications with ease.

The Netmera Android SDK has the capability to retrieve the Ad_ID information, and you can access the Ad_ID under the Settings > User section on the Netmera Panel. Collecting this information empowers you to take important actions related to your users. The Ad_ID, being a unique identifier tied to each user's device, provides valuable insights that can be leveraged for strategic decision-making. It allows you to better understand and engage with your user base, enabling you to tailor your approach and take meaningful actions based on this collected data.

Ad_ID usage on Netmera:

It's important to note that the Ad_ID information is not utilized for displaying advertisements within your application. Instead, it serves as a unique and device-specific variable associated with each user.

Ad_ID Integration for Beta SDK

  1. In your pod file, add NetmeraAdId and install to your app target as the following;

pod "NetmeraAdId"
  1. Request user authorization to access app-related data for tracking the user or the device.

Netmera.requestAdvertisingAuthorization()

The authorization prompts will be showed to user for Netmera to access device advertisingIdentifier.

To enable or disable tracking transparency within the app, you can use the following code:

Netmera.setAuthorizedAdvertisingIdentifier(authorized: true) // to enable tracking transparency within app
Netmera.setAuthorizedAdvertisingIdentifier(authorized: false) // to disable tracking transparency within app

User Details

Under the Settings > User section, the advertising identifier (Ad_ID) data and the information on whether permission is granted are located in the rightmost two columns.

Ad_ID on Netmera Panel

Panel Visibility Issues:

If you encounter difficulties finding Ad_ID-related options or information in the panel, it is recommended to contact the Netmera Success team for assistance. They can provide guidance and support to ensure you can access and utilize Ad_ID-related features effectively.

Filtering Based on Ad_ID Permission

In the "Targeting > People" section of your Netmera panel, you have the capability to filter users based on their ad_ID permission status. This feature enables you to create campaigns or messages specifically tailored to users who have either granted or denied permission for ad tracking. This level of granularity allows for more targeted and personalized communication with your audience.

Exporting Based on Ad_ID Permission

After filtering your audience in "Targeting > People," you can use the 'Find' button to list all users fitting your criteria. Subsequently, by clicking 'Target Users Found,' you will be presented with options to export your user list. This export functionality facilitates the management and analysis of users based on their Ad_ID permission status.

Targeting Based on Ad_ID Permission

When creating a campaign in the Netmera Panel, specifically on Step 3: Who, you can choose the 'By Advertising ID' option to target your audience based on their Ad_ID. This feature empowers you to tailor your campaigns and messages to users with specific Ad_ID characteristics, providing a more personalized and effective approach to your engagement strategies.

These functionalities collectively offer a comprehensive suite of tools within the Netmera Panel, allowing you to efficiently manage and leverage Ad_ID information for targeted campaigns and user engagement.

Last updated