Re: Unable to get Dynamic Search Ads in v201607

2017-06-22 Thread Антон Сычугов
Thanks a lot! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Unable to get Dynamic Search Ads in v201607

2017-06-22 Thread Антон Сычугов
Any news? среда, 21 июня 2017 г., 12:23:29 UTC+3 пользователь Thanet Knack Praneenararat (AdWords API Team) написал: > > Hello, > > Let me check and get back to you soon. > > Best, > Thanet, AdWords API Team > > > On Wednesday, June 21, 2017 at 12:36:04 AM UTC+9,

Unable to get Dynamic Search Ads in v201607

2017-06-20 Thread Антон Сычугов
I'm using AdGroupAdService v201607/v201705 to get Expanded Dynamic Search Ads. But API does not return such ads, even by id. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-06 Thread Антон Сычугов
thub.com/googleads/googleads-python-lib/releases> you are > using? > > Thanks, > Josh, AdWords API Team > > On Monday, June 6, 2016 at 4:49:00 AM UTC-4, Антон Сычугов wrote: >> >> I work with python3.5.0, suds-jurko 0.6. >> With your example I have: >> *

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-06 Thread Антон Сычугов
sion of Python you're using, and which > version of the Python client library you're using? > > Thanks, > Josh, AdWords API Team > > On Friday, June 3, 2016 at 3:36:57 AM UTC-4, Антон Сычугов wrote: >> >> Thanks a lot for quick response! >> Yes, I'm u

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-03 Thread Антон Сычугов
Thanks a lot for quick response! Yes, I'm using AdGroupCriterionService, API version 201601. suds logs: 2016-06-03 10:30:58,683 DEBUGsuds.xsd.query: ('mutate', 'https://adwords.google.com/api/adwords/cm/v201601'), found as: 2016-06-03 10:30:58,683 DEBUGsuds.xsd.query: ('mutate',

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-02 Thread Антон Сычугов
I use service.mutate method for saving ad group criterion: ops = [{ 'operator': 'SET', 'operand': { 'adGroupId': groupId, # 'xsi_type': 'BiddableAdGroupCriterion', 'criterion': {

Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-05-31 Thread Антон Сычугов
When I get entities of AdGroupCriterion, I have entities with trackingUrlTemplate. But when I try to change trackingUrlTemplate, I've got error from suds: suds.TypeNotFound: Type not found: 'trackingUrlTemplate' Example of entity: (BiddableAdGroupCriterion){ adGroupId = 2930

kwd-0 in valuetrack {targetid}

2016-05-12 Thread Антон Сычугов
What does it mean, when I get valuetrack {targetid} as kwd-0. Does it have special meaning for ID == 0 for target? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

404 on AdwordsUserListService request

2016-02-16 Thread Антон Сычугов
Hello! I'm querying "AdwordsUserListService" via suds (python) without predicates on production adword account and getting 404. Other API requests like "AdGroupAdService" work fine. My purpose is to get UserList.name using Criterion ID I'v got in AUDIENCE_PERFORMANCE_REPORT. -- --