analytics-1.4-apis
analytics-1.4-apis copied to clipboard
Classifications populateimport needs example
Hey, the documentation isn't super clear on what the format of the populate import call should look like. And example like the following would help clear up confusion:
{ "job_id":"325425431", "page":"1", "rows":[ { "row":[ "FB1234", "4.5" , "6.7"] }, { "row":[ "FB1235", "3.2" , "4.6"] } ] }
BTW, this is the page: https://github.com/AdobeDocs/analytics-1.4-apis/blob/7b989011014e5c9fbb5ab792e82f9b075b905b99/docs/classifications-api/methods/r_PopulateImport.md
Hey, the documentation isn't super clear on what the format of the populate import call should look like. And example like the following would help clear up confusion:
How did you figure that out? Is there some other documentation for this?
Updated all Classifications API calls with examples.