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 08ad6aa commit 55722b7Copy full SHA for 55722b7
terminalone/models/advertiser.py
@@ -14,7 +14,7 @@ class Advertiser(Entity):
14
_freq_int = t1types.enum({'hour', 'day', 'week', 'month', 'campaign',
15
'not-applicable'}, 'not-applicable')
16
_freq_type = t1types.enum({'even', 'asap', 'no-limit'}, 'no-limit'),
17
- _bid_cross_types = t1types.enum({'DETERMINISTIC_ONLY', 'DETERMINISTIC_FIRST'}, 'DETERMINISTIC_ONLY')
+ _measure_cross_device_graph = t1types.enum({'DETERMINISTIC_ONLY', 'DETERMINISTIC_FIRST'}, 'DETERMINISTIC_ONLY')
18
_relations = {
19
'ad_server', 'agency', 'billing_contact', 'sales_contact', 'vertical',
20
}
0 commit comments