AdwordsServices import into project

2013-12-31 Thread Ace
Hi, 1. Is this method the best way of getting data from any clientID that is associated with my MCC account? (by using session.setClientCustomerId with different values?) The other method of getting the CampaignsService does not allow this - AdWordsUser user = new AdWordsUser();

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-20 Thread Ace
Hi, Does anyone have a working example for this? Did you implement reading stats not via report but from the stream directly? Thanks. On Tuesday, November 12, 2013 9:35:12 AM UTC+2, b.ka...@mso-digital.de wrote: Hi there, with AdWords API i want to get some stats about my campaigns like

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-20 Thread Ace
/v201309/reporting/DownloadCriteriaReport.java Thanks On Wednesday, November 20, 2013 6:03:32 PM UTC+2, Ace wrote: Hi, Does anyone have a working example for this? Did you implement reading stats not via report but from the stream directly? Thanks. On Tuesday, November 12, 2013 9:35:12

Enhanced campaign in test account

2013-04-25 Thread Ace
Hi , As part of the RMF for getting the developer key the enhanced setting of the campaign needs to be set. I notice that it is allways return true even if I create the campaign itself with false; I sent the enhanced attribute in the creation - campaign.setEnhanced(enhancedBool); Is this

Test account problems?

2013-04-19 Thread Ace
Are there any known issues now with test accounts? I am trying to add campaigns or get adgroup details and encounter problems of timed out connections (as if I am not online) ? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Vertical vs. Product or service

2012-10-28 Thread Ace
Hi, Can I get a short explanation what is the difference between a Vertical product or service? From what I see a Vertical is used when an adgroup is created while a product or service can be used with the keyword tool.. What is the usage of each and why connect an adgroup to a Vertical?

Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-22 Thread Ace
Can we get a response from google? Is this a known issue and it will be fixed asap or is there another issue? Thank you . On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote: Hi, I'm trying to run the example in Java from V201206 - just running the example code

Re: TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-15 Thread Ace
Any news from the Adwords people? Thanks. On Thursday, October 11, 2012 9:45:45 AM UTC+2, Ace wrote: Hi, I'm trying to run the example in Java from V201206 - just running the example code - GetRelatedKeywords.java. I get an error - Running other example work fine

TargetingIdeaService error faultString: [QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:

2012-10-11 Thread Ace
Hi, I'm trying to run the example in Java from V201206 - just running the example code - GetRelatedKeywords.java. I get an error - Running other example work fine (GetAllCampaigns.java).- So I assume my adwordUser is fine. Any ideas? Thanks. faultCode:

Ad rotration error - BiddingTransitionError.TRANSITION_TO_ITSELF

2012-09-05 Thread Ace
Hi , In the sandbox environment - I'm trying to change the campain AdServingOptimizationStatus So I can enable rotation (as requested by RMF) - I get an error : faultString: [BiddingTransitionError.TRANSITION_TO_ITSELF @ operations[0].biddingTransition.targetBiddingStrategy] *My code looks

RMF ConverstionTrackerService

2012-08-31 Thread Ace
Hi, I'm not sure what is needed for the RMF for the dev. key for adwords API - regarding *ConverstionTrackerService* ? If I understand correctly the API allows me to generate the snipplet of code to be inserted to the HTML pages (like in AddConversion.java) so what do I need to demonstrate

Add ad in sanbox produces AdError.URL_NO_SCHEME

2012-08-26 Thread Ace
Hi, I'm following the example code from v201206 - AdAds.java I used the code as is - I only commented the ImageAd TemplateAd section. I create a TextAd and set the headline descriptions URLs but get an error - AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server

Sandbox problem trying to add an adgroup -UNEXPECTED_INTERNAL_API_ERROR

2012-08-21 Thread Ace
HI, While trying to add an adgroup in the sandbox I recieve the next error: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro] I am using the same as from v201206 - AddAdGroup.java example (I changed the

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-16 Thread techie ace
? Of course I'd prefer it to be working again now! ;) On Wednesday, 8 August 2012 12:23:32 UTC+1, techie ace wrote: I have been following this post to keep a tab on this issue, as I am also waiting for this to be resolved. Just wanted to know if there is any update? On Monday, August 6

Re: Sandbox MCC GetCampaigns Not Generating Test ClientCustomerId Values

2012-08-08 Thread techie ace
I have been following this post to keep a tab on this issue, as I am also waiting for this to be resolved. Just wanted to know if there is any update? On Monday, August 6, 2012 4:46:49 PM UTC+1, Kevin Winter wrote: Hi Sander, Unfortunately, I don't have an update at this time. I'm pushing

Re: Odp: Re: Report generate took 4 hours.

2011-07-12 Thread ACE
This is a big issue for us as well. Until v201101 supports cross-client reporting, it's useless to us. The v13 reports still can take up to 3-4 hours to complete, and when this happens it affects all of our automated processes. It would be nice to have some updates as to the status of the

Re: Unexpected Internal API Error

2011-06-20 Thread ACE
Hi Anash, They were sent to the production server. The issue was resolved though. It was an issue of the request being built incorrectly. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Unexpected Internal API Error

2011-06-13 Thread ACE
Hello, I am trying to push new bids for some 700,000 keywords. I have limited the request to 2 keywords, and set ValidateOnly to true while testing. I can't get the request to run successfully. It keeps returning the faultstring UNEXPECTED_INTERNAL_API_ERROR. Any help/insights are

Re: CustomerSync issue MustUnderstand headers

2011-06-02 Thread ACE
I was able to solve the issue. It was a namspacing conflict when constructing the RequestHeader. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

CustomerSync issue MustUnderstand headers

2011-06-01 Thread ACE
Hi, Since the 24th of May, we haven't been able to run our CustomerSync script. It went unnoticed, however we are getting a soap fault stating MustUnderstand headers: [{https://adwords.google.com/api/adwords/ch/v201101}RequestHeader] are not understood. We didn't change anything in on our

Ad Rotation settings in API?

2011-05-03 Thread ACE
We are currently wanting to change the Ad delivery: Ad rotation, frequency cappinghttps://adwords.google.com/cm/CampaignMgmt?__u=5274439523__c=5557421483stylePrefOverride=2# setting to Optimize for Conversions. This setting is found under Settings at the campaign level, under the Advanced