Operazione del servizio RetrieveRecommendations - Ad Insight
Recuperare un elenco di raccomandazioni.
Elementi della richiesta
L'oggetto RetrieveRecommendationsRequest definisce il corpo e gli elementi dell'intestazione della richiesta di operazione del servizio. Gli elementi devono essere nello stesso ordine indicato nella richiesta SOAP.
Nota
Se non diversamente indicato di seguito, sono necessari tutti gli elementi della richiesta.
Elementi del corpo della richiesta
Elementi dell'intestazione della richiesta
Elemento | Descrizione | Tipo di dati |
---|---|---|
AuthenticationToken | Token di accesso OAuth che rappresenta le credenziali di un utente che dispone delle autorizzazioni per gli account Microsoft Advertising. Per altre informazioni, vedere Autenticazione con OAuth. |
corda |
CustomerAccountId | Identificatore dell'account pubblicitario proprietario o associato alle entità nella richiesta. Questo elemento di intestazione deve avere lo stesso valore dell'elemento del corpo AccountId quando sono necessari entrambi. Questo elemento è necessario per la maggior parte delle operazioni del servizio e, come procedura consigliata, è consigliabile impostarlo sempre. Per altre informazioni, vedere Ottenere l'account e gli ID cliente. |
corda |
CustomerId | Identificatore dell'account manager (cliente) da cui l'utente accede o opera. Un utente può avere accesso a più account manager. Questo elemento è necessario per la maggior parte delle operazioni del servizio e, come procedura consigliata, è consigliabile impostarlo sempre. Per altre informazioni, vedere Ottenere l'account e gli ID cliente. |
corda |
DeveloperToken | Token di sviluppo usato per accedere all'API Bing Ads. Per altre informazioni, vedere Ottenere un token per sviluppatori. |
corda |
Password | Questo elemento è riservato per l'uso interno e verrà rimosso da una versione futura dell'API. È necessario usare l'elemento AuthenticationToken per impostare le credenziali utente. | corda |
UserName | Questo elemento è riservato per l'uso interno e verrà rimosso da una versione futura dell'API. È necessario usare l'elemento AuthenticationToken per impostare le credenziali utente. | corda |
Elementi di risposta
L'oggetto RetrieveRecommendationsResponse definisce il corpo e gli elementi dell'intestazione della risposta dell'operazione del servizio. Gli elementi vengono restituiti nello stesso ordine illustrato nella soap di risposta.
Elementi del corpo della risposta
Elemento | Descrizione | Tipo di dati |
---|---|---|
Consigli | Le raccomandazioni disponibili per l'ID account specifico. I tipi di raccomandazioni sono: AddBroadMatchKeywordRecommendation, CampaignBudgetRecommendation, KeywordRecommendation, RemoveConflictingNegativeKeywordRecommendation, ResponsiveSearchAdRecommendation e ResponsiveSearchAdAssetRecommendation. | Matrice RecommendationBase |
Elementi dell'intestazione della risposta
Elemento | Descrizione | Tipo di dati |
---|---|---|
TrackingId | Identificatore della voce di log che contiene i dettagli della chiamata API. | corda |
Richiedi SOAP
Questo modello è stato generato da uno strumento per visualizzare l'ordine degli elementi corpo e intestazione per la richiesta SOAP. Per i tipi supportati che è possibile usare con questa operazione del servizio, vedere il riferimento Request Body Elements sopra riportato.
<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/AdInsight/v13">
<Action mustUnderstand="1">RetrieveRecommendations</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<CustomerAccountId i:nil="false">ValueHere</CustomerAccountId>
<CustomerId i:nil="false">ValueHere</CustomerId>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<RetrieveRecommendationsRequest xmlns="https://bingads.microsoft.com/AdInsight/v13">
<RecommendationTypes i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</RecommendationTypes>
<MaxCount i:nil="false">ValueHere</MaxCount>
</RetrieveRecommendationsRequest>
</s:Body>
</s:Envelope>
SOAP della risposta
Questo modello è stato generato da uno strumento per visualizzare l'ordine degli elementi del corpo e dell'intestazione per la risposta SOAP.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/AdInsight/v13">
<TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
</s:Header>
<s:Body>
<RetrieveRecommendationsResponse xmlns="https://bingads.microsoft.com/AdInsight/v13">
<Recommendations d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<RecommendationBase d4p1:type="-- derived type specified here with the appropriate prefix --">
<AccountId>ValueHere</AccountId>
<AccountName d4p1:nil="false">ValueHere</AccountName>
<AdGroupId d4p1:nil="false">ValueHere</AdGroupId>
<AdGroupName d4p1:nil="false">ValueHere</AdGroupName>
<CampaignId d4p1:nil="false">ValueHere</CampaignId>
<CampaignName d4p1:nil="false">ValueHere</CampaignName>
<CurrentClicks>ValueHere</CurrentClicks>
<CurrentConversions>ValueHere</CurrentConversions>
<CurrentCost>ValueHere</CurrentCost>
<CurrentImpressions>ValueHere</CurrentImpressions>
<Dismissed>ValueHere</Dismissed>
<EstimatedIncreaseInClicks>ValueHere</EstimatedIncreaseInClicks>
<EstimatedIncreaseInConversions>ValueHere</EstimatedIncreaseInConversions>
<EstimatedIncreaseInCost>ValueHere</EstimatedIncreaseInCost>
<EstimatedIncreaseInImpressions>ValueHere</EstimatedIncreaseInImpressions>
<RecommendationHash d4p1:nil="false">ValueHere</RecommendationHash>
<RecommendationId d4p1:nil="false">ValueHere</RecommendationId>
<RecommendationType d4p1:nil="false">ValueHere</RecommendationType>
<Type>ValueHere</Type>
<!--These fields are applicable if the derived type attribute is set to CampaignBudgetRecommendation-->
<BudgetPoints d4p1:nil="false">
<BudgetPoint>
<BudgetAmount>ValueHere</BudgetAmount>
<BudgetPointType>ValueHere</BudgetPointType>
<EstimatedWeeklyClicks>ValueHere</EstimatedWeeklyClicks>
<EstimatedWeeklyCost>ValueHere</EstimatedWeeklyCost>
<EstimatedWeeklyImpressions>ValueHere</EstimatedWeeklyImpressions>
</BudgetPoint>
</BudgetPoints>
<BudgetType>ValueHere</BudgetType>
<CurrentBudget>ValueHere</CurrentBudget>
<RecommendedBudget>ValueHere</RecommendedBudget>
<!--These fields are applicable if the derived type attribute is set to KeywordRecommendation-->
<Competition>ValueHere</Competition>
<MatchType>ValueHere</MatchType>
<MonthlySearches>ValueHere</MonthlySearches>
<SuggestedBid>ValueHere</SuggestedBid>
<SuggestedKeyword d4p1:nil="false">ValueHere</SuggestedKeyword>
<!--This field is applicable if the derived type attribute is set to ResponsiveSearchAdRecommendation-->
<SuggestedAd d4p1:nil="false">
<Descriptions d4p1:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</Descriptions>
<FinalUrl d4p1:nil="false">ValueHere</FinalUrl>
<Headlines d4p1:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</Headlines>
<Path1 d4p1:nil="false">ValueHere</Path1>
<Path2 d4p1:nil="false">ValueHere</Path2>
</SuggestedAd>
<!--These fields are applicable if the derived type attribute is set to RemoveConflictingNegativeKeywordRecommendation-->
<NegativeKeyword d4p1:nil="false">ValueHere</NegativeKeyword>
<NegativeKeywordId>ValueHere</NegativeKeywordId>
<NegativeKeywordListName d4p1:nil="false">ValueHere</NegativeKeywordListName>
<NegativeKeywordMatchType>ValueHere</NegativeKeywordMatchType>
<NegativeKeywordSharedListId d4p1:nil="false">ValueHere</NegativeKeywordSharedListId>
<Source d4p1:nil="false">ValueHere</Source>
<!--These fields are applicable if the derived type attribute is set to UseBroadMatchKeywordRecommendation-->
<CurrentMatchType>ValueHere</CurrentMatchType>
<CurrentStatus d4p1:nil="false">ValueHere</CurrentStatus>
<Keyword d4p1:nil="false">ValueHere</Keyword>
<KeywordOrderItemId>ValueHere</KeywordOrderItemId>
<SuggestedBid>ValueHere</SuggestedBid>
<SuggestedMatchType>ValueHere</SuggestedMatchType>
<SuggestedStatus d4p1:nil="false">ValueHere</SuggestedStatus>
<!--These fields are applicable if the derived type attribute is set to ResponsiveSearchAdAssetRecommendation-->
<RecommendedResponsiveSearchAd d4p1:nil="false">
<Descriptions d4p1:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</Descriptions>
<FinalUrl d4p1:nil="false">ValueHere</FinalUrl>
<Headlines d4p1:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:string>ValueHere</a1:string>
</Headlines>
<Path1 d4p1:nil="false">ValueHere</Path1>
<Path2 d4p1:nil="false">ValueHere</Path2>
</RecommendedResponsiveSearchAd>
<ResponsiveSearchAdId>ValueHere</ResponsiveSearchAdId>
</RecommendationBase>
</Recommendations>
</RetrieveRecommendationsResponse>
</s:Body>
</s:Envelope>
Sintassi del codice
La sintassi di esempio può essere usata con gli SDK di Bing Ads. Per altri esempi, vedere Esempi di codice DELL'API Bing Ads .
public async Task<RetrieveRecommendationsResponse> RetrieveRecommendationsAsync(
IList<string> recommendationTypes,
int? maxCount)
{
var request = new RetrieveRecommendationsRequest
{
RecommendationTypes = recommendationTypes,
MaxCount = maxCount
};
return (await AdInsightService.CallAsync((s, r) => s.RetrieveRecommendationsAsync(r), request));
}
static RetrieveRecommendationsResponse retrieveRecommendations(
ArrayOfstring recommendationTypes,
int maxCount) throws RemoteException, Exception
{
RetrieveRecommendationsRequest request = new RetrieveRecommendationsRequest();
request.setRecommendationTypes(recommendationTypes);
request.setMaxCount(maxCount);
return AdInsightService.getService().retrieveRecommendations(request);
}
static function RetrieveRecommendations(
$recommendationTypes,
$maxCount)
{
$GLOBALS['Proxy'] = $GLOBALS['AdInsightProxy'];
$request = new RetrieveRecommendationsRequest();
$request->RecommendationTypes = $recommendationTypes;
$request->MaxCount = $maxCount;
return $GLOBALS['AdInsightProxy']->GetService()->RetrieveRecommendations($request);
}
response=adinsight_service.RetrieveRecommendations(
RecommendationTypes=RecommendationTypes,
MaxCount=MaxCount)
Requisiti
Servizio: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13