Hi Twitter Team,
I have created a Twitter Audience shell using the below code:
BaseAdsResponse ta = audienceApi.createTailoredAudience(accountID,“Test200”, TailoredAudienceDataType.EMAIL);
But i need to hash a data file .
< Please share the code to do this using java since i am not getting appropriate support from the sdk >
Now , while uploading the file using the below code:
TwitterTonUploadResponse upR = audienceApi.uploadTailoredAudience(file);
the object upR of TwitterTonUploadResponse is returning null.
Please help me with this.