LinkedCustomerId header is not set when using GoogleAdsClientBuilder #902
Labels
bug
Something isn't working
difficulty: easy
Easy; good for newcomers or beginners
enhancement
New feature or request
good first issue
Good for newcomers
P2
Work that should be prioritized. Bugs classified here have known reasonable workarounds
triage
Need triage
19.1.0
13
Description of the bug:
The linked customer id header is not sent when it is configured via the GoogleAdsClientBuilder. Calling withLinkedCustomerId will set the linkedCustomerId property in the builder. However the headers are set by the addFixedHeaderMiddleware method in GoogleAdsGapicClientTrait, which sets the developer token and login customer id headers but doesn't account for the linked customer id LINK.
I found a similar issue that was reported for login-customer-id LINK.
The text was updated successfully, but these errors were encountered: