We had a app developer here for a couple setting up adobe tracking for our new app (before I came onboard, no idea what happened).
He left us with about 30 or so events and documentation that looks like this:
event55 | Select Your Installation Manually | a.action=team.selectyourinstallationmanually | Select Your Installation Manually | [contextData setObject:@("select your installation manually" forKey:@"selectyourinstallationmanually"]; | Toggle |
| | | | |
event76 | Enable SMS Notifications | a.action=team.enablesmsnotifications | Enable SMS Notifications | [contextData setObject:@("enable sms notifications" forKey:@"team.enablesmsnotifications"]; | Toggle |
| | |
event59 | Promotional Updates | a.action=promotionalupdates | Promotional Updates | [contextData setObject:@("promotionalupdates" forKey:@"team.promotionalupdates"]; | Checkbox |
| | |
| | | | | |
| | | | | |
But my dev team said that [contextData setObject:@("enable mail notifications" forKey:@"aafes.mailnotifications"]; doesn't make sense and wouldn't implement it. I've also never seen it written this way but wanted to see if it does to anyone else or what is the right way to this up? (I've substituted "team" for the company name)