Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch and pass pid #32

Merged
merged 3 commits into from
Oct 28, 2024
Merged

fetch and pass pid #32

merged 3 commits into from
Oct 28, 2024

Conversation

krzysztofequativ
Copy link

No description provided.

return req;
},
});

export const storage = getStorageManager({ bidderCode: BIDDER_CODE });

Choose a reason for hiding this comment

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

wouldn't be more clear if we define this const at the top of the file? Before we make a call to it (example const pid = storage.getCookie(PID_COOKIE_NAME);) ? I checked other adapters and they usually define it at the top, below other const properties.

Copy link
Author

Choose a reason for hiding this comment

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

done

@krzysztofequativ krzysztofequativ merged commit 675f80d into master Oct 28, 2024
4 checks passed
@krzysztofequativ krzysztofequativ deleted the send-pid branch October 28, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants