MutateJobService in Bulk to change keywords CPC

2015-08-28 Thread Chirag
Hello All, I am looking at to change keywords bid periodically. I have found 2 services 1) Simple Mutate Service 2) Bulk Mutate Service. I am processing around 1000 keywords across campaigns to update bid. Which service should I use? Simple or Bulk service. Please note that I need to use this

Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
Hello again, I am having a problem after I upload App Engagement Image Ads and App Engagement Text Ads, From th AdWords UI I can see they are created but the preview can no longer be shown when I click View full size display ad. I attach an image to this post with the error message I am

FeedItemService problems (v201506)

2015-08-28 Thread Дмитрий Дмитриевич
Hello! I have code like this: $selector = new Selector(); $selector-fields = array('FeedId', 'FeedItemId', 'AttributeValues'); $selector-predicates = array(); $selector-predicates[0] = new Predicate('FeedId', 'EQUALS', array($feedId)); $selector-predicates[1] = new Predicate('FeedItemId', 'IN',

Re: Multiple ads with the same ID

2015-08-28 Thread Florian Lherbette
Ad IDs are not globally unique, and this has been documented for quite some time: https://developers.google.com/adwords/api/docs/guides/working-with-objects?hl=en#understanding-objects I did although make the same assumptions as you in the past. I thought that Ad IDs were globally unique and

Multiple ads with the same ID

2015-08-28 Thread Rob
Hi, We recently had an unexpected result from the AdWords API, where two ads with the same Ad ID are being returned from an AdGroupAdService request. It is only happening in one client’s account and only for two Ad IDs that we have seen so far. We've never seen this happen before in

Re: Multiple ads with the same ID

2015-08-28 Thread Rob
Thanks for the reply Florian! It's a shame that ValueTrack simply describes {creative} as A unique ID for your ad without mentioning it's only unique within the ad group. At least we now have {campaignid} and {adgroupid} ValueTrack parameters, so we can find a way a way round it now... back to

Re: Currency is different in my Browser than in API (€ vs. £)

2015-08-28 Thread Josh Radcliff (AdWords API Team)
Hi, Could you check the account settings via *CustomerService* as mentioned in my previous post? Does it return EUR or GBP https://developers.google.com/adwords/api/docs/appendix/currencycodes? To answer your second question: the currency setting for an account cannot be changed

Upload CSV file with the API

2015-08-28 Thread im g r
Hi, Today we're building CSV files and upload them by hand from the Adwords interface (Bulk Upload). It's working very fast. Now we like to make the bulk upload from the API and we don't find this option. What we're missing? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Report Data has been encrypted since 20 Aug 2015

2015-08-28 Thread David Lin
Hi, I was able to retrieve the CSV data format for my reporting data before 20 Aug, I have specified the CSV data format downloadFormatCSV/downloadFormat in the reportDefinition, it was working fine until 20 Aug, all the sudden, the reporting data I received looks like this: ===

Report Data has been encrypted since 20 Aug 2015

2015-08-28 Thread David Lin
Hi, Previously, I always retrieved the Reporting Data in plain text file format, but since 20 Aug 2015, it seems that the reporting data I received has been encrypted and it looks like the following: = Å}k“ Ç‘íwÿŠ G0 µg»ÞU %úZö®¥«µ¨õê#8 9X 10C.ÿýͬÊl ªîF5¯_

Re: Currency is different in my Browser than in API (€ vs. £)

2015-08-28 Thread Reinier Slabbekoorn
But we have always had our settings on €, how can it be £? Is there a possibility to change that Op donderdag 27 augustus 2015 14:43:30 UTC+2 schreef Reinier Slabbekoorn: We don't know why but our API sends £, but we only work with €. How can we solve this problem? -- --

Problem creating App Engagement Ads

2015-08-28 Thread sebastian . lamelas
Hello, I have a problem when creating App Engagement Ads using the AdWords API. In a previous question https://groups.google.com/forum/?utm_medium=emailutm_source=footer#!msg/adwords-api/fiqna0-lzDs/EVL1_G63BwAJ I discussed how to use the AdWords API to create text and image App Engagement Ads

Track location extension on target page via URL parameter

2015-08-28 Thread Dominic Asche
My aim is to pass via the final URL the location extension that was displayed with the ad. Do you have any hint how to achieve this? What I did: - As there is no value track parameter available, I was trying to add the placement ID of the location extension to the URL...but

Re: Exception downloading Performance Report with java

2015-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi Assaf, No, AdWords API doesn't support or have future plans to support MCC level reports. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, August 21, 2015 at 1:10:35 AM UTC-4, Assaf Frank wrote: Hi Anash, Is there anyway to use the AccountPerformaceReport (or any other report)

Re: How to retrieve Location from adwords api

2015-08-28 Thread Umesh Dengale
Hi John, You could use the LookupLocation https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201506/targeting/LookupLocation.java Java client library example to get the locations from the CriterionId using the LocationCriteriaService

Re: Endless loop due to bug in adwords-axis java lib version 2.3.0

2015-08-28 Thread Josh Radcliff (AdWords API Team)
Hi Michael, I just created github issue #50 https://github.com/googleads/googleads-java-lib/issues/50 for this, and I plan to fix it in the next release. Thanks again for catching this! Cheers, Josh, AdWords API Team On Thursday, August 27, 2015 at 4:50:43 PM UTC-4, Josh Radcliff (AdWords

Re: Upload CSV file with the API

2015-08-28 Thread Anthony Madrigal
Hi, Unfortunately, AdWords API does not support Bulk Uploads. However, this feature is available through AdWords Scripts. This guide https://developers.google.com/adwords/scripts/docs/features/bulk-upload explains how Bulk Uploads works and shows some code examples. Cheers, Anthony AdWords

Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
I started a new question with these new problems here https://groups.google.com/forum/?utm_medium=emailutm_source=footer#!topic/adwords-api/joBzQcn9_t8 . El viernes, 28 de agosto de 2015, 12:21:27 (UTC-3), sebastia...@despegar.com escribió: I also have a problem when creating App Engagement

Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
I also have a problem when creating App Engagement Text Ads. Apparently the Call to Action field is loaded correctly but when shown in the preview it is not refresh accordingly. I attach an image this post so you can understand the problem. In the image, where it says INSTALL it should say

Re: MutateJobService in Bulk to change keywords CPC

2015-08-28 Thread Umesh Dengale
Hi Chirag, You could use the CampaignCriterionOperation https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.CampaignCriterionOperation of the MutateService to update the bid

Re: User Permission Denied Different Client Library

2015-08-28 Thread Mark Hill
Hi Umesh, The values that are defined in the php config file, and that are also in the .net config file are: User Agent Developer Token Client Customer Id OAuth2 Client Id OAuth2 Client Secret OAuth2 Refresh Token The only difference is that the .net config file specifies that the Oauth

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-08-28 Thread Ashley Xu
Hi, We are calling CustomerService to get the customer Id, we don't have that on our side. Also according to your documentation about Customer Service-'It has a get method that *takes no arguments* and returns a Customer record containing fields such as customerI' It suggests that when calling

Re: FeedItemService problems (v201506)

2015-08-28 Thread Anthony Madrigal
HI, Could you please send me your SOAP request and response via *Reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-08-28 Thread Anthony Madrigal
HI Ashley, Are you using your MCC account to make this request or a client account? If it is an MCC account, you will need to specify the *clientCustomerId. *Here are more details on the CustomerService https://developers.google.com/adwords/api/docs/guides/managing-accounts#customerservice .

Re: Adwords conversions and Analytics goals through ConversionTrackerService

2015-08-28 Thread Josh Radcliff (AdWords API Team)
Hi Tiana, I'm replying in the forum in case others have a similar question. Unfortunately, you cannot retrieve ConversionTrackers https://developers.google.com/adwords/api/docs/reference/v201506/ConversionTrackerService.ConversionTracker from *Google Analytics* via the AdWords API. However,

Re: Track location extension on target page via URL parameter

2015-08-28 Thread Josh Radcliff (AdWords API Team)
Hi, Unfortunately, there isn't a *ValueTrack* parameter that will give you the ID of the location extension that appeared with your ad. The *{placement}* parameter does not provide information about location extensions. Instead, it shows https://support.google.com/adwords/answer/2375447: The

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-08-28 Thread Ashley Xu
Hi, I got the soap request and response. Please help investigate. We've been seeing many these errors for the past two weeks continuously. AdsClientLibs.SoapXmlLogs Error: 1 : -BEGIN API CALL- Request --- POST

Re: Report Data has been encrypted since 20 Aug 2015

2015-08-28 Thread Umesh Dengale
Hello, Could you provide the SOAP XML request and response for the report? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API /CustomerService returns UNKNOWN error

2015-08-28 Thread Kevin Moritz
Any updates as to why I might be seeing this error? On Monday, August 24, 2015 at 11:09:36 AM UTC-5, Kevin Moritz wrote: Correct. I removed the serviceSelector portion completely from the XML request and still receive the same UNKNOWN error Kevin On Monday, August 24, 2015 at 8:08:49 AM