Promotion Extension via API

2019-02-25 Thread Denys Kovalenko
Re: API, PHP Library: https://github.com/googleads/googleads-php-lib https://support.google.com/google-ads/answer/7367622?hl=en Hi guys, I can't find any references or example on how to create AdGroup Level Promotion Extension with API. Extensions folder https://github.com/googleads/googleads-

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-14 Thread Denys Kovalenko
m/adwords/api/docs/reference/v201809/AdService.ExpandedTextAd > Regards > tim > > On Tue, Nov 13, 2018 at 9:23 PM Denys Kovalenko wrote: > >> Hi Sai, >> >> Yes, please. This example doesn't work with HeadLine3 >> >> >> https://github.com/google

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-13 Thread Denys Kovalenko
Hi Sai, Yes, please. This example doesn't work with HeadLine3 https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/BasicOperations/GetExpandedTextAds.php $selector->setFields( ['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description'] ); If I add HeadlinePa

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-12 Thread Denys Kovalenko
Thanks for your answer. It looks from the docs, I should be able to add, but first I need to Get existing Ads to merry this to our backend, and I can't do it. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

Re: Additional headline (headlinePart3) and description (description2) for ExpandedTextAds

2018-11-12 Thread Denys Kovalenko
Any updates on this one? This seems to me still not available in latest release. HeadlinePart3 is still missing from fields https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201809-AdGroupAdService and adding it to fields throwing an error: INVALID_FIELD_NAME Thanks.

Re: [PHP Lib] Handling two policy exception in ErrorHandling/HandlePolicyViolationError.php

2017-08-21 Thread Denys Kovalenko
Hi Peter, Thank you for your answer. There is no error message as such, to validate the Ad Text the code uses $this->session->setValidateOnly(true); first, then ApiException is caught and code adds exemption to operation by using $operation->setExemptionRequests([new ExemptionRequest($error->ge

[PHP Lib] Handling two policy exception in ErrorHandling/HandlePolicyViolationError.php

2017-08-20 Thread Denys Kovalenko
Hi, In case when two policy exceptions are thrown, for example, in finalURL and Headline1 (which is possible to request via GUI) , the $operation->setExemptionRequests won't allow to add both to $exemptionRequests array, which makes it *impossible* to create an ExpandedTextAd via API. Code ex

Re: A Report to download all Placeholders: sitelink (including zero-impressions)

2016-10-04 Thread Denys Kovalenko
Hi, Thanks for your advice, but AdGroupExtensionSettingService is not a report, which means a huge overhead on API (unless I can do bulk operations?), we are talking about of thousands of groups. I

Re: A Report to download all Placeholders: sitelink (including zero-impressions)

2016-10-04 Thread Denys Kovalenko
Thanks Shwetha, I used those two, but they returned with "0" value: targetCampaignID='0' targetAdGroupID='0' My goal is to find all adGroups without sitelinks, how can I achieve this, if I don't have adGroupId? Thanks. On Monday, October 3, 2016 at 9:26:56 PM UTC+1, Shwetha Vastrad (AdWords

A Report to download all Placeholders: sitelink (including zero-impressions)

2016-10-03 Thread Denys Kovalenko
Hi, I'm looking for a way to download all the sitelinks on account (per ad group level) - looks like all the reports available, do not offer sitelinks without impressions. The reason for this report, to determine which AdGroups already have sitelinks to upload new sitelinks to ONLY groups whic

Re: AdGroup Level Search Remarketing with Adwords API/PHP Library

2015-02-17 Thread Denys Kovalenko
Thanks Josh, Thought it took me sometime to figure out how to do N2 :), its working fine now, appreciate your help! On Monday, February 16, 2015 at 10:12:10 AM UTC, Denys Kovalenko wrote: > > Hi guys, > > I'm struggling to find an example of a script to add a new AdGroup and

AdGroup Level Search Remarketing with Adwords API/PHP Library

2015-02-16 Thread Denys Kovalenko
Hi guys, I'm struggling to find an example of a script to add a new AdGroup and assign "Target and Bid" to Targeting Settings and Add Remarketing Lists to Audiences by List Id. Can someone help please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google