nuad.Initialize(Me,"REPLACE_WITH_YOUR_NATIVE_AD_ID",10dip,10dip,100%X-20dip,150dip,Activity,testing)
in your NAD.Initialize you are using two additional parameters. Activity and testing. Additional you are using much more params as expected.NAd.Initialize("NAd","ca-app-pub-6386760469853814/9104576082",100%x,height)
my code are as follows,in your NAD.Initialize you are using two additional parameters. Activity and testing. Additional you are using much more params as expected.
what are the two 10dip values for? maybe you are trying to position left and top where there is no way to set them? Initialize only needs Eventprefix, ID, width and height.
Private NAd As NativeExpressAd
NAd.Initialize("NAd","ca-app-pub-6386760469853814/9104576082",100%x,height)
Activity.AddView(NAd,0dip, 100%y - height, 100%x, height)
NAd.LoadAd
based on the screenshot in #3 it was not the case.my code are as follows
the screenshot #3 is a reply for #2 i forget to add the class at the time of posting.based on the screenshot in #3 it was not the case.
Stop fooling us
Sub NativeAd_FailedToReceiveAd (ErrorCode As String)
Log("NativeAd_FailedToReceiveAd: " & ErrorCode)
End Sub