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: Shopping Campaigns: Destination Domain

2014-11-12 Thread Josh Radcliff (AdWords API Team)
Hi Mahantesh, I don't think you'll be able to get that information from AdWords reports, but you should be able to use the Content API along with the campaign.shoppingSetting.merchantId

Re: Deleting Bidding Schemes fails

2014-11-12 Thread Daniel Olel
Hello Danial, So here is the issue, Whenever I attempt to remove a shared bidding strategy, it returns an Invalid ID Error, which according to the API is an EntityNotFound Error. Now if I query the API for removed shared bidding strategy, it returns one whose status I set to removed in an oper

Re: Statistic reports by hour AND by country?

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello, It is not possible to report on both hour and country in the same report. One possible workaround is to set up separate campaigns for France and Germany, and then report on both campaigns. Regards, Mike, AdWords API Team On Wednesday, November 12, 2014 10:44:24 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) ?

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'Cannot select a combination of

2014-11-12 Thread Josh Radcliff (AdWords API Team)
Hi Sage, I think it's highly unlikely that those two fields will be allowed in the same report because *EstimatedTotalConversions* cannot be broken down by *ClickType*. See the attached screenshot, where *Est. total conv* has a value (49) for the Ad Group, but has double-dash (--) for each brea

Re: geting keyword suggestion api

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello, Please see my response in this topic for information on how to do this via the API. Regards, Mike, AdWords API Team On Wednesday, November 12, 2014 5:22:00 AM UTC-5, Ravindra Naik wrote: > > Hey, > > Can I use these libra

Re: keyword planner api for C#

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello, Please see our guides on the TargetingIdeaService and the TrafficEstimatorService , which are the APIs analogues for the keywo

Re: Setting bid only vs. target & bid for RLSA in the API?

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello, The targetAll field of the TargetingSettingDetail corresponds to "bid only" vs. "target & bid" in the UI. Setting this field to "true" results in "bid only", and "false" corresponds

Re: Deleting Bidding Schemes fails

2014-11-12 Thread Danial Klimkin
Hello Daniel, I am confused about what step you are facing the issue at? Also, we recommend sending clientCustomerId in the SOAP header to ensure you are running the request against the correct account. -Danial, AdWords API Team. On Tuesday, November 11, 2014 7:22:40 PM UTC+3, Daniel Olel w

Re: Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Danial Klimkin
Just confirmed, Scripts doesn't allow to create new campaigns. -Danial. On Wednesday, November 12, 2014 5:08:54 PM UTC+3, Danial Klimkin wrote: > > Hello Bart, > > > It's definitely possible with the API using CampaignService, you can see > an example here: > > https://developers.google.com/a

Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-12 Thread Danial Klimkin
Hello, As the document says, we strongly discourage to use Service Accounts with AdWords. It's much easier to obtain and use an offline refresh token. If you are still using it and have a google apps domain, you need to grant a user rights to access the correct account and set impersonation ad

Re: Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Danial Klimkin
Hello Bart, It's definitely possible with the API using CampaignService, you can see an example here: https://developers.google.com/adwords/api/docs/first-request For Scripts, let me check with my colleague working on it. -Danial, AdWords API Team. On Tuesday, November 11, 2014 11:28:25

Re: Youtube Ad Management

2014-11-12 Thread Danial Klimkin
Hello Max, No, YouTube (AdWords for Video) campaigns can not be currently managed via the API. -Danial, AdWords API Team. On Wednesday, November 12, 2014 3:32:07 PM UTC+3, Max Dupenois wrote: > > Is it possible to pause/enable a youtube promoted video ad using the api? > > I can see the you

Re: geting keyword suggestion api

2014-11-12 Thread Ravindra Naik
Hey, Can I use these libraries to get related keywords for a particular keyword? On Wednesday, March 16, 2011 12:33:14 PM UTC+5:30, Anash P. Oommen wrote: > > Hi Romy, > > You could use one of our client libraries from > http://code.google.com/apis/adwords/docs/clientlibraries.html to make > AdW

Confirm if you receive our iOS install postbacks

2014-11-12 Thread Praveen Maurya
Hi Google Team, We recently tested one iOS adwords campaign to track install. We used following campaign parameter to send the install postback data through conversion pixel. Conversion ID: 985918580 Label: xP54CLT1pwgQ9NiP1gM Bundle ID: id913960569 Below is the postback send and the resp

keyword planner api for C#

2014-11-12 Thread Ravindra Naik
Hi, I want to use keyword planner api to suggest relevant keywords to upload for a particular business category. I have been looking for some good documentation as to how to go about it, but I have not been successful till now. Can anyone help me with Keyword planner api. -- -- =~=~=~=~=~=~=

Youtube Ad Management

2014-11-12 Thread Max Dupenois
Is it possible to pause/enable a youtube promoted video ad using the api? I can see the youtube video as a media object via the MediaService, and I note that a youtube ad can be created via the API using the template ad concept. But the AdGroupAdService doesn't return the existing ad when I'm

Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Bart Szulczewski
I have searched for an option to create completely new campaigns from scratch (or even just copy existing ones) via the Adwords API / Scripts, although I failed. Do you know if there is a way to do it, and most importantly how, please? Thank you, Bart -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Setting bid only vs. target & bid for RLSA in the API?

2014-11-12 Thread Thorne Melcher
I'm trying to programatically set the targeting setting for audience lists via the API. I create a CriterionUserList, which I point at the ID of my RLSA UserList. I then wrap that in a BiddableAdGroupCriterion, which enables me to set the bid modifier. I then put that in an AdGroupCriterionOpe

Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-12 Thread jitendra rawat
Hi, I am using google service account to authentication during authentication follow this document "https://developers.google.com/accounts/docs/OAuth2ServiceAccount";. If you want then i can provide the apex code. Noted that I am facing this error when try to fetch performance report into sale

Re: Feed Item Mapping Validation Information via API ?

2014-11-12 Thread Danial Klimkin
Hello Peter, Could you please give us an example of a feed items that are disapproved but errors are not returned? We need account and object IDs. -Danial, AdWords API Team. On Tuesday, November 11, 2014 5:24:07 PM UTC+3, peter.r...@smarter-ecommerce.com wrote: > > I am wondering how I can

Re: Ads in removed AdGroups

2014-11-12 Thread Pearl Jam
Hello Michael, I mean the test of Trademarks in Ad Content or Keyword Insertion and validity of landingpages. In the past we often got warnings about disapproved Ads and Keywords even if the Adgroup was deleted. Jam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our