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

NR-339475 Changing eventType from rokuVideo to videoAction #75

Conversation

bmendiratta137
Copy link

JIRA : https://new-relic.atlassian.net/browse/NR-339475

Changed event-type from RokuVideo to VideoAction

image

@@ -265,7 +265,7 @@ function nrSendSystemEvent(actionName as String, attr = invalid) as Void
end function

function nrSendVideoEvent(actionName as String, attr = invalid) as Void
ev = nrCreateEvent("RokuVideo", actionName)
ev = nrCreateEvent("VideoAction", actionName)

Choose a reason for hiding this comment

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

How are you differentiating VideoAdAction, VideoErrorAction & VideoCustomAction?

@bmendiratta137 bmendiratta137 force-pushed the NR-339475-changing-EventType-from-RokuVideo-to-VideoAction branch from f91609e to 6b907fe Compare November 22, 2024 06:30
@bmendiratta137 bmendiratta137 marked this pull request as draft November 24, 2024 18:22
@@ -876,9 +887,9 @@ end function

function nrEventApiUrl() as String
if m.nrRegion = "US"
return "https://insights-collector.newrelic.com/v1/accounts/" + m.nrAccountNumber + "/events"
return "https://staging-insights-collector.newrelic.com/v1/accounts/" + m.nrAccountNumber + "/events"
Copy link
Author

Choose a reason for hiding this comment

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

To be replaced !

else if m.nrRegion = "EU"
return "https://insights-collector.eu01.nr-data.net/v1/accounts/" + m.nrAccountNumber + "/events"
return "https://staging-insights-collector.eu01.nr-data.net/v1/accounts/" + m.nrAccountNumber + "/events"
Copy link
Author

Choose a reason for hiding this comment

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

To be replaced !

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