Skip to content

Commit f814b56

Browse files
author
Edward Smith
committed
Update TestBed for QA.
1 parent b6bf00a commit f814b56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Branch-TestBed/Branch-TestBed/ViewController.m

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,11 @@ - (void) sendV2EventWithName:(NSString*)eventName {
423423
buo.contentMetadata.latitude = 12.07;
424424
buo.contentMetadata.longitude = -97.5;
425425
buo.contentMetadata.imageCaptions = (id) @[@"my_img_caption1", @"my_img_caption_2"];
426-
buo.contentMetadata.customMetadata = (id) @{@"Custom_Content_metadata_key1": @"Custom_Content_metadata_val1"};
427-
buo.title = @"My Content Title";
426+
buo.contentMetadata.customMetadata = (id) @{
427+
@"Custom_Content_metadata_key1": @"Custom_Content_metadata_val1",
428+
@"~campaign": @"Parul's campaign"
429+
};
430+
buo.title = @"Parul Title";
428431
buo.canonicalIdentifier = @"item/12345";
429432
buo.canonicalUrl = @"https://branch.io/deepviews";
430433
buo.keywords = @[@"My_Keyword1", @"My_Keyword2"];

0 commit comments

Comments
 (0)