Re: Adding new feed item to existing campaigns from feed

2014-09-22 Thread techpoint . 2015
> > Hi, > Will new feeds items created using FeedItemService also get assigned to existing campaigns to which Feed is already assigned? Thanks, Anil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Share feed item in different feeds

2014-09-22 Thread techpoint . 2015
Hi, Is it possible to share same feed item in different feeds for same placeholder type? We want to have 1 master sitelink feed which will have all sitelink feed items from all other available sitelink feeds. Any changes to feed item in Feed should also get changed in Master Feed item. Is it p

DSA criteria suddenly appear in CRITERIA_PERFORMANCE_REPORT

2014-09-22 Thread oseemann
Hi! Since for the first time on 2014-09-19 1:00am UTC we occasionally receive Dynamic Search Ad criteria as part of the CRITERA_PERFORMANCE_REPORT. This used to be not the case. We explicitly use the KEYWORDLESS_CATEGORY_REPORT to get DSA criterion history in addition to all other criteria from

Can't set multiple radii using LocationExtensionOperand in v201406

2014-09-22 Thread dkriekenbeek
Does anyone have working code on setting varying extension radii (LocationExtensionOperand) on different geo criteria ids? I've seen: https://github.com/googleads/google-api-ads-ruby/blob/2da6d980aba16c90b60dba73a369de8435490d12/adwords_api/examples/v201406/targeting/add_campaign_targeting_crite

How to Upload Multiple Campaigns in Adwords?

2014-09-22 Thread Vineet Waldia
Hello Guys, I am planning to upload multiple campaigns/adgroups into adwords. Adwords does provide script and api which is mainly in programmatic basis. Is it possible to create a dashboard/cms type using adwords api where in i just have to put simple text and an campaign/adgroups can a

Yet another INCOMPLETE_SIGNUP

2014-09-22 Thread camponitor
Hi google devs, I know this is a recurring theme, however, I'm at a loss after a full day of reading documentation and programming... I have created a MCC production account, entered billing info, accepted terms & conditions, signed up for adwords API and received a developer token (pending app

Clarification on RMF C.21 (Set Distance Targeting)

2014-09-22 Thread Padraig Myers
On AdWords there two kinds of targeting you can do around your configured locations. To get to each of these on AdWords you go to *Campaigns->Pick a campaign->Settings->Locations->'+ Locations'->Advanced Search->Location Groups* - Pick *Location Extensions*, fill in a radius and click *Ad

Cannot find AdWords API Center

2014-09-22 Thread Cooler
Hello, I have created MCC account in order to get access to the Adwords API. However when I navigate to the gear icon and click Account asettings, i cannot see link *AdWords API Center *- reference https://developers.google.com/adwords/api/docs/signingup?hl=en Has something changed or am i mis

I want to set the sub-type of CampaignService, which API should I use?

2014-09-22 Thread hr zhou
It is mentioned that the CampaignService type is set by the advertisingChannelType parameter. But if I want to set the sub-type of CampaignService, which API should I use? Thanks, ZhouHr -- -- =~

Developers Token not received

2014-09-22 Thread Suma Reddy
I have created a test account and linked an existing account.Its been 2 weeks but my developer token is still pending. How long will it take?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.googl

XmlException / InvalidOperationException Issue

2014-09-22 Thread testadwords
Hi All, I am trying to use the AdWords API to upload some images stored locally on my computer to AdWords, but whenever I try, I keep on getting this same error message: An exception of type 'System.Xml.XmlException' occurred in System.Xml.dll but was not handled in user code Additio

Campaign Id

2014-09-22 Thread testadwords
Hi All, I am new to the AdWords API and need to get my Campaign Id so that I can connect with my account but am having difficulties getting hold of it. I can't find the campaign id anywhere on the AdWords UI (I tried using the number in the query string with key '__c' but no luck). How do I ge

Re: Share feed item in different feeds

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi Anil, You cannot share the same feed *items* across multiple feeds. However, you can use one single master feed with all of the feed items for a particular placeholder type . In fact, we encourage this to keep things mana

Re: Yet another INCOMPLETE_SIGNUP

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi, I can see that your production MCC still does not show Terms & Conditions as signed. Since you already went through the billing/T&C process described here , it sounds like the UI didn't properly record your actio

Re: How to Upload Multiple Campaigns in Adwords?

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi, If you do not want to build a tool yourself, you could use the AdWords Editor . You may also find the *Code Snippets* and *Solutions* for AdWords Scripts useful , as they walk through several c

Re: Campaign Id

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi Conor, The UI won't provide you with the campaign ID, so developers usually use the CampaignService to get the list of campaigns and IDs, as you mentioned. If you're having trouble setting up the *AdWordsUse

Re: Campaign Id

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, You can also filter for a campaign by adding a predicate, and the field names to filter for are here . E.g. to filter a campaign by its name, you could filter by CampaignName = 'xxx'. Cheers, Anash P. Oommen, Ad

Re: How to find out what changes were made in the past 90 days

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi, CustomerSyncService is not meant to be used as a change history tracker; it is more meant to let you know what objects to sync when syncing between your local server and the AdWords server. If you get TOO_MANY_CHANGES error, you should either reduce the time period to see if you can get a

Re: How to find out what changes were made in the past 90 days

2014-09-22 Thread ddofborg
I see! Thanks for clearing it up. Is there a way to see the history of objects? Of at least the number of changes an object had in the last X days? On Monday, September 22, 2014 5:02:05 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > CustomerSyncService is not meant to be use

Re: Cannot find AdWords API Center

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Cooler, This is a test account, you shouldn't be signing up for a developer token from this account. You should only signup for a developer token from your production MCC account. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, September 20, 2014 7:48:00 PM UTC-4, Cooler wrote: >

Re: XmlException / InvalidOperationException Issue

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, One common reason for this error is that you don't have the maximumErrorResponseLength key in your App.config. By default, .NET framework truncates an error response to 64K, which is bad, if

Re: I want to set the sub-type of CampaignService, which API should I use?

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Zhou, This feature is not yet available in AdWords API, we plan to make this available in a future version of AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September 19, 2014 2:42:40 AM UTC-4, hr zhou wrote: > > It is mentioned that the CampaignService type is set by

Re: Developers Token not received

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Suma, You would have received an email from AdWords API Token review team when you signed up for the token. Please follow up on that email to know the progress of your developer token review. While the token is pending, it will still work with test accounts. Cheers, Anash P. Oommen, AdWords

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

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Mariusz, I think the report logs are not written to SOAP logs right now. You'd have to look at either the Errors field, or use Fiddler to capture the response. I've opened an enhancement request at https://github.com/googleads/googleads-dotnet-lib/issues/26 to make sure this is addressed in

Re: INCOMPLETE_SIGNUP error returned by Adwords API

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi Eli, I see that there was further correspondence from the Compliance team about 10 hours ago, indicating that they are looking into the issue for you. Since they are the ones who can actually fix the missing Terms & Conditions issue, I'll defer to them on that. You are correct in that signi

Re: INCOMPLETE_SIGNUP error returned by Adwords API

2014-09-22 Thread eli . avzak
Ok, i will keep handling this issue with the compliance team. Many thanks for your help! Eli On Monday, September 22, 2014 6:47:42 PM UTC+3, Josh Radcliff (AdWords API Team) wrote: > > Hi Eli, > > I see that there was further correspondence from the Compliance team about > 10 hours ago, indicat

Re: How to set mobile carrier to MobileAd ?

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi, The error you were getting was due to an outdated documentation page, which we have updated now. Softbank@JP is no longer supported as a mobile carrier. Cheers, Anash On Wednesday, September 10, 2014 11:17:27 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > Thanks for sharin

Is it possible to use multiple LocationExtensionOperand to set different radii on different GeoTargetOperands?

2014-09-22 Thread dkriekenbeek
The only sample code I could find at... https://github.com/googleads/google-api-ads-ruby/blob/2da6d980aba16c90b60dba73a369de8435490d12/adwords_api/examples/v201406/targeting/add_campaign_targeting_criteria.rb ... appears to apply a single radius on all targets previously set. How would I go about

Re: DSA criteria suddenly appear in CRITERIA_PERFORMANCE_REPORT

2014-09-22 Thread Josh Radcliff (AdWords API Team)
Hi Oliver, Could you provide the ad group ID, date range, and report definition you were using when you saw the change in behavior? Also, you mentioned the behavior is not strictly reproducible. Are you saying that for the same report criteria and report definition, you'll sometimes see DSA cr

BulkMutateJob WORKFLOW_FAILURE

2014-09-22 Thread kinsey001
Hi, I submitted a few jobs with approx 5000 operations per job. The first job with only 1000 operations worked, but each subsequent job(with 5000 ops/per) gives me the following API error: WORKFLOW_FAILURE Encountered a workflow system failure. I'm not sure how to troubleshoot this further since

Obtaining Change History of Bid changes, Placements and Keyword

2014-09-22 Thread Vandita Chhabaria
Hello, My tool is just a -Reporting only Adwords API Client. Basically the App downloads a Keyword or Placement report for a particular Date range, fetches data from our local database and computes ROI. But there is a requirement that, App should be able to display a graph showing Impact of: M