privacysandbox/aggregation-service

Aggregation Service: Run a job without output domain. Unable to set domain_optional flag

Closed this issue · 2 comments

I am trying to process a job without an output domain. I found the domain_optional flag in the AggregationWorkerArgs class (link). I can’t set this flag as a JobParameter. Can you guide me on how to set the flag?

Hi @pisutpon ,

Thanks for reaching out. This option is not a JobParameter but a runtime flag used for LocalTestingTool where you can use the --skip_domain parameter.

Optional domain is currently not available for Aggregation Service on Trusted Execution Environment.

Closing since response has been provided. Feel free to reach back out if you have further questions.