Condividi tramite


CreateResponsiveAdRecommendation Service Operation - Campaign Management

Creare una raccomandazione per gli annunci reattivi.

Elementi della richiesta

L'oggetto CreateResponsiveAdRecommendationRequest definisce il corpo e gli elementi di 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

Elemento Descrizione Tipo di dati
AdSubType Riservato. AdSubType
FinalUrls Riservato. matrice di stringhe
Richiesta Riservato. corda
TextTone Riservato. AdRecommendationTextTone

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 CreateResponsiveAdRecommendationResponse definisce il corpo e gli elementi di 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
ImageSuggestions Riservato. Matrice AdRecommendationImageSuggestion
ResponsiveAd Riservato. ResponsiveAd
Suggerimenti video Riservato. Matrice AdRecommendationVideoSuggestion

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/CampaignManagement/v13">
    <Action mustUnderstand="1">CreateResponsiveAdRecommendation</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>
    <CreateResponsiveAdRecommendationRequest xmlns="https://bingads.microsoft.com/CampaignManagement/v13">
      <AdSubType i:nil="false">ValueHere</AdSubType>
      <FinalUrls i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <a1:string>ValueHere</a1:string>
      </FinalUrls>
      <Prompt i:nil="false">ValueHere</Prompt>
      <TextTone i:nil="false">ValueHere</TextTone>
    </CreateResponsiveAdRecommendationRequest>
  </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/CampaignManagement/v13">
    <TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
  </s:Header>
  <s:Body>
    <CreateResponsiveAdRecommendationResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v13">
      <ResponsiveAd d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <AdSubType d4p1:nil="false">ValueHere</AdSubType>
        <BusinessName d4p1:nil="false">ValueHere</BusinessName>
        <CallToAction d4p1:nil="false">ValueHere</CallToAction>
        <CallToActionLanguage d4p1:nil="false">ValueHere</CallToActionLanguage>
        <Descriptions d4p1:nil="false">
          <AssetLink>
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
        </Descriptions>
        <Headline d4p1:nil="false">ValueHere</Headline>
        <Headlines d4p1:nil="false">
          <AssetLink>
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
        </Headlines>
        <Images d4p1:nil="false">
          <AssetLink>
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
        </Images>
        <ImpressionTrackingUrls d4p1:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <a1:string>ValueHere</a1:string>
        </ImpressionTrackingUrls>
        <LongHeadline d4p1:nil="false">
          <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
            <Id d4p1:nil="false">ValueHere</Id>
            <Name d4p1:nil="false">ValueHere</Name>
            <Type d4p1:nil="false">ValueHere</Type>
            <!--This field is applicable if the derived type attribute is set to TextAsset-->
            <Text d4p1:nil="false">ValueHere</Text>
            <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
            <CropHeight d4p1:nil="false">ValueHere</CropHeight>
            <CropWidth d4p1:nil="false">ValueHere</CropWidth>
            <CropX d4p1:nil="false">ValueHere</CropX>
            <CropY d4p1:nil="false">ValueHere</CropY>
            <SubType d4p1:nil="false">ValueHere</SubType>
            <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
            <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
            <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
            <SubType d4p1:nil="false">ValueHere</SubType>
            <ThumbnailImage d4p1:nil="false">
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
            </ThumbnailImage>
          </Asset>
          <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
          <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
          <PinnedField d4p1:nil="false">ValueHere</PinnedField>
        </LongHeadline>
        <LongHeadlineString d4p1:nil="false">ValueHere</LongHeadlineString>
        <LongHeadlines d4p1:nil="false">
          <AssetLink>
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
        </LongHeadlines>
        <Text d4p1:nil="false">ValueHere</Text>
        <VerifiedTrackingSettings d4p1:nil="false">
          <Details xmlns:e295="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
            <e295:ArrayOfKeyValuePairOfstringstring>
              <e295:KeyValuePairOfstringstring>
                <e295:key d4p1:nil="false">ValueHere</e295:key>
                <e295:value d4p1:nil="false">ValueHere</e295:value>
              </e295:KeyValuePairOfstringstring>
            </e295:ArrayOfKeyValuePairOfstringstring>
          </Details>
        </VerifiedTrackingSettings>
        <Videos d4p1:nil="false">
          <AssetLink>
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
        </Videos>
      </ResponsiveAd>
      <ImageSuggestions d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <AdRecommendationImageSuggestion>
          <AssetLink d4p1:nil="false">
            <Asset d4p1:nil="false" d4p1:type="-- derived type specified here with the appropriate prefix --">
              <Id d4p1:nil="false">ValueHere</Id>
              <Name d4p1:nil="false">ValueHere</Name>
              <Type d4p1:nil="false">ValueHere</Type>
              <!--This field is applicable if the derived type attribute is set to TextAsset-->
              <Text d4p1:nil="false">ValueHere</Text>
              <!--These fields are applicable if the derived type attribute is set to ImageAsset-->
              <CropHeight d4p1:nil="false">ValueHere</CropHeight>
              <CropWidth d4p1:nil="false">ValueHere</CropWidth>
              <CropX d4p1:nil="false">ValueHere</CropX>
              <CropY d4p1:nil="false">ValueHere</CropY>
              <SubType d4p1:nil="false">ValueHere</SubType>
              <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
              <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              <!--These fields are applicable if the derived type attribute is set to VideoAsset-->
              <SubType d4p1:nil="false">ValueHere</SubType>
              <ThumbnailImage d4p1:nil="false">
                <CropHeight d4p1:nil="false">ValueHere</CropHeight>
                <CropWidth d4p1:nil="false">ValueHere</CropWidth>
                <CropX d4p1:nil="false">ValueHere</CropX>
                <CropY d4p1:nil="false">ValueHere</CropY>
                <SubType d4p1:nil="false">ValueHere</SubType>
                <TargetHeight d4p1:nil="false">ValueHere</TargetHeight>
                <TargetWidth d4p1:nil="false">ValueHere</TargetWidth>
              </ThumbnailImage>
            </Asset>
            <AssetPerformanceLabel d4p1:nil="false">ValueHere</AssetPerformanceLabel>
            <EditorialStatus d4p1:nil="false">ValueHere</EditorialStatus>
            <PinnedField d4p1:nil="false">ValueHere</PinnedField>
          </AssetLink>
          <Image d4p1:nil="false">
            <Data d4p1:nil="false">ValueHere</Data>
          </Image>
          <ImageUrl d4p1:nil="false">ValueHere</ImageUrl>
        </AdRecommendationImageSuggestion>
      </ImageSuggestions>
      <VideoSuggestions d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <AdRecommendationVideoSuggestion>
          <Video d4p1:nil="false">
            <AspectRatio d4p1:nil="false">ValueHere</AspectRatio>
            <CreatedDateTimeInUTC d4p1:nil="false">ValueHere</CreatedDateTimeInUTC>
            <Description d4p1:nil="false">ValueHere</Description>
            <DurationInMilliseconds d4p1:nil="false">ValueHere</DurationInMilliseconds>
            <FailureCode d4p1:nil="false">ValueHere</FailureCode>
            <Id d4p1:nil="false">ValueHere</Id>
            <ModifiedDateTimeInUTC d4p1:nil="false">ValueHere</ModifiedDateTimeInUTC>
            <SourceUrl d4p1:nil="false">ValueHere</SourceUrl>
            <Status d4p1:nil="false">ValueHere</Status>
            <ThumbnailUrl d4p1:nil="false">ValueHere</ThumbnailUrl>
            <Url d4p1:nil="false">ValueHere</Url>
          </Video>
        </AdRecommendationVideoSuggestion>
      </VideoSuggestions>
    </CreateResponsiveAdRecommendationResponse>
  </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<CreateResponsiveAdRecommendationResponse> CreateResponsiveAdRecommendationAsync(
	AdSubType? adSubType,
	IList<string> finalUrls,
	string prompt,
	AdRecommendationTextTone? textTone)
{
	var request = new CreateResponsiveAdRecommendationRequest
	{
		AdSubType = adSubType,
		FinalUrls = finalUrls,
		Prompt = prompt,
		TextTone = textTone
	};

	return (await CampaignManagementService.CallAsync((s, r) => s.CreateResponsiveAdRecommendationAsync(r), request));
}
static CreateResponsiveAdRecommendationResponse createResponsiveAdRecommendation(
	ArrayList<AdSubType> adSubType,
	ArrayOfstring finalUrls,
	java.lang.String prompt,
	AdRecommendationTextTone textTone) throws RemoteException, Exception
{
	CreateResponsiveAdRecommendationRequest request = new CreateResponsiveAdRecommendationRequest();

	request.setAdSubType(adSubType);
	request.setFinalUrls(finalUrls);
	request.setPrompt(prompt);
	request.setTextTone(textTone);

	return CampaignManagementService.getService().createResponsiveAdRecommendation(request);
}
static function CreateResponsiveAdRecommendation(
	$adSubType,
	$finalUrls,
	$prompt,
	$textTone)
{

	$GLOBALS['Proxy'] = $GLOBALS['CampaignManagementProxy'];

	$request = new CreateResponsiveAdRecommendationRequest();

	$request->AdSubType = $adSubType;
	$request->FinalUrls = $finalUrls;
	$request->Prompt = $prompt;
	$request->TextTone = $textTone;

	return $GLOBALS['CampaignManagementProxy']->GetService()->CreateResponsiveAdRecommendation($request);
}
response=campaignmanagement_service.CreateResponsiveAdRecommendation(
	AdSubType=AdSubType,
	FinalUrls=FinalUrls,
	Prompt=Prompt,
	TextTone=TextTone)

Requisiti

Servizio: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

URL richiesta

https://campaign.api.bingads.microsoft.com/CampaignManagement/v13/ResponsiveAdRecommendation/Create

Elementi della richiesta

L'oggetto CreateResponsiveAdRecommendationRequest definisce il corpo e gli elementi di intestazione della richiesta di operazione del servizio.

Nota

Se non diversamente indicato di seguito, sono necessari tutti gli elementi della richiesta.

Elementi del corpo della richiesta

Elemento Descrizione Tipo di dati
AdSubType Riservato. AdSubType
FinalUrls Riservato. matrice di stringhe
Richiesta Riservato. corda
TextTone Riservato. AdRecommendationTextTone

Elementi dell'intestazione della richiesta

Elemento Descrizione Tipo di dati
Autorizzazione Token di accesso OAuth che rappresenta le credenziali di un utente che dispone delle autorizzazioni per gli account Microsoft Advertising. Assicurarsi che il token sia preceduto da "Bearer", necessario per l'autenticazione corretta.

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 CreateResponsiveAdRecommendationResponse definisce il corpo e gli elementi di intestazione della risposta dell'operazione del servizio. Gli elementi vengono restituiti nello stesso ordine illustrato nel codice JSON della risposta.

Elementi del corpo della risposta

Elemento Descrizione Tipo di dati
ImageSuggestions Riservato. Matrice AdRecommendationImageSuggestion
ResponsiveAd Riservato. ResponsiveAd
Suggerimenti video Riservato. Matrice AdRecommendationVideoSuggestion

Elementi dell'intestazione della risposta

Elemento Descrizione Tipo di dati
TrackingId Identificatore della voce di log che contiene i dettagli della chiamata API. corda

Richiedere JSON

Questo modello è stato generato da uno strumento per visualizzare il corpo e gli elementi di intestazione per la richiesta JSON. Per i tipi supportati che è possibile usare con questa operazione del servizio, vedere il riferimento Request Body Elements sopra riportato.

{
  "AdSubType": "ValueHere",
  "FinalUrls": [
    "ValueHere"
  ],
  "Prompt": "ValueHere",
  "TextTone": "ValueHere"
}

Risposta JSON

Questo modello è stato generato da uno strumento per mostrare il corpo e gli elementi dell'intestazione per la risposta JSON.

Di seguito è riportato un esempio applicabile se il tipo di asset è ImageAsset.

{
  "ResponsiveAd": {
    "AdSubType": "ValueHere",
    "BusinessName": "ValueHere",
    "CallToAction": "ValueHere",
    "CallToActionLanguage": "ValueHere",
    "Descriptions": [
      {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      }
    ],
    "Headline": "ValueHere",
    "Headlines": [
      {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      }
    ],
    "Images": [
      {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      }
    ],
    "ImpressionTrackingUrls": [
      "ValueHere"
    ],
    "LongHeadline": {
      "Asset": {
        "Id": "LongValueHere",
        "Name": "ValueHere",
        "Type": "ImageAsset",
        "CropHeight": IntValueHere,
        "CropWidth": IntValueHere,
        "CropX": IntValueHere,
        "CropY": IntValueHere,
        "SubType": "ValueHere",
        "TargetHeight": IntValueHere,
        "TargetWidth": IntValueHere
      },
      "AssetPerformanceLabel": "ValueHere",
      "EditorialStatus": "ValueHere",
      "PinnedField": "ValueHere"
    },
    "LongHeadlines": [
      {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      }
    ],
    "LongHeadlineString": "ValueHere",
    "Text": "ValueHere",
    "VerifiedTrackingSettings": {
      "Details": [
        {
          "key": "ValueHere",
          "value": "ValueHere"
        }
      ]
    },
    "Videos": [
      {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      }
    ]
  },
  "ImageSuggestions": [
    {
      "AssetLink": {
        "Asset": {
          "Id": "LongValueHere",
          "Name": "ValueHere",
          "Type": "ImageAsset",
          "CropHeight": IntValueHere,
          "CropWidth": IntValueHere,
          "CropX": IntValueHere,
          "CropY": IntValueHere,
          "SubType": "ValueHere",
          "TargetHeight": IntValueHere,
          "TargetWidth": IntValueHere
        },
        "AssetPerformanceLabel": "ValueHere",
        "EditorialStatus": "ValueHere",
        "PinnedField": "ValueHere"
      },
      "Image": {
        "Data": "ValueHere"
      },
      "ImageUrl": "ValueHere"
    }
  ],
  "VideoSuggestions": [
    {
      "Video": {
        "AspectRatio": "ValueHere",
        "CreatedDateTimeInUTC": "ValueHere",
        "Description": "ValueHere",
        "DurationInMilliseconds": IntValueHere,
        "FailureCode": "ValueHere",
        "Id": "LongValueHere",
        "ModifiedDateTimeInUTC": "ValueHere",
        "SourceUrl": "ValueHere",
        "Status": "ValueHere",
        "ThumbnailUrl": "ValueHere",
        "Url": "ValueHere"
      }
    }
  ]
}

Sintassi del codice

Per chiamare l'API REST tramite SDK, è necessario aggiornare l'SDK a una determinata versione e configurare i parametri di sistema. 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<CreateResponsiveAdRecommendationResponse> CreateResponsiveAdRecommendationAsync(
	AdSubType? adSubType,
	IList<string> finalUrls,
	string prompt,
	AdRecommendationTextTone? textTone)
{
	var request = new CreateResponsiveAdRecommendationRequest
	{
		AdSubType = adSubType,
		FinalUrls = finalUrls,
		Prompt = prompt,
		TextTone = textTone
	};

	return (await CampaignManagementService.CallAsync((s, r) => s.CreateResponsiveAdRecommendationAsync(r), request));
}
static CreateResponsiveAdRecommendationResponse createResponsiveAdRecommendation(
	ArrayList<AdSubType> adSubType,
	ArrayOfstring finalUrls,
	java.lang.String prompt,
	AdRecommendationTextTone textTone) throws RemoteException, Exception
{
	CreateResponsiveAdRecommendationRequest request = new CreateResponsiveAdRecommendationRequest();

	request.setAdSubType(adSubType);
	request.setFinalUrls(finalUrls);
	request.setPrompt(prompt);
	request.setTextTone(textTone);

	return CampaignManagementService.getService().createResponsiveAdRecommendation(request);
}
static function CreateResponsiveAdRecommendation(
	$adSubType,
	$finalUrls,
	$prompt,
	$textTone)
{

	$GLOBALS['Proxy'] = $GLOBALS['CampaignManagementProxy'];

	$request = new CreateResponsiveAdRecommendationRequest();

	$request->AdSubType = $adSubType;
	$request->FinalUrls = $finalUrls;
	$request->Prompt = $prompt;
	$request->TextTone = $textTone;

	return $GLOBALS['CampaignManagementProxy']->GetService()->CreateResponsiveAdRecommendation($request);
}
response=campaignmanagement_service.CreateResponsiveAdRecommendation(
	AdSubType=AdSubType,
	FinalUrls=FinalUrls,
	Prompt=Prompt,
	TextTone=TextTone)