Re: Is there an API for Responsive ad preview?

2018-09-26 Thread Vladimir Tatarsky
Hi Teja, Thanks for the reply! No, it's clear to me how to edit/create ads via API, I'm interested in automation of getting previews of already created ads. I appreciate your help, Vladimir. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

Is there an API for Responsive ad preview?

2018-09-26 Thread Vladimir Tatarsky
Hi! Is there a way to get "rendered" responsive ad previews in different formats with some API like they are showing up when editing an ad? Also there is this "external preview" link: https://adwords.google.com/aw_displayads/creatives/ExternalPreview , with some parameters it gives similar prev

ImageAd name fetching problem

2018-07-09 Thread Vladimir Tatarsky
Hi! I'm trying to get name of image from ImageAd object: https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.ImageAd I've added "ImageCreativeName" field to the selector, but "Name" property of Image object is still empty. What's wrong? I'm using API v201802 and PHP

Re: Ad errors in russian language

2018-07-09 Thread Vladimir Tatarsky
Hi guys, we're still experiencing this problem. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "A

403 forbidden on API access signup page

2018-06-20 Thread Vladimir Tatarsky
Hi guys, I'm getting 403 Forbidden error on this page: https://developers.google.com/google-ads/api/signup-form I want to sign up for access. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Python support for new Ads API?

2018-04-26 Thread Vladimir Tatarsky
Hi Josh, any thoughs about PHP support? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

Re: Ad errors in russian language

2018-04-04 Thread Vladimir Tatarsky
Hi Ivan, that is still an issue for us. Language in my Google account and Adwords is set to English. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Re: API: TOO_MANY_ACCOUNTS_IN_MANAGER error

2017-11-14 Thread Vladimir Tatarsky
Hi Vincent Due to new Adwords account number limits, we had to move out (unlink) one of our sub-manager account. Can I use old MCC's credentials to perdorm API operations on "new" MCC (which was a sub-manager earlier) somehow? Or I have to create credentials for this new MCC separately? -- --

API: TOO_MANY_ACCOUNTS_IN_MANAGER error

2017-11-07 Thread Vladimir Tatarsky
Hi guys, I'm getting `TOO_MANY_ACCOUNTS_IN_MANAGER` error http://take.ms/C7ahC Even though we are not hitting the limit yet: https://support.google.com/adwords/answer/7526520?hl=en&ref_topic=7554359 It claims that the limit for us is 2'500, but we have ` Totals – all 1861 accounts` in that accoun

Enabling auto-tagging for ManagedCustomer

2017-10-13 Thread Vladimir Tatarsky
Hi guys, is that feature planned? As now is seems to be only possible to be done manually. Or am I missing something? I'm using PHP api v201708 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

Re: Add ad ID as URL parameter

2017-09-27 Thread Vladimir Tatarsky
Hi Peter, thanks for answer. But new ads will have new, different ID's or not? Also, custom parameters I need to add are `utm_source`, `utm_medium` etc, and underscores in parameter keys are not allowed. I guess I have to simply add my parameters to URL then? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Add ad ID as URL parameter

2017-09-27 Thread Vladimir Tatarsky
Hi guys! Is that possible to add an advertisment ID as URL parameter somehow? We need that for Analytics. I know that Ad object is immutable. Is there any workaround? Thanks, Vladimir -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Exception: ManagedCustomerServiceError.MAC_ERROR

2017-08-02 Thread Vladimir Tatarsky
Hi e veryone! I've just got the following exception for a first time: [ManagedCustomerServiceError.MAC_ERROR @ ] Trace: #0 /vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(39): ReflectionClass->newInstanceArgs(Array) #1 /vendor/g

Ad errors in russian language

2017-05-29 Thread Vladimir Tatarsky
Hi guys, I'm gettings API errors in russian language, e.g.: Error: [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.ad.description, key=PolicyViolationKey{policyName= trademark,violatingText=ABSOLUE}, externalPolicyName=Товарные знаки в тексте объявления, ext

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-24 Thread Vladimir Tatarsky
Ok, just another question (sorry for off-topic): is that possible to build session and OAuth credential object without calling "fromFile" method? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

Re: [PHP SDK] - How to change the clientCustomerId on the new SDK

2017-05-19 Thread Vladimir Tatarsky
Hi guys, is that possible to set Client customer ID dynamically? i.e. without building new session every time -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Weird PHP error

2017-05-12 Thread Vladimir Tatarsky
Hi guys, I've updated library to latest version and facing those errors again, one is new: `PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201702/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/a

Re: Weird PHP error

2017-04-11 Thread Vladimir Tatarsky
> > Hi Sreelakshmi, No, I didn't, our DevOps solved that problem by running script from another server so I don't know what exactly was the problem. Before posting here I updated "old" library to latest version as we used older version of library and API before, but it didn't helped. But I

Re: Weird PHP error

2017-04-10 Thread Vladimir Tatarsky
We recently updated our platform to PHP 7.0, maybe that could be a problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Weird PHP error

2017-04-10 Thread Vladimir Tatarsky
BTW today I saw new error which happened prior to one descripted above: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201702/AdGroupService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v201702/AdGr

Weird PHP error

2017-04-06 Thread Vladimir Tatarsky
Hi guys. I use (Old) Google Ads APIs Client Library for PHP v17.0.0 And I'm getting this error in the middle of something: PHP Fatal error: Uncaught TypeError: Argument 3 passed to AdsUser:: GetAuthVarValue() must be of the type array, boolean given, called in /.../ library/vendor/googleads/goog

Weird ManagedCustomerServiceError

2016-12-15 Thread Vladimir Tatarsky
Hi guys, I've just tried to move account from one manager to another just how it's described in the docs, but got the weird error: [ManagedCustomerServiceError.CANNOT_MOVE_CLIENT_OUTSIDE_TREE @ operations[0 ]] Problem is that I can't even find this error anywhere on Internet! I use this PHP cod

Re: How to set billing account via API?

2016-08-19 Thread Vladimir Tatarsky
Hi Vishal, thank you for the response. Yes, I understand that. I don't want to create/edit my Billing Account, but just attach it to the customer so our staff wouldn't have to do that manually/ Is that possible via API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to set billing account via API?

2016-08-17 Thread Vladimir Tatarsky
I've asked this question on Advertiser Community forum already: https://www.en.advertisercommunity.com/t5/Billing/How-to-set-billing-account-via-API/td-p/604140# So yeah, we want to set billing account for every customer via API. I mean exactly this part:

How to set billing account via API?

2016-08-17 Thread Vladimir Tatarsky
I've asked the question on Advertiser Community forum already: https://www.en.advertisercommunity.com/t5/Billing/How-to-set-billing-account-via-API/td-p/604140# So yeah, we want to set billing account for every customer via API. I mean exactly this part: