Optimizely.Graph.Cms.Query Tracking not functionnal

Using Optimizely graph C# SDK and search tracking: https://docs.developers.optimizely.com/content-management-system/v13.0.0-CMS/docs/search-tracking

       var query = _graphContentClient.QueryContent<ProductDetailPage>()
            .SearchFor(request.SearchTerm!)
            .UsingField(f => f.ProductName, boost: 5)
            .UsingField(f => f.ProductDescription, highlightTag: "strong", boost: 3)
            .UsingField(f => f.ProductCode, highlightTag: "strong", boost: 1)
            .Track();

Gives the oupout GraphQL of:

#343047
Jul 17, 2026 13:58
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.