-
Notifications
You must be signed in to change notification settings - Fork 381
Update copy in Google Tag Manager article #3331
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
Conversation
@vanand17 Have we confirmed this with a live test? I actually don't see anywhere in the code where we send "Loaded a Page" so want to make sure this is actually all true. https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/google-tag-manager/lib/index.js Probably happens somewhere else but would love 100% confirmation from a true test if possible. We should also probably update the setting description to lowercase "a" in partner portal as well if so: https://app.segment.com/partner-portal/integration/google-tag-manager/settings |
@vanand17 following up on my last comment before we merge this in.
|
Hi @vanand17 - thanks! I ran a test myself to be 100% sure that is what we send. I see that upon a page call, if tracking all pages, we see "Loaded a Page" in the GTM data layer. Approving this PR given my test. I will update the setting description in partner portal to also lowercase the "a" to match |
Thanks Kiara.
…On Thu, Aug 25, 2022 at 3:27 AM kdaswani ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/segmentio/segment-docs/pull/3331*pullrequestreview-1084243201__;Iw!!NCc8flgU!d8MfFA49TW4ClFu4yxvhvKJXHUpZaldrUxeekf5CS2j17uANmBnXPw7dER4RGha6g3NEESN6YGAjblNyYYtbPQ$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AW7QVYMIT2AL75PYYRCBC7DV2ZLQDANCNFSM55Q2IXGA__;!!NCc8flgU!d8MfFA49TW4ClFu4yxvhvKJXHUpZaldrUxeekf5CS2j17uANmBnXPw7dER4RGha6g3NEESN6YGAjblOMSbj8ew$>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
Changing a letter from upper case to lower case based on how the event shows up in the destination.
Merge timing