Re: probably bug around Campaign > advertisingChannelSubType > DISPLAY_MOBILE_APP

2014-11-03 Thread Berry Tsakala
Berry, > > I'm not sure I understand the issue. Were your original mail missing a > screenshot? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Sunday, November 2, 2014 9:03:04 AM UTC-5, Berry Tsakala wrote: >> >> i'm trying to 'ADD&#x

Re: probably bug around Campaign > advertisingChannelSubType > DISPLAY_MOBILE_APP

2014-11-02 Thread Berry Tsakala
BTW, I downloaded now API code from github, just to make sure, and the problem is still there. On Sunday, November 2, 2014 4:03:04 PM UTC+2, Berry Tsakala wrote: > > i'm trying to 'ADD' new campaign with specific subtype. > this feature was added to v201409, and is d

Re: probably bug around Campaign > advertisingChannelSubType > DISPLAY_MOBILE_APP

2014-11-02 Thread Berry Tsakala
<https://lh5.googleusercontent.com/--WHTjNeXS4o/VFY520DXJII/AJw/TLb_ucCBPgU/s1600/bug.jpg> On Sunday, November 2, 2014 4:03:04 PM UTC+2, Berry Tsakala wrote: > > i'm trying to 'ADD' new campaign with specific subtype. > this feature was added to v

probably bug around Campaign > advertisingChannelSubType > DISPLAY_MOBILE_APP

2014-11-02 Thread Berry Tsakala
i'm trying to 'ADD' new campaign with specific subtype. this feature was added to v201409, and is documented here I want specifically: DISPLAY_MOBILE_APP 'operator': 'ADD',

Re: Enable custom bids using API

2014-10-26 Thread Berry Tsakala
er. See: > > > https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupService > > And also: > > > https://developers.google.com/adwords/api/docs/guides/working-with-objects > > > -Danial, AdWords API Team. > > > On Thu

is it possible to target WIFI networks, for mobiles, via the new API v201409? there's no documentation about it.

2014-10-26 Thread Berry Tsakala
Will it be even considered to be "API-ed" in the future? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

is it possible via API v201409 to set a campaign sub-type , and how?

2014-10-26 Thread Berry Tsakala
setting a subtype was officially NOT supported via api 201402 and 201406. is it now? what's the search term or the documentation page I should check if it exisat? if not - is there a way to duplicate a whole campaign via the API? I speculate that this way I can create sort of a "template" ca

Re: adding mobile image ad to a campaign; several questions

2014-10-20 Thread Berry Tsakala
2nd and 3rd problems occured because the campaign was targeted to a different country. i'm now left only with the *size *problem: the file is 8kb but reported as "FILE_TOO_LARGE On Sunday, October 19, 2014 10:08:40 PM UTC+3, Berry Tsakala wrote: > > I found on the web only a s

adding mobile image ad to a campaign; several questions

2014-10-19 Thread Berry Tsakala
I found on the web only a single example of using *MobileImageAd *(duplicated in several places). The latest version of this example on the web seems to be from 2011 (e.g. https://searchcode.com/codesearch/view/2598566/) i'm trying to adapt it to version='v201402' (yes, i know it's deprecated

Re: How to create campaign that will show up as "Mobile app installs" in Adwords UI?

2014-10-06 Thread Berry Tsakala
I'm having the same question. So, is there a workaround? What can I do to make the campaign be "Ads in mobile apps" ? This is the exact sub-type that I need. (I mean, besides letting someone click manually on each new campaign, and besides creating campaigns via browser automation) Berry On

Re: can a negative placment be un-excluding without remembering first its criterion-ID ?

2014-09-18 Thread Berry Tsakala
to answer your *rhetorical *question: because it's complicated :) But i worked it out using your guidelines Step 1: get the criterion IDs using CampaignCriterionService, 'fields': ['CampaignId', 'Id', 'CriteriaType', 'PlacementUrl', ], 'predicates': [ { 'field': 'CriteriaType', 'operator'

can a negative placment be un-excluding without remembering first its criterion-ID ?

2014-09-07 Thread Berry Tsakala
Hi again I'd like to UN-excluding some placements, via API. They were excluded either manually or via API's "negative campaign criterion" (see code below). As far as i know now (which is why I ask), unxcluding a placement would be by removing the criterion in which it's 'negatively' defined.

Re: How to get placement list via AWQL for mobile campaign

2014-09-04 Thread Berry Tsakala
y impact on the zero impression rows. > However, on rows for placements with impressions, the stats such as Cost, > Impressions, etc., will reflect the values for the date range in your > *DURING* clause. Also, the *Status* column will reflect the *current* state > of each

Re: Enable custom bids using API

2014-09-04 Thread Berry Tsakala
i might be missing something (i'm inexperienced with the API) how do I "connect" contentBidTypeCriterionGroup with the adgroup? is it by mutating a criterion? On Wednesday, No

Re: How to bid on a placement (mobile) in the API ?

2014-09-04 Thread Berry Tsakala
er/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddKeywords.java> > for > an example that uses keywords. > > You may also find our Bidding Guide > <https://developers.google.com/adwords/api/docs/guides/bidding> helpful > if you're new

Re: How to bid on a placement (mobile) in the API ?

2014-09-03 Thread Berry Tsakala
/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddKeywords.java> > for > an example that uses keywords. > > You may also find our Bidding Guide > <https://developers.google.com/adwords/api/docs/guides/bidding> helpful > if you're new to bi

How to bid on a placement (mobile) in the API ?

2014-09-02 Thread Berry Tsakala
How to bid on a placement (mobile) in the API ? I have a campaign-id, adgroup-id, and placement-URL. i started to research the solution, but still didn't find which direction to take for setting the bid. (i have very little experience with adwords API) maybe there's other terms that i'm miss

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
> you? > > If you're still having trouble after that, please provide a campaign ID so > I can investigate further on my side. > > Cheers, > Josh, AdWords API Team > > On Wednesday, August 27, 2014 3:23:00 AM UTC-4, Berry Tsakala wrote: >> >> i want to get a li

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
s results for > you? > > If you're still having trouble after that, please provide a campaign ID so > I can investigate further on my side. > > Cheers, > Josh, AdWords API Team > > On Wednesday, August 27, 2014 3:23:00 AM UTC-4, Berry Tsakala wrote: >> >&g

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
correction to the above: i need to know what placements are active NOW, even if they did 0 performance so far On Sunday, August 31, 2014 6:20:10 PM UTC+3, Berry Tsakala wrote: > > it didn't solve my issue; i have a few questions about that: > > 1. i'd like to get a l

Re: how to make a placement "whitelist"?

2014-09-02 Thread Berry Tsakala
there's no such action in the GUI, AFAIK. I thought there might be. I decided to solve my issue by leaving a new campaign disabled until i have a first *included *placement, and only then enable it, so that it will not run on all possible placements (which is undesired for me for some campai

How to get placement list via AWQL for mobile campaign

2014-08-27 Thread Berry Tsakala
i want to get a list of placement URLs per *mobile* campaign, using AWQL. 1. For an "exclude" mobile campaign, i want to get the list of *excluded* placements, 2. and for an "include" mobile campaign, i want to get the list of *included* placements, 3. F

excluding placements / negative criteria - by Mobile application

2013-12-11 Thread Berry Tsakala
Few weeks ago i asked how to exclude a placement. ( I solved it, and the discussion is here https://groups.google.com/forum/#!topic/adwords-api/Tw6VyUasa7I ) Now I want to exclude a *Mobile App.* *(The questions are at the end of the post)* in the UI, I see all sorts of placements: urls, mobi

Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
7;id': '987654321', 'url': placement_url, }, } On Monday, November 25, 2013 2:36:22 PM UTC+2, Berry Tsakala wrote: > > I want to exclude specific placements by URLs or other means. > I receive the placements and all metadata from an AWQL

Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
d': '987654321', 'url': placement_url, }, } On Monday, November 25, 2013 2:36:22 PM UTC+2, Berry Tsakala wrote: > > I want to exclude specific placements by URLs or other means. > I receive the placements and all metadata from an AWQL

Re: excluding placements via API

2013-11-27 Thread Berry Tsakala
27;987654321', 'url': placement_url, }, } }, On Monday, November 25, 2013 2:36:22 PM UTC+2, Berry Tsakala wrote: > > I want to exclude specific placements by URLs or other means. > I receive the placements and all metadata from an AWQL query. > &g

Re: excluding placements via API

2013-11-26 Thread Berry Tsakala
erion<https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.NegativeAdGroupCriterion>. > > In the particular instance, it looks like you're looking for a placement > criterion<https://developers.google.com/adwords/api/docs/reference/v201309/A

Re: excluding placements via API

2013-11-25 Thread Berry Tsakala
i/adwords/v11/CriterionInterface.html>Where is the official google-adwords-API documentation about it?(p.s. i'm using python)* On Monday, November 25, 2013 2:36:22 PM UTC+2, Berry Tsakala wrote: > > I want to exclude specific placements by URLs or other means. > I receive the placements

excluding placements via API

2013-11-25 Thread Berry Tsakala
I want to exclude specific placements by URLs or other means. I receive the placements and all metadata from an AWQL query. I'm looking for documentation or example. I know how to edit a campaign, but i don't know which object need to be altered for placement exclusion, and which documentation t

Got error "MISSING_SELECT_CLAUSE" in AWQL, but "select" clause is there

2013-11-21 Thread Berry Tsakala
*My python code:* *version='v201306'* report_query = (*'''SELECT** CampaignName FROM CAMPAIGN_PERFORMANCE_REPORT*''', ) report_downloader.DownloadReportWithAwql(report_query, 'CSV', file_path=outfile) *responose:* HTTP 400 ... Traceback (most recent call last): ... File "/usr/local/lib/py