now we are in this step $marketing_images = []; $marketing_images[] = new AdImageAsset([ "asset" => new StringValue(["value" => "The Asset resource name of this image."]) //next step is not clear ]);
$headlines = []; $headlines[] = new AdTextAsset([ "text" => new StringValue(["value" => "headline1"]) ]); $headlines[] = new AdTextAsset([ "text" => new StringValue(["value" => "headline2"]) ]); $longHeadline = new AdTextAsset([ "text" => new StringValue(["value" => "long_headline"]) ]); $descriptions = []; $descriptions[] = new AdTextAsset([ "text" => new StringValue(["value" => "desc1"]) ]); $descriptions[] = new AdTextAsset([ "text" => new StringValue(["value" => "desc2"]) ]); $responsiveDisplayAdInfo = new ResponsiveDisplayAdInfo([ "headlines" => $headlines, "long_headline" => $longHeadline, "descriptions" => $descriptions, "business_name" => new StringValue(['value' => "brand_name"]) ]); вторник, 2 июля 2019 г., 9:40:38 UTC+2 пользователь adsapiforumadvisor написал: > > Hi Dima, > > Before proceeding, could you confirm if you are using the AdWords API > <https://developers.google.com/adwords/api/docs/guides/start> or the Google > Ads API <https://developers.google.com/google-ads/api/docs/start>? Also, > could you confirm if my understanding is correct that what you wish to > create are Responsive Ads for Display > <https://support.google.com/google-ads/answer/6363750?hl=en>? > > Thanks and regards, > Peter > Google Ads API Team > > ref:_00D1U1174p._5001UCaPNd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/217ed4bc-bc3b-465b-8318-a3fda9d4c6ea%40googlegroups.com.