We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e776ead commit 884c972Copy full SHA for 884c972
lib/optimizely/event/entity/event_batch.rb
@@ -18,7 +18,7 @@
18
module Optimizely
19
class EventBatch
20
attr_accessor :account_id, :project_id, :revision, :client_name, :client_version,
21
- :anonymize_ip, :enrich_decisions, :visitors
+ :anonymize_ip, :enrich_decisions, :visitors, :region
22
23
def as_json
24
{
0 commit comments