Hi all,
I'm trying to run the SeedAdGroupIdSearchParameter function with the TargetingIdeaSelector using Java.
Long adGroupId = Long.parseLong("your-adgroup-ID");
SeedAdGroupIdSearchParameter seedAdGroupIdSearchParameter =
new SeedAdGroupIdSearchParameter(null, adGroupId);
selector.setSearchParameters(new SearchParameter[] {seedAdGroupIdSearchParameter});
I'm constantly getting the error message: "Type mismatch: cannot convert from SeedAdGroupIdSearchParameter to SearchParameter"
which I can't resolve.
Similar scripts using the TargetingIdeaSelecter are working correctly.
Spending hours on it already, so help would be highly appreciated!
Any suggestions?
Cheers,
Maarten