Skip to content

Commit

Permalink
User-invite - Change campaign name to share_invite
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Mar 13, 2022
1 parent de7ea61 commit 11178dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/basic_app/basic_app/DLViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DLViewController: UIViewController {
generator.addParameterValue(fruitName, forKey: "deep_link_value")
generator.addParameterValue(self.fruitAmountStr, forKey: "deep_link_sub1")
generator.addParameterValue("THIS_USER_ID", forKey: "deep_link_sub2")
generator.setCampaign("summer_fruits")
generator.setCampaign("share_invite")
generator.setChannel("mobile_share")
return generator },
completionHandler: {(_ url: URL?) -> Void in
Expand Down

0 comments on commit 11178dd

Please sign in to comment.