Skip to content

Commit

Permalink
mobile-gaming -> mobile-apps (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviakim321 committed Sep 28, 2022
1 parent 5dc1996 commit 59f56f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Creative/ATTNSDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ - (void)trigger:(UIView *)theView {
}

if ([_mode isEqual:@"debug"]) {
creativePageUrl = [NSString stringWithFormat:@"https://creatives.attn.tv/mobile-gaming/index.html?domain=%@&app_user_id=%@&debug=matter-trip-grass-symbol", _domain, _appUserId];
creativePageUrl = [NSString stringWithFormat:@"https://creatives.attn.tv/mobile-apps/index.html?domain=%@&app_user_id=%@&debug=matter-trip-grass-symbol", _domain, _appUserId];
} else {
creativePageUrl = [NSString stringWithFormat:@"https://creatives.attn.tv/mobile-gaming/index.html?domain=%@&app_user_id=%@", _domain, _appUserId];
creativePageUrl = [NSString stringWithFormat:@"https://creatives.attn.tv/mobile-apps/index.html?domain=%@&app_user_id=%@", _domain, _appUserId];
}

NSLog(@"Requesting creative page url: %@", creativePageUrl);
Expand Down

0 comments on commit 59f56f0

Please sign in to comment.