File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Branch-TestBed/Branch-TestBed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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" ];
You can’t perform that action at this time.
0 commit comments