Is there a way to duplicate / clone a whole campaign via API ?

2014-11-03 Thread Berry
Is there a way to duplicate / clone a whole campaign via API? I'd like to create certain campaigns manually, and then clone each campaign without the need to update the creation code every time the "template" campaign changes. is that possible? and how? thank you. -- -- =~=~=~=~=~=~=~=~=~

Targeting all local mobile carriers in a camapgin

2014-11-04 Thread Berry
I can't target campaign to specific/all mobile carrier(s). Questions: 1. can i target ALLCARRIERS to a campaign? 2. can I target a list of carriers to a campaign? e.g. ["T-MOBILE@US", etc] 3. How? which service, which type... Details: I would like to know how to target a campaign to local mob

Re: Is there a way to duplicate / clone a whole campaign via API ?

2014-11-04 Thread Berry
(BTW: this functionallity exists in the UI as "copy-paste") On Monday, November 3, 2014 7:18:46 PM UTC+2, Berry wrote: > > Is there a way to duplicate / clone a whole campaign via API? > > I'd like to create certain campaigns manually, and then clone each > campa

Re: Targeting all local mobile carriers in a camapgin

2014-11-05 Thread Berry
70092 > > > > > > I think that covers question 3 as well, but let me know if anything is > unclear. > > Thanks, > Josh, AdWords API Team > > > On Tuesday, November 4, 2014 12:04:2

Re: Is there a way to duplicate / clone a whole campaign via API ?

2014-11-05 Thread Berry
gt; Cheers, > Josh, AdWords API Team > > On Tuesday, November 4, 2014 12:37:53 PM UTC-5, Berry wrote: >> >> (BTW: this functionallity exists in the UI as "copy-paste") >> >> >> On Monday, November 3, 2014 7:18:46 PM UTC+2, Berry wrote: >>>

Re: Is there a way to duplicate / clone a whole campaign via API ?

2014-11-06 Thread Berry
the API, then my approach won't work. > > I'm curious: which targeting options or campaign settings that you need > are not settable via the API? > > Thanks, > Josh, AdWords API Team > > On Wednesday, November 5, 2014 7:29:51 AM UTC-5, Berry wrote: >> >

Statistic reports by hour AND by country?

2014-11-12 Thread Berry
IS it possible to retrieve clicks/impressions, etc reports by the hour, AND by country? For example: "How many clicks were, in each hour, in Germany and France, in a particular campaign X, during last week" or even "For YESTERDAY" if it's easier possible. is it possible via API (or AWQL) ?

Targeting Ideas stopped working for PLACEMENT_NAME (v201406)

2014-11-12 Thread Berry
Hi, I'm using the targeting ideas service (display planner) and failed to send queries that used to work. This used to work until recently. selector = { 'searchParameters': [{ 'xsi_type': 'RelatedToQuerySearchParameter', 'queries': ['space cruise'] }], 'i

Re: Targeting Ideas stopped working for PLACEMENT_NAME (v201406)

2014-11-13 Thread Berry
0 AM UTC+2, Berry wrote: > > Hi, > I'm using the targeting ideas service (display planner) and failed to send > queries that used to work. > This used to work until recently. > > selector = { > 'searchParameters': [{ > 'xsi_type': &

Re: Targeting Ideas stopped working for PLACEMENT_NAME (v201406)

2014-11-17 Thread Berry
ps://adwords.google.com/api/adwords/o/v201406";>0 DEBUG:suds.transport.http:opening (https://adwords.google.com/api/adwords/o/v201406/TargetingIdeaService?wsdl) DEBUG:suds.transport.http:sending: URL: https://adwords.google.com/api/adwords/o/v201406/TargetingIdeaService HEADERS: {'

How to change display-Url in multiple adgroups ?

2014-12-07 Thread Berry
I realized it's impossible to change an Ad's Display URL "in-place", for a creative. Is it possible to change the display URL globally, per campaign or per adGroup? I have several campaigns with adGroups, all having the same Display URL, but I find it difficult to just change the URL When I t

campaign sub-type IS possible, according to the examples in the API docs. Or I got it wrong

2014-12-10 Thread Berry
here, https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads there's a Java code sample, that sets a campaign's subtype: campaign.advertisingChannelSubType = AdvertisingChannelSubType.SEARCH_MOBILE_APP; When I asked here, on the forum, I was told several times that s

How to add an "App Install Ad" via API?

2014-12-10 Thread Berry
Suppose I have a campaign of subtype "Mobile App Installs"; I want it to have ads of type: "App Install Ad". I have the app ID. I did not find in the Docs this particular ad type, nor how to add this ad via the API. Is there an example, or documentation specific to that kind of Ad? -- -- =

a mobile App Id, it might have multiple installation possibilities

2014-12-10 Thread Berry
(I'd prefer not give an example privately.) I'm building a Mobile-App-Install campaign. I receive the App Id from my client (something like com.aaa.bbb.ccc) In new campaign --> Settings: --> Mobile app --> Which app do you want people to download? --> [ Select ] --> select an app When

Image Ads don't fail audit; phone support says "API change"

2015-04-28 Thread Berry
Our new ads don't pass auditing anymore, since last month or so. We're using Python, We're using v201409, and prefer *not* to move to 201502 yet, until its sunset. More info: Until last month, our images passed auditing normally. At some points we realized 100% of the ads uploaded via API are n

all images are rejected by Audit since last month - what changed?

2015-05-03 Thread Berry
The following is the code was used until recently to creating an ImageAd. (Before this code, the image is created and uploaded to google - it's probably irrelevant for this post) The problem is: Since April, all the ads that are uploaded in this way do not pass auditing. We called Adwords

EntityCountLimitExceeded.ACCOUNT_LIMIT, limit=1000000, existingCount=1000129

2015-06-21 Thread Berry
This error occurs on Excluding placements The full error: error: unknown exclude error in adwords API Server raised fault: '[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0] (enclosingId=6329612332, limit=100, accountLimitType=CAMPAIGN_CRITERIA_PER_ACCOUNT,

AppId with strange platform code?

2016-01-07 Thread Berry
Hi, In the URL performance report i'm getting some entries with field 'URL' that start with "mobileapp::10001-...". >From the documentation, the platform codes should be either 1 (iOS) or 2 (Android).Which platform do these apps belong to? These entries are not present in the UI. Thanks -- --

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

excluding placements via API

2013-11-25 Thread Berry Tsakala
umentation to find this information at. Thank you Berry -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

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

Re: excluding placements via API

2013-11-26 Thread Berry Tsakala
} } }] I can't find an example for this kind of criteria. 2. Also, if criteria.Type is an enumaration, shouldn't PLACEMENT be defined somewhere? (I grep'ed the code but couldn't find it) 3. Should the the whole operation be "SET" or "ADD"? i

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-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-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

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

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

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

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 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
> 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

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 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

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: 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 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

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: 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'

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 automat

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: 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

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

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

Re: Enable custom bids using API

2014-10-26 Thread Berry Tsakala
s to be written for a different programming langauge. I'd appreciate an advice to how to approach this. thank you. On Wednesday, September 10, 2014 1:16:09 PM UTC+3, Danial Klimkin wrote: > > Hello Berry, > > > You need to mutate the AdGroup setting the relevant paramet

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: 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

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-03 Thread Berry Tsakala
XS4o/VFY520DXJII/AJw/TLb_ucCBPgU/s1600/bug.jpg to recreate the bug, just try to set its subtype as i did, and then look in the web interface, at the campaign type & subtype area. On Monday, November 3, 2014 4:09:20 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > Hi

How do I get a long-lasting oauth token for ruby access to campaign stats api

2015-03-10 Thread Eric Berry
I am writing an app which automatically imports cost data for adwords campaigns. This is something that runs in a Rails app and is triggered by a cron job. A user is not logged into the app in order for it to be triggered. I have created an application-based client id and with it, generated an

Please Help! SOAP Envelope for TargetingIdeaService using NetworkSearchParameter and Negative Keywords

2015-06-26 Thread Eric Berry
I am really struggling with the Adwords API, primarly b/c I don't fully understand the documentation and how it translates into the ruby library that I'm using (https://github.com/googleads/google-api-ads-ruby) I have a SOAP envelope that is working however I'm trying to get it to filter for ne

Re: Please Help! SOAP Envelope for TargetingIdeaService using NetworkSearchParameter and Negative Keywords

2015-06-26 Thread Eric Berry
SEARCH_VOLUME TARGETED_MONTHLY_SEARCHES COMPETITION AVERAGE_CPC 0 100 On Friday, June 26, 2015 at 10:58:18 AM UTC-6, Eric Berry wrote: > > I am really struggling with the Adwords API, primarly b/c I don't fully > u

Re: get keyword match Type in v201306 using targeting idea service

2015-06-29 Thread Eric Berry
I have tried this with API v201502 and it doesn't return some keyword results. Here's a screenshot: https://www.evernote.com/l/AAPq0lUVkUFHTIs-cf7aP870j61c2ECRJxcB/image.png The results set are showing 3 results, but my API call only returns 2 (the ones with monthly searches). Here's my code

Re: RateExceededError keep

2015-07-23 Thread Eric Berry
I'm seeing this when using the TargetingIdeaService On Thursday, July 23, 2015 at 11:25:29 AM UTC-6, Michael Cloonan (AdWords API Team) wrote: > > Hello again, > > One other followup question. For users this is affecting, is it > specifically only affecting reporting, or are you also seeing this

5 Most Specific Location, with the higher number of clicks

2016-04-07 Thread W Berry
I am working on Geo Performance Report, to get the 5 Most Specific Location at campaign level, with the higher number of clicks. I compare the result from the API, with the result shown in the MCC for the Most Specific Location. MCC shows different location from API. Are all the location shown i

Re: 5 Most Specific Location, with the higher number of clicks

2016-04-08 Thread W Berry
Let me rephrase my question: for an account I want to get the clicks by most specific location at campaign level. What do I need to use to get the information form number three below.

Get the quality score of an keyword, which is not part of an ad group?

2016-04-26 Thread W Berry
How can I get the quality score of an keyword, which is not part of an ad group? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

change the name and match type of an keyword

2016-04-26 Thread W Berry
How can I change the name and match type of an keyword? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

GEO_PERFORMANCE_REPORT error "String could not be parsed as XML".

2016-04-30 Thread W Berry
In some cases I get an error when I run the GEO_PERFORMANCE_REPORT, the error is "String could not be parsed as XML". The result of the report is an empty string. I guess the error is due to the fact that this report does not support zero impressions. How can I solve this error? Thank you, --

Get keyword quality score before adding the keyword to an ad?

2016-05-05 Thread W Berry
Is there a way to get keywords quality score before adding the keywords to an ad? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=

Keyword performance report, keywords with accented characters.

2016-05-06 Thread W Berry
Hi, When I run the Keyword performance report, for keywords with accented characters (in my case, é), the keyword name is transformed, example <> to <>, in Italian Language in my case. Is this expected behavior? Am I missing something? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Business Operations Verification.

2021-12-07 Thread Zimberry Berry
Hello, Has anyone experience the '*Google Ads Business Operations Verifications*' in the past and how did you solve this verification. I received the notification on our Google Ads account, appropriate steps was taken but account was suspended on the grounds that we didn't provide enough info

Get Balance with Adwords API

2017-07-26 Thread W Berry
Can i get the balance of account with Adwords API ? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~