managed-components / managed-components/google-analytics-4
GA4 Cookies for Google Ads Dynamic Remarketing
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I’m currently unable to create eligible custom audiences in GA4 for my Google Ads account, which is impacting my ability to implement dynamic remarketing.
As per Google Support, this issue appears to stem from the absence of certain cookies in my request URL. When I reviewed the requestBuilder.ts file, I noticed that specific parameters aren’t appended to ep and epn on line 155. According to [Google’s documentation](https://support.google.com/analytics/answer/13327091?hl=en), it seems I may need to extend this suppression of ep and epn to additional parameters (NID, SNID, ANID, ID, IDE, and DSID).
Is there a way to apply this suppression for ep and epn in this context?
Thank you and Best regards
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in requestBuilder.ts at line 155 and compare the current ep and epn parameter handling with Google's linked documentation. Verify how the request URL is built and determine whether NID, SNID, ANID, ID, IDE, and DSID should receive the same suppression treatment. Done means eligible Google Ads dynamic remarketing audiences can be created without the reported missing-cookie behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- analytics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100