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

How to get keywords statistics of Shopping campaigns

2016-01-26 Thread Bala Murugan
Hi, I am using KEYWORDS_PERFORMANCE_REPORT to get keywords statistics data of "Shopping" campaigns. But in API response i can see the keywords for some other campaigns and could not see for "Shopping" campaigns. I tried with 4 to 5 Adwords client accounts. But can see keywords statistics fo

How to update Labels?

2016-01-26 Thread John Albert Catama
Good day. Is it possible to update Campaing, AdGroup, Keywords & TextAds Labels? example: Campaign campaign = new Campaign(); campaign.setLabels((Label[]) campaignEntity.getLabels()); Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Re: Condition, Channel and Channel Exclusivity values in PRODUCT_PARTITION_REPORT translated to campaign's "Country of sale" language

2016-01-26 Thread Nadine Sundquist (AdWords API Team)
Hi Hans, I sent you a response earlier today directly through email rather than posting on the forum since it contained information specific to your account. Could you please double-check your email to see if you got an email from an @google.com address? Hopefully, it didn't pop into your spam

Re: Click & Impression assisted conv. / last click conv. rounded to 1 decimal in API

2016-01-26 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana, It's nice to hear from you again! You always have an incredible eye for detail. I'm not sure if that's intentional or not. Could you please click *Reply privately to author* in the forum, and please send me the customer ID of the account where you're seeing this? Also, is this a spec

Re: batchjobService exmaple code without client library

2016-01-26 Thread Nadine Sundquist (AdWords API Team)
Hello Javeed, Hopefully, you've had a chance to check out the Batch Processing guide while putting this together. I would highly recommend just taking the code you need from the Java library because there are a few gotchas. If y

Re: Condition, Channel and Channel Exclusivity values in PRODUCT_PARTITION_REPORT translated to campaign's "Country of sale" language

2016-01-26 Thread HK
Hi, Nadine Where you able to repro now after I submitted the customer ID? We are trying to decide if we need to start the work to translate all of these attributes for each language, so any update would be much appreciated. Thanks, Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Missing campaigns and ad groups when hitting the AdWords API?

2016-01-26 Thread Amir
Hi Anthony, We looked into this some more, and the issue turns out to be that the Google account is viewing data for multiple Customer IDs in the UI, but when we try to access this data via the API, data for one of the Customer IDs isn't returned. When we try to access the data for this Custome

Re: ManagedCustomerService gives USER_PERMISSION_DENIED

2016-01-26 Thread Yin Niu
Hi, You can log onto your MCC account, click the Accounts label and see if the account you want to access is listed. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: ManagedCustomerService gives USER_PERMISSION_DENIED

2016-01-26 Thread rcappellano
Em terça-feira, 26 de janeiro de 2016 16:07:09 UTC-2, Yin Niu escreveu: > > Hi Ricardo, > > A USER_PERMISSION_DENIED means there is no link between the manager > account authenticated in the request and the client account specified in > the headers. Please check in the MCC account to see if th

Re: adwords Schedule v201506

2016-01-26 Thread Yin Niu
Hello, Please check out the Ad Scheduling Guide . Ad scheduling is handled by CampaignCriterionService as one of its criterion types, AdSchedule. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: ManagedCustomerService gives USER_PERMISSION_DENIED

2016-01-26 Thread Yin Niu
Hi Ricardo, A USER_PERMISSION_DENIED means there is no link between the manager account authenticated in the request and the client account specified in the headers. Please check in the MCC account to see if the account specified is linked to the MCC. Thanks, Yin, AdWords API Team. -- --

ManagedCustomerService gives USER_PERMISSION_DENIED

2016-01-26 Thread rcappellano
Hello everyone! I've been struggling to find out why we receive this error when trying to use ManagedCustomerService operations, such as fetching a Selector. The account in use can manipulate everything from inside the AdWords dashboard. The keys and token seems to be valid. This account is not

adwords Schedule v201506

2016-01-26 Thread alexey ubaev
Hello! How to update time of showing ads? php, i try define('ADWORDS_VERSION','v201409'); $campaignCriterionService = $user->GetService('CampaignCriterionService', ADWORDS_VERSION); $adSchedule = new AdScheduleTargetList(); and.. Class 'AdScheduleTargetList' not found can you give me n

Click & Impression assisted conv. / last click conv. rounded to 1 decimal in API

2016-01-26 Thread Tiana S.
Hi guys, While fetching `ImpressionAssistedConversionsLastClickConversions` and its `Click` variant, I noticed the values returned are rounded to 1 decimal (0.4). In the interface they are however shown with 2 decimals (0.43). Is this behavior by design or is this an error in the API? Thanks,

Re: Target specific placements with bid only

2016-01-26 Thread Yin Niu
Hi, My bad. Dorian is right. You will be able to set "bid only" for placement using Targeting Settings . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: Unable to update FeedItems (Internal Error)

2016-01-26 Thread Yin Niu
Hello, Could you please send SOAP log? If including your customer ID, click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Unable to update FeedItems (Internal Error)

2016-01-26 Thread Oliver
Hi, I find myself unable to update FeedItems. var feedItemService = (FeedItemService)user.GetService(AdWordsService.v201509.FeedItemService); var feedOperation = new FeedItemOperation { operand = new FeedItem { feedId = 32977028, feedItemId = 31618960

Sair do grupo

2016-01-26 Thread Dark Angel
Boa tarde, Gostaria de cancelar a minha inscrição no grupo. Agradeço muito as informações aqui encontradas, foram de grande ajuda. No momento não estou mais trabalhando nesta área, por esse motivo estou solicitando o cancelamento. Desde já agradeço. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get keywords from shopping campaign?

2016-01-26 Thread CFJ
You should be able to use the SEARCH_QUERY_PERFORMANCE_REPORT to retrieve the user queries that actually triggered ads. However, you cannot bid against those queries. You can only add them as neg

Re: TargetingIdeaService

2016-01-26 Thread Yin Niu
Hello, The Required Minimum Functionality rules apply to tool developers and for tokens with standard access only. If you are not a tool developer, you don't have to meet these requirements. Thanks, Yin, AdWords API Team. -- --

Re: How to get keywords from shopping campaign?

2016-01-26 Thread Yin Niu
Hello, Product Listing Ads use your existing Merchant Center *product data* -- not keywords -- to decide how and where to show your ads. In fact, you can only set up negative keywords for shopping campaigns and AdGroups. You may use Shopping Performance Report

Re: batchjobService exmaple code without client library

2016-01-26 Thread Javeed Syed
Hi Yin, I understand Java client library is having a good way for doing it with its XML parsing. But we have all the code set for SOAP requests and it was working normally. But when am trying to migrated to Batchjobservice it has some issue with uplaoding xml body. I have changed the tag and

Re: internal api error

2016-01-26 Thread Anthony Madrigal
Hi Jose, As far as I know, there are no issues that I am aware of. Could you please *Reply privately to author *your SOAP request and response so that I can take a further look at what may be causing this error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

TargetingIdeaService

2016-01-26 Thread bkwmanager
Based on this: https://developers.google.com/adwords/api/docs/requirements I need to implement ALL the required functionality in order to use the TargetingIdeaService? This seems a bit heavy handed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

internal api error

2016-01-26 Thread dearaujoj
Hi there, For the last 15 min, we are getting several internal api errors *InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro* is anybody else experiencing such issue ? Is it something you are aware of ? Regards José -

Re: Filtering Keyword Performance report on display only shows 'AutomaticContent' and 'Content' keywords

2016-01-26 Thread Tiana S.
Ah I see. Thank you very much for the explanation! On Friday, 15 January 2016 16:51:28 UTC+1, Yin Niu wrote: > > Hello, > > The keywords performance report only shows metrics for search, so if you > add a metric kind of field to the report (i.e. impressions) then you'll get > only search keywor

Re: Updating text ads: what can I do when the new ad is disapproved by API?

2016-01-26 Thread Eric Yang
Thanks guys! On Monday, 25 January 2016 21:49:21 UTC, Anthony Madrigal wrote: > > Hi Eric, > > Like Ilya mentioned, you could create the ad first then remove the old one > after the first one was successful. However, you could also use an Exemption > Request >

Re: Target specific placements with bid only

2016-01-26 Thread Dorian Kind
Hi all, I think what OP wants to do is possible via TargetingSettingDetail (https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupService.TargetingSettingDetail). If you set its field targetAll to true, then "criteria of this type can be used to modify bidding but will not re