Skip to content

Commit

Permalink
iOS campaign tweek
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Helfer committed Apr 29, 2024
1 parent 170a559 commit 56cdf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Redirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Redirect: React.FC = () => {
const promoter = params.get('x') || 'threetenlabs';
const utmMedium = params.has('x') ? 'influencer' : 'website';

const iOSUrl = `https://apps.apple.com/us/app/y-a-s-s/id6472488148?ct=2024install&pt=${promoter}`;
const androidUrl = `https://play.google.com/store/apps/details?id=com.threetenlabs.spidersolitaire&utm_source=threetenlabswebsite&utm_medium=${utmMedium}&utm_campaign=2024install&utm_content=${promoter}`;
const iOSUrl = 'https://apps.apple.com/app/apple-store/id6472488148?pt=126749548&ct=${promoter}&mt=8';
const androidUrl = 'https://play.google.com/store/apps/details?id=com.threetenlabs.spidersolitaire&utm_source=threetenlabswebsite&utm_medium=${utmMedium}&utm_campaign=2024install&utm_content=${promoter}';


useEffect(() => {
Expand Down

0 comments on commit 56cdf9a

Please sign in to comment.