cordova-ionic-phonegap-branch-deep-linking-attribution
cordova-ionic-phonegap-branch-deep-linking-attribution copied to clipboard
Apple Search Ads has data on Dashboard but no Keyword / Campaign attribution
I was able to get Apple Search Ads to be tracked on Branch.io with the latest releases, but it seems like the Campaign and Keyword attribution for custom events still not working. As you can see in the following screenshot:

It shows Campaign unpopulated, the same thing happens for Keywords.
Tracking code
import { BranchIo } from '@ionic-native/branch-io/ngx';
@Injectable({ providedIn: 'root' })
export class TrackerService {
constructor(private branchIo: BranchIo) {}
track(eventName: TrackingEvent | string, options = {}) {
this.branchIo.sendBranchEvent(event, options);
};
}
Environment
Ionic:
Ionic CLI : 6.16.3
Ionic Framework : @ionic/angular 5.6.10
@angular-devkit/build-angular : 12.1.0
@angular-devkit/schematics : 12.1.0
@angular/cli : 12.1.0
@ionic/angular-toolkit : 4.0.0
Cordova:
Cordova CLI : 10.0.0
Cordova Platforms : android 9.1.0, ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 20 other plugins)
Branch Libs:
@ionic-native/branch-io": "^5.34.0"
branch-cordova-sdk": "^4.2.4"
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
ios-deploy : 1.11.4
NodeJS : v14.15.5
npm : 7.19.1
OS : macOS Big Sur
@echo-branch any updates on this?