Re: Can't get basic campaigns service

2016-07-14 Thread rami . k
Privately replied Thanks On Wednesday, July 13, 2016 at 10:33:26 PM UTC+3, Anthony Madrigal wrote: > > Hi, > > Do you have any SOAP logs for any of these request? Please send them to me > via *reply privately to author.* > > Thanks, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~

Can't get basic campaigns service

2016-07-13 Thread rami . k
Hi. I'm trying to do a basic thing as getting campaigns. I get the error: googleads.errors.GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201605 Supported versions: ['v201509', 'v201502', 'v201506'] while running the simple: adwords_client = adwords.AdWordsClient

Re: Write Adwords objects to disk

2016-03-05 Thread rami . k
Thanks Nadine, I'll check it out and report On Thursday, March 3, 2016 at 7:23:36 PM UTC+2, Nadine Sundquist (AdWords API Team) wrote: > > Greetings! > > You might want to check out YAML (for it to be human > readable) or Protobuff >

Re: Write Adwords objects to disk

2016-03-02 Thread rami . k
Thanks for the answer Yin. I know it's unrelated to the api. Can you please explain how this is possible. Thanks. On Tuesday, March 1, 2016 at 5:12:59 PM UTC+2, Yin Niu wrote: > > Hello, > > You could store AdWords data in your local database. But this is unrelated > to AdWords API. > > Thanks,

Write Adwords objects to disk

2016-03-01 Thread rami . k
Hi. Pulling the adwords network (campaigns, adgroups, criterions etc) takes quite some time to complete. This is why I would like to save and keep the objects I pull on my local disk (file), so that if anything goes wrong then I won't need to pull all the stuff I need again. I've tried using pic

Re: Target specific placements with bid only

2016-01-28 Thread rami . k
Yes that did answer my requirements. Thanks again for the help! On Wednesday, January 27, 2016 at 9:45:03 AM UTC+2, ram...@velismedia.com wrote: > > Thanks for the answers. > Will try this later as I'm in a course these days, and will report the > results. > > On Tuesday, January 26, 2016 at 11:

Re: Target specific placements with bid only

2016-01-26 Thread rami . k
Thanks for the answers. Will try this later as I'm in a course these days, and will report the results. On Tuesday, January 26, 2016 at 11:57:57 AM UTC+2, Dorian Kind wrote: > > Hi all, > > I think what OP wants to do is possible via TargetingSettingDetail ( > https://developers.google.com/adword

Target specific placements with bid only

2016-01-25 Thread rami . k
Hi. I would like to place bids (*CPC bid*) for specific placements and not to target only them (the adgroup will have a default bid for all others). This is at the Display network. How can I do this? What values should I place to what fields at the adgroup and at the adgroup criterion? For now I