Skip to content

Conversation

damienix
Copy link

@damienix damienix commented Feb 28, 2019

This is a change that intends to demonstrate better (via code) the issue I'm facing with attribution of dynamic_link_first_open event - #2462.

I don't really intend to merge this at this stage. Please be forgiving, this is my first Objective C code, and I didn't manage to completely understand the code around, mostly I tried to understand where my problem is and patch it.

…he first time (thus url is read from the clipboard on run rather than received via deep link)
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@@ -40,10 +46,13 @@ - (NSURL *)URLWithCustomURLScheme:(NSString *)customURLScheme {
NSURL *URL;
if (_dynamicLink) {
NSString *queryString = FIRDLURLQueryStringFromDictionary(_dynamicLink.parametersDictionary);
NSString *utmFormatString = @"&utm_medium=%@&utm_campaign=%@&utm_source=%@";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is crappy, but enough for demo purposes.

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@paulb777
Copy link
Member

paulb777 commented Mar 9, 2019

Closing in favor of #2478. Thanks for getting it started!

@paulb777 paulb777 closed this Mar 9, 2019
@damienix
Copy link
Author

damienix commented Mar 9, 2019

Sure thing, it served its purpose! :)

Thanks.

@firebase firebase locked and limited conversation to collaborators Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants