No SDK signal found on Facebook Bidding

421 views
Skip to first unread message

Sky choi

unread,
Jun 5, 2022, 11:22:03 PM6/5/22
to Google Mobile Ads SDK Developers
Hi, I try to use admob mediation Integrating Facebook Audience Network with bidding.
But when i use Ad inspector to testing, it show  No SDK signal found from Facebook Bidding.

I have init the admob and FBAudienceNetwork SDK. When I init admob it only have one adapter GADMobileAds. Also I try to get Facebook adapter and Facebook Audience Network version by the following code, and it success
SDK version: 6.11.0
Adapter version: 6.11.0.0

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Initialize Google Mobile Ads SDK
GADMobileAds *ads = [GADMobileAds sharedInstance];
[ads startWithCompletionHandler:^(GADInitializationStatus *status) {
// Optional: Log each adapter's initialization latency.
NSDictionary *adapterStatuses = [status adapterStatusesByClassName];
for (NSString *adapter in adapterStatuses) {
GADAdapterStatus *adapterStatus = adapterStatuses[adapter];
NSLog(@"Adapter Name: %@, Description: %@, Latency: %f", adapter,
adapterStatus.description, adapterStatus.latency);
}
}];
// Initialize Google Mobile Ads SDK ends
[[FBSDKApplicationDelegate sharedInstance] application:application didFinishLaunchingWithOptions:launchOptions];
[FBAudienceNetworkAds initializeWithSettings:nil completionHandler:nil];
[FBAdSettings setAdvertiserTrackingEnabled:YES];
[FBAdSettings setLogLevel:FBAdLogLevelVerbose];

Class<GADMediationAdapter> adapterClass = NSClassFromString(@"GADMediationAdapterFacebook");
if (adapterClass != nil) {
GADVersionNumber adapterVersion = [adapterClass adapterVersion];
GADVersionNumber sdkVersion = [adapterClass adSDKVersion];
NSLog(@"Adapter version: %ld.%ld.%ld.%ld",
adapterVersion.majorVersion,
adapterVersion.minorVersion,
adapterVersion.patchVersion / 100,
adapterVersion.patchVersion % 100);
NSLog(@"SDK version: %ld.%ld.%ld",
sdkVersion.majorVersion,
sdkVersion.minorVersion,
sdkVersion.patchVersion);
}
}

Please help me. I don't know which part is wrong
Simulator Screen Shot - iPhone 13 Pro Max - 2022-05-31 at 12.03.56.png
Simulator Screen Shot - iPhone 13 Pro Max - 2022-05-31 at 12.04.00.png

Mobile Ads SDK Forum Advisor

unread,
Jun 6, 2022, 10:07:06 AM6/6/22
to choichi...@gmail.com, google-adm...@googlegroups.com

Hi Choi,

Thank you for reaching out to us.

Can you provide us your sample app project on this so that we can check this also in our end?

If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:

1. Navigate to https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=5004Q00002bcUrYQAU&entry.80707362=00110022
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.

Regards,

Google Logo
Princess Pamela
Mobile Ads SDK Team
 


ref:_00D1U1174p._5004Q2bcUrY:ref

neobie

unread,
Nov 20, 2022, 11:49:25 AM11/20/22
to Google Mobile Ads SDK Developers
Same issue here. Any solution ?

Mobile Ads SDK Forum Advisor

unread,
Nov 20, 2022, 11:36:03 PM11/20/22
to kaiya...@gmail.com, google-adm...@googlegroups.com

Hi Neobie,

 

Thank you for reaching out to us.

 

With regard to your concern, can you confirm if you're using your actual App ID in your implementation and still encounter this issue? If yes, kindly provide us privately the following details below. You can provide the following details via reply privately to author option or directly provide it to the link below.

 

  • Charles Log
  • SDK version
  • App id
  • Mediation adapter used and version
Reply all
Reply to author
Forward
0 new messages