Adding new feed item to existing campaigns from feed

2014-09-17 Thread techpoint . 2015
Hi, We have created sitelink feed and feed items and assigned to some campaigns. Now we want to add more feed items in feed. We are getting error when trying to assign new feed items to existing campaigns from Feed using CampaignFeed service. "Already has this feed assigned" Can't we only assi

Re: Can't Make Google Adwords Developer token?

2014-09-17 Thread Ray Tsang (AdWords API Team)
Aroxo, Which client library are you using? Thanks! Ray On Wednesday, September 17, 2014 8:11:42 AM UTC-4, Aroxo RD wrote: > > I have created google adwords test accout. Everything is done but can't > make developer token. I have faced this > issue QuotaCheckError.INVALID_TOKEN_HEADER and I ha

Re: Campaign performance report doesn't match web interface

2014-09-17 Thread Ray Tsang (AdWords API Team)
Liam, Please compare the result and let me know if specific rows were missing, or that the counts are completely different between the UI and the API for the same campaign. Thanks, Ray On Wednesday, September 17, 2014 10:02:33 AM UTC-4, Dorian Kind wrote: > > Total shot in the dark here, but

Re: the ads I created via AdWords api didn't get any impression or click

2014-09-17 Thread Ray Tsang (AdWords API Team)
Hi, Please carefully compare the SOAP response for the ads. E.g., does the ad has budget? the same keywords, etc. Thanks, Ray On Wednesday, September 17, 2014 3:46:49 AM UTC-4, hr zhou wrote: > > The ads I created via Adwords API didn't get any impression or click, but > if I deliver the ads

Re: Send report format .html

2014-09-17 Thread Ray Tsang (AdWords API Team)
Hi, You will need to download the report in a pre-defined format, and then reformat it as HTML, for example. Thanks, Ray On Wednesday, September 17, 2014 6:03:26 AM UTC-4, My Name wrote: > > Dear all, > > I'm looking API send AdWords reports in .html format. Is there any > available resource

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-17 Thread Albert
yes, right, I figured this out, I missed the userStatus while checking the error, was just about to write it here... sorry, thanks a lot, Albert On Wednesday, September 17, 2014 5:11:16 PM UTC+3, GregT wrote: > > Hi, Albert. > > You actually have a different error than what I'm talking about.

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-17 Thread GregT
Hi, Albert. You actually have a different error than what I'm talking about. This thread is about setting mobile bid modifiers on ad groups in shopping campaigns, as opposed to setting bids on shopping partitions. If you look at the fault that was returned, you'll see that the fieldPath is o

Re: ACTION_NOT_PERMITTED when trying to update FeedItem

2014-09-17 Thread Stacie Waleyko
The guide says, "AdWords will automatically keep its location extensions synchronized to the latest data from your Google My Business account." I think that means if you want to update the feed item/location data you have to do it in My Business. On Wednesday, September 17, 2014 6:41:01 AM UTC-

Re: Campaign performance report doesn't match web interface

2014-09-17 Thread Dorian Kind
Total shot in the dark here, but could it be that the account in question also uses video campaigns? Because those aren't reported over the API. On Wednesday, September 17, 2014 2:27:36 AM UTC+2, Liam O'Boyle wrote: > > Attempting to pull a campaign performance report (with no filters) results >

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Dorian Kind
FWIW, out of the ~480 accounts I can see in our agency's MCC account, around 70 have no login email set. So it seems this hasn't been a required field to create an Adwords account for some time already. On Wednesday, September 17, 2014 3:03:33 PM UTC+2, Oliver wrote: > > > > On Wednesday, Septem

ACTION_NOT_PERMITTED when trying to update FeedItem

2014-09-17 Thread Tomas Rimkus
I am following your "Upgrading to account-level location extensions" guide to deal with upgraded location extensions. The section titled "How do I know if an account has been upgraded?" states the account is to be treated as upgraded if there are any customer feeds with location placeholder. The

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-09-17 Thread David Midgley
Hi Anash/API Team I responded to your question. Is there anything else you need to know? It would be great to get an answer on this please! Cheers David On Monday, 15 September 2014 16:04:31 UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi David, > > If I remember correctly, the name n

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Oliver
On Wednesday, September 17, 2014 1:05:52 PM UTC+1, Danial Klimkin wrote: > > Hello Oliver, > > > >>> *How about API users that build tools for agencies? An agency might >> have their own way of contacting their clients but how can our systems, >> that rely only on what the API gives us, be abl

Can't Make Google Adwords Developer token?

2014-09-17 Thread Aroxo RD
I have created google adwords test accout. Everything is done but can't make developer token. I have faced this issue QuotaCheckError.INVALID_TOKEN_HEADER and I have reffer this link https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.INVALID_TOKEN_HEADER. (Note: I got

Re: How can I retrieve interaction metrics (Clicks, Impressions, Keywords, etc...) via the API without downloading an Ad Hoc report?

2014-09-17 Thread Danial Klimkin
Hello, Stats data is now available in reports only: https://developers.google.com/adwords/api/docs/guides/reporting -Danial, AdWords API Team. On Tuesday, September 16, 2014 9:33:56 PM UTC+4, jnethe...@gmail.com wrote: > > I'm trying to retrieve data from my AdWords account to display in m

Re: How to Capture SOAP messages in.NET Visual Studio

2014-09-17 Thread Danial Klimkin
Hello Vandita, No, the client library will set the correct headers for you. Just specify the test account CID in the configuration here: For DotNet log collection, please see this guide: https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages -Danial, AdWor

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Danial Klimkin
Hello Oliver, >> *How about API users that build tools for agencies? An agency might have > their own way of contacting their clients but how can our systems, that > rely only on what the API gives us, be able to do so? Are we going to have > to ask our agency users to manually enter their

Re: Issues Changing ShoppingSetting for Campaigns

2014-09-17 Thread Mat Scales (AdWords API Team)
Hi there, I am still investigating this issue, but it seems likely that this problem is because you are using MutateJobService, which is not supported. Does making the change directly through CampaignCriterionService work correctly? Cheers, Mat On Friday, September 12, 2014 11:42:19 PM UTC+1,

Re: Removed labels still come back via API

2014-09-17 Thread Danial Klimkin
Hello Liam, Do you request Label "Status" field to determine removed items? You can also add a predicate to filter removed ones out. https://developers.google.com/adwords/api/docs/reference/v201406/LabelService.Label -Danial, AdWords API Team. On Wednesday, September 17, 2014 4:11:51 AM

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Oliver
Hi Danial, Please see below. On Wednesday, September 17, 2014 11:23:02 AM UTC+1, Danial Klimkin wrote: > > Hello Oliver, > > > I'd expect any company managing 3rd party accounts does need to contact > their customers and bill them, and already have some kind of internal > tracking system. It i

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Danial Klimkin
Hello Oliver, I'd expect any company managing 3rd party accounts does need to contact their customers and bill them, and already have some kind of internal tracking system. It is more appropriate to use the contact details listed there rather than the 'login' field from the MCS. Please note,

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-17 Thread Albert
hi, we've been getting this error as well, while trying to change bids on shopping items (offer ids) 10. is it a bug or intended behavior? 20. does it have something to do with using api version v201402, not latest? enclosed is the soap trace: ~~~soap_request hacked~~~ at local time: 17/09/

How can I retrieve interaction metrics (Clicks, Impressions, Keywords, etc...) via the API without downloading an Ad Hoc report?

2014-09-17 Thread jnethery . dev
I'm trying to retrieve data from my AdWords account to display in my application, and I'm trying to simply pull down relevant data to associate with my Campaigns and Ad Groups and I can't seem to find any services that are related to this. The only way that I've found to get this data is to dow

Re: API support for AdWords "Labels" feature?

2014-09-17 Thread Liam O'Boyle
Just adding my support for this as well. We have a corporate MCC account with separate accounts for our franchisees; we're just starting out but we'll end up with hundreds of accounts and the ability to manage these using labels would greatly simplify things for us. On Thursday, 7 August 2014

Removed labels still come back via API

2014-09-17 Thread Liam O'Boyle
I use the Label Service to pull down a list of all labels for an account, but the response includes labels that I have already removed via the web interface. Is this the expected behaviour? Is the data cached for some period of time? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Campaign performance report doesn't match web interface

2014-09-17 Thread Liam O'Boyle
Attempting to pull a campaign performance report (with no filters) results in a much lower impression count than that shown in the web dashboard. Is there any reason that this should be the case? The report is fetched using the following AWQL. SELECT CampaignStatus, CampaignId, CampaignName,

the ads I created via AdWords api didn't get any impression or click

2014-09-17 Thread hr zhou
The ads I created via Adwords API didn't get any impression or click, but if I deliver the ads on Adwords platform with the same settings, they works, and impressions and clicks are recorded. What would be the problem? Api created:

How to Capture SOAP messages in.NET Visual Studio

2014-09-17 Thread Vandita Chhabaria
Hello, This is my 2nd question in Forum. I am writing code to access Adwords API via test account. But I have read on the Page of Test Account that - " The clientCustomerId SOAP header value *must* be set to the test account CID in order to make a request against that test account. If you don'

Send report format .html

2014-09-17 Thread My Name
Dear all, I'm looking API send AdWords reports in .html format. Is there any available resource to help me with this? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl

Re: AWQL and RESPONSE_SIZE_LIMIT_EXCEEDED

2014-09-17 Thread Danial Klimkin
Hello Ramon, Both are known issues to us. The type issue should be resovled soon. "Parameter" is a bit more complicated but we also plan to fix it. The best approach I can suggest know is to pull the list of IDs (and all available fields) from a report, bucket them by campaign ID and then ret

Re: API will remove the login field from ManagedCustomer???

2014-09-17 Thread Oliver
Hi Danial, Please see my response below in *bold*. On Tuesday, September 16, 2014 1:31:24 PM UTC+1, Danial Klimkin wrote: > > Hello Oliver, > > > Technically, we're intending to remove this field, you understood it > correctly. We are open to discuss the options available. > > 1. This is the int