We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1660f commit 1c322fcCopy full SHA for 1c322fc
src/V13/AdInsight/AdInsightServiceSettings.php
@@ -6,7 +6,7 @@
6
final class AdInsightServiceSettings
7
{
8
const ServiceNamespace = 'https://bingads.microsoft.com/AdInsight/v13';
9
- const ProductionEndpoint = 'https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc';
+ const ProductionEndpoint = 'https://adinsight.api.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc';
10
const SandboxEndpoint = 'https://adinsight.api.sandbox.bingads.microsoft.com/Api/Advertiser/AdInsight/v13/AdInsightService.svc';
11
}
12
0 commit comments