cordova-ionic-phonegap-branch-deep-linking-attribution icon indicating copy to clipboard operation
cordova-ionic-phonegap-branch-deep-linking-attribution copied to clipboard

Apple Search Ads has data on Dashboard but no Keyword / Campaign attribution

Open felipeclopes opened this issue 4 years ago • 1 comments

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:

Screen Shot 2021-07-20 at 9 22 47 AM

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

felipeclopes avatar Jul 20 '21 16:07 felipeclopes

@echo-branch any updates on this?

felipeclopes avatar Aug 21 '21 02:08 felipeclopes