feature(ShopperInsights): add payPalCampaigns to CustomerSessionRequest#1647
Open
santugowda wants to merge 4 commits into
Open
feature(ShopperInsights): add payPalCampaigns to CustomerSessionRequest#1647santugowda wants to merge 4 commits into
santugowda wants to merge 4 commits into
Conversation
Add PayPalCampaign model and an optional payPalCampaigns list on. CustomerSessionRequest, and build the paypal_campaigns JSON array in CustomerSessionRequestBuilder.
Author
|
/inner source |
7 tasks
8 tasks
anibalb2500
reviewed
Jul 16, 2026
anibalb2500
left a comment
Contributor
There was a problem hiding this comment.
Small nitpick but looks good.
Contributor
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
PayPalCampaign(id)model and an optionalpayPalCampaignslist onCustomerSessionRequest.paypal_campaignsJSON array ([{ id }]) inCustomerSessionRequestBuilderand expose it onJsonRequestObjects.paypalCampaignsin a follow-up PR.Part of enabling PayPal co-marketing campaign attribution (TikTok first) through the Shopper Insights v2 customer session. Backend support is merged (cosmos-apps #10542). The whole v2 surface is
@ExperimentalBetaApi.AI Usage
Which AI Agent Was Used?
How was AI used?
Research across PRD/HLD and backend PRs to confirm the wire contract and scope, plus code generation for the model, builder, and unit tests.
Estimated AI Code Contribution
Checklist
Authors
Inner Source Checklist