-
Notifications
You must be signed in to change notification settings - Fork 19
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
NR-339475 Changing eventType from rokuVideo to videoAction #75
Conversation
@@ -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) |
There was a problem hiding this comment.
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
?
f91609e
to
6b907fe
Compare
@@ -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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be replaced !
JIRA : https://new-relic.atlassian.net/browse/NR-339475
Changed event-type from RokuVideo to VideoAction