Re: Display campaign marketing objectives via API

2015-12-01 Thread veseo
Hello,

thanks for your answer!

On Monday, November 30, 2015 at 9:59:28 PM UTC+2, Umesh Dengale wrote:
>
> Hello,
>
> The campaign with the *Marking objectives *feature is available in the 
> AdWords product side. Currently, the AdWords API does not support this 
> feature. We can't comment on any future features of the AdWords API. Please 
> watch our blog  for any updates 
> or announcements.
>
> Thanks,
> Umesh, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/130e034d-f30e-4f32-ba36-5001d58a2e39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Display campaign marketing objectives via API

2015-11-27 Thread veseo
Hello,

can we specify Marketing objectives 
(https://support.google.com/adwords/answer/6175956?hl=en#compare) via the 
API? I checked the Release notes 
, nothing is 
mentioned there about them. I checked out The Campaign settings 

 too 
- advertisingChannelSubType seemed to be the closest thing to a Marketing 
objective, but after creating a Display campaign with a marketing objective 
via the interface and downloading it via the API, it seems not to be the 
case.

So, is this feature still too new to be manipulated via the API? If yes, is 
there an ETA of its implementation?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aaeadf1f-7d06-467a-a4bd-acf1ef85c7a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Final and Destination URLs - how to proceed

2015-07-03 Thread veseo
Hello, 

I'm currently trying to figure out how to proceed with the migration of 
Destination URLs to Final URLs (yeah, I know it's a bit late to think of 
it, but my previous plan had a major flaw that was only discovered a few 
days ago, so a rewrite is now needed). The problem is that we have quite a 
few clients and manually migrating them to the new format (with final URLs) 
will take lots of credits, so that's only a worst case solution. Here's 
what's not really clear to me:

- Starting from July 1st, destination URLs will not be mutable (even though 
I can still create keywords with destination URLs, how's that possible?) 
via the API and we need to set final URLs instead. Okay, but if I just set 
final URL instead of destination URL, I get the dreaded 
*CANNOT_SET_BOTH_DESTINATION_URL_AND_FINAL_URLS* error. Let's say that I 
have to keep in my database whether the current criterion/ad has a 
destination url or a final url (even though it sounds quite an ugly 
solution) and send the correct one, based on that logic. However, what 
happens when the automatic upgrade migrates the criterion/ad to the new 
format? Do I need to sync periodically, just to see which entities have 
already been migrated and which ones are yet to be migrated?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7c4febdd-e4d9-4da5-8219-894718d2b257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Landing page without the protocol in Tracking Template

2015-06-05 Thread veseo
Hello,

thanks for the tip!

On Tuesday, June 2, 2015 at 5:41:29 PM UTC+3, veseo wrote:
>
> Hello,
>
> I'm planning on migrating my TextAds to use final URLs with the second 
> method from the MIgration Guide, but I stumbled into a problem - my current 
> destination URLs are of the following type - http://x0y0z0.domain.tld, 
> which then redirects to http://domain.tld/x0y0z0 (but certain actions are 
> performed before the upgrade). I tried the following tracking template - 
> *x0y0z0.{lpurl} 
> *- but that generates an incorrect click URL (at least via the interface, 
> I doubt that the API would produce different results) - 
> *http://x0y0z0.http://visxtest.de*. Is there a way to get the 
> protocol-less lpurl so that I could get *http://x0y0z0.visxtest.de 
> <http://x0y0z0.visxtest.de> *as the click URL? Thanks in advance!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3aa7b16-ef7f-46bc-b1ee-ccbc61bdff22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Landing page without the protocol in Tracking Template

2015-06-02 Thread veseo
Hello,

I'm planning on migrating my TextAds to use final URLs with the second 
method from the MIgration Guide, but I stumbled into a problem - my current 
destination URLs are of the following type - http://x0y0z0.domain.tld, 
which then redirects to http://domain.tld/x0y0z0 (but certain actions are 
performed before the upgrade). I tried the following tracking template - 
*x0y0z0.{lpurl} 
*- but that generates an incorrect click URL (at least via the interface, I 
doubt that the API would produce different results) - 
*http://x0y0z0.http://visxtest.de 
http://visxtest.de>*. Is there a way to get the protocol-less lpurl 
so that I could get *http://x0y0z0.visxtest.de *as the click URL? Thanks in 
advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/587b227a-6730-4cb5-8aff-f89aa193067b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exception while adding a template Ad

2015-05-15 Thread veseo

Hi,

is there a possibility to support Templates with ID 424 via the API? We are 
interested in automated change of urls of these ads and it seems impossible 
to do it via the API for now (I'm getting the same error as the guy from 
the first message).

On Tuesday, November 4, 2014 at 11:43:22 PM UTC+2, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi,
>
> Could you let me know which templates you would be interested in creating 
> via the API and I'll pass that information along?
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, November 3, 2014 4:47:08 PM UTC-5, Christopher White wrote:
>>
>> Are there any plans to support additional templates that are currently 
>> only available via the UI?
>>
>> On Friday, September 26, 2014 12:10:42 PM UTC-7, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi,
>>>
>>> The only template types (IDs) supported by the API are the ones listed 
>>> on the templates page I mentioned earlier. Since 277 is not on that page, 
>>> you'll only be able to create those ads from the UI.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Friday, September 26, 2014 4:16:40 AM UTC-4, Narendra Mohan wrote:

 Hi Josh,

 Thank you for your quick response.

 I am trying to create a  general purpose Ad from Ad gallery.

 I created this type of ad in API as below.

 Ad Gallery --> General Purpose Ad --> Blank template.

 We are getting template Id as 277 for the above created ad.

 My selectors :

 "TemplateId",
 "TemplateAdUnionId",
 "TemplateAdName",
 "TemplateAdDuration",
 "TemplateOriginAdId"





 On Thursday, September 25, 2014 10:19:20 PM UTC+5:30, Josh Radcliff 
 (AdWords API Team) wrote:
>
> Hi,
>
> The list of supported template ad templates is here 
> , 
> and I don't see template ID 277 in that list. What type of template ad 
> are 
> you looking to create?
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, September 25, 2014 10:34:49 AM UTC-4, Narendra Mohan 
> wrote:
>>
>> Hi ,
>>
>> I am using V201402 and I am trying to Add a template ad but getting 
>> an error "[AdError.AD_FORMAT_NOT_SPECIFIED @ 
>> operations[0].operand.ad.adFormat]".
>>
>> I'd very much appreciate if you can provide guidance on how/where to 
>> set the AD_FORMAT.  Can't seem find it anywhere in the API.
>>
>>  .
>>
>> *The Request going to API :*
>>
>>
>> https://adwords.google.com/api/adwords/cm/v201402"; 
>> xsi:type="q2:AdGroupAdOperation">
>> ADD
>> 
>>   10032677681
>>   
>> http://www.test.com
>> www.test.com
>> 277
>> 
>>   adData
>>   
>> creationContext
>> TEXT
>> 
>> WORKFLOW:BURDOCK,TEMPLATE_SOURCE:AD_GALLERY
>>   
>>   
>> backgroundColor
>> ENUM
>> #ff
>>   
>>   
>> layout
>> ENUM
>> blank_V1
>>   
>>   
>> CUSTOM_BUTTON_0_Height
>> NUMBER
>> 30
>>   
>>   
>> CUSTOM_BUTTON_0_Width
>> NUMBER
>> 100
>>   
>>   
>> CUSTOM_BUTTON_0_Z
>> NUMBER
>> 3
>>   
>>   
>> CUSTOM_BUTTON_0_TextSize
>> NUMBER
>> 18
>>   
>>   
>> CUSTOM_BUTTON_0_ButtonColor
>> ENUM
>> #00
>>   
>>   
>> CUSTOM_BUTTON_0_TextColor
>> ENUM
>> #ff
>>   
>>   
>> CUSTOM_BUTTON_0_TextFont
>> ENUM
>> arialuni
>>   
>>   
>> CUSTOM_BUTTON_0_Text
>> TEXT
>> Learn more
>>   
>>   
>> CUSTOM_IMAGE_0_Z
>> NUMBER
>> 1
>>   
>>   
>> CUSTOM_IMAGE_0_Image
>> IMAGE
>> 
>>   1093813086
>>   IMAGE
>>   -6794462060366266368
>>   
>> FULL
>> 
>>   468
>>   60
>> 
>>   
>>   
>> FULL
>> 
>> https://tpc.googlesyndication.com/pageadimg/imgad?id=CICAgKCTmM7aoQEQ1AMYPCgBMgi7sKffpipZGw
>> 

Report for multiple clients in one call?

2014-10-05 Thread veseo
Hello,

is it possible at all to download a report for multiple clients in one 
call? I'm asking as we are downloading reports for ~3000 clients (multiply 
that x2 as we need separate reports for keywords and textads), which, after 
the imposed limit, will mean that a client will have their statistics 
refreshed approximately once a week :( Also, even if we tried to apply for 
Standard Access, we won't have enough time to implement all missing 
features until that limit is imposed. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b0862341-897c-4c94-9f78-1eefa685f58c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Empty values for TargetingIdeaService with LanguageSearchParameter?

2013-10-25 Thread veseo
Hello,

we've noticed very strange behaviour of TargetingIdeaService (for both 
v201306 and v201302) for *some* keywords, when using the 
LanguageSearchParameter - they have no results at all (neither for 
TARGETED_MONTHLY_SEARCHES, nor AVERAGE_CPC, nor SEARCH_VOLUME, nor 
COMPETITION). On the other hand, all other keywords (that have any 
statistics) are exactly the same as the Keyword Planner (as they should) so 
I guess we're making the correct call to the API? I'm attaching a request 
and its corresponding response, having four keywords - two of them (banana 
and cake) do not have any statistics via the API (and have some, via the 
Keyword Planner), while the other two (arbeiten and hosting) have 
statistics that are exactly the same (SEARCH_VOLUME and AVERAGE_CPC) with 
the Keyword Planner results. I'm also attaching a screenshot of the Keyword 
Planner results.

However, when using no LanguageSearchParameter and 
only LocationSearchParameter, this problem does not seem to occur - 
statistics are returned and are equal to those in the Keyword Planner. I'm 
also attaching two XML files, a request and the response for it, as another 
example.

Can someone explain what is going on? Is there a bug with the 
LanguageSearchParameter or we are doing something wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


request_1382704396.xml
Description: XML document


response_1382704396.xml
Description: XML document
<>

request_1382707100.xml
Description: XML document


response_1382707100.xml
Description: XML document


Empty values for TargetingIdeaService with LanguageSearchParameter?

2013-10-25 Thread veseo
we've noticed very strange behaviour of TargetingIdeaService (for both 
v201306 and v201302) for some keywords, when using the 
LanguageSearchParameter - they have no results at all (neither for 
TARGETED_MONTHLY_SEARCHES, nor AVERAGE_CPC, nor SEARCH_VOLUME, nor 
COMPETITION). On the other hand, all other keywords (that have any 
statistics) are exactly the same as the Keyword Planner (as they should) so 
I guess we're making the correct call to the API? I'm attaching a request 
and its corresponding response, having four keywords - two of them (banana 
and cake) do not have any statistics via the API (and have some, via the 
Keyword Planner), while the other two (arbeiten and hosting) have 
statistics that are exactly the same (SEARCH_VOLUME and AVERAGE_CPC) with 
the Keyword Planner results. I'm also attaching a screenshot of the Keyword 
Planner results.

However, when using no LanguageSearchParameter and only 
LocationSearchParameter, this problem does not seem to occur - statistics 
are returned and are equal to those in the Keyword Planner. I'm also 
attaching two XML files, a request and the response for it, as another 
example.

Can someone explain what is going on? Is there a bug with the 
LanguageSearchParameter or we are doing something wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


response_1382707100.xml
Description: XML document


request_1382707100.xml
Description: XML document


request_1382704396.xml
Description: XML document


response_1382704396.xml
Description: XML document
<>

FeedMappingService SET is invalid operator?

2013-10-08 Thread veseo
Hello,

we noticed that, when trying to mutate a Feed's mappings via SET, we get 
the following error - OperatorError.OPERATOR_NOT_SUPPORTED. Is SET an 
invalid Operator? If yes, why isn't this reflected in the documentation 
(which says that SET is used for updates)? I'm attaching an example request 
and response, to illustrate the problem.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Request.xml
Description: XML document


Response.xml
Description: XML document


Empty TARGETED_MONTHLY_SEARCHES values?

2013-05-20 Thread veseo
Hi, 

I've been seeing a bit different results between the API (v201302) and the 
GUI 
(https://adwords.google.com/o/Targeting/Explorer?__c=10&__u=10&ideaRequestType=KEYWORD_IDEAS)

After a bit of debugging, I noticed that there are no results for the last 
month (in this case, April). According to old threads, month's stats are 
available about a week after the month's end. Today is May 20th, and still 
there aren't any result for April, which leads 
to differences in TARGETED_MONTHLY_SEARCHES values (AVERAGE_CPC is fine). 
I'm attaching a request and response, can something be done to ensure equal 
results between the API and the GUI?

In the example, the keywords "test",  and "hosting" have the same targeted 
monthly searches (but both of them are for March), while the other keywords 
have close (but not exactly the same) values.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




request_1369062301.xml
Description: XML document


response_1369062301.xml
Description: XML document


Re: TargetingIdeaService and TrafficEstimatorService problems

2012-11-02 Thread veseo
Hello Danial,

yes, that blog post at least describes (if not helps) the issue. I hope we 
can get a dot release for 201209 with the option to choose whether to 
inlclude Search Partners data or not, as otherwise it would mean ~6 months 
of different data between the API and the interface.

Also, that post does not mention anything about the TrafficEstimator 
discrepancies (which, as I mentioned, are not 201206-related, but still 
exist). Could I get some support about that to see what am I doing wrong?

On Friday, November 2, 2012 2:04:21 PM UTC+2, Danial Klimkin wrote:
>
> Hello veseo,
>
>
> Please check this blog post I believe describes this issue:
>
>   
> http://googleadsdeveloper.blogspot.ru/2012/11/understanding-adwords-api.html
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, October 23, 2012 3:56:18 PM UTC+4, veseo wrote:
>>
>> Hi,
>>
>> while implementing the new versions of both TargetingIdeaService and 
>> TrafficEstimatorService, we ran into some problems, that lead to a 
>> (sometimes too big) discrepancy between the API results and its 
>> corresponding tool.
>>
>> 1. TargetingIdeaService vs. http://preview.tinyurl.com/adwtool:
>>
>> According to the migration guide:
>>
>> *SEARCH_VOLUME is equivalent to AVERAGE_TARGETED_MONTHLY_SEARCHES if 
>> language and/or location is specified. SEARCH_VOLUME is equivalent to 
>> GLOBAL_MONTHLY_SEARCHES if language and/or location is not specified.*
>> *
>> *
>> But, either I'm doing something wrong (not likely, as the API usually 
>> crashes when passed invalid structure) or the results for targeted search 
>> volume between the API and the tool are completely different. Here's an 
>> example:
>>
>> *Keyword*: [katze]
>> *Targeting*: Location: Austria; Language: German
>> *API*: SEARCH_VOLUME 18100
>> *Tool*: 5400
>>
>> I'm attaching the request and response xmls.
>>
>> 2. TrafficEstimatorService vs http://preview.tinyurl.com/trafftool
>>
>> The problem here seems to persist from earlier, so it's not v201206 
>> specific. We tried with the following data:
>>
>> *Keyword*: [katze]
>> *Targeting*: Location: Austria; Language: German; Search Network: Google 
>> Search
>> *Max CPC*: €2.00
>> *Tool Average CPC*: €1.94
>> *API results*: min CPC: €0.42, max CPC: €0.51 - as you can see, totally 
>> different from the Tool results.
>>
>> I'm also attaching the XML request and response files for reference.
>>
>> Can someone please shed some light as to why both TargetingIdea and 
>> TrafficEstimator services provide incorrect data?
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: No GLOBAL_MONTHLY_SEARCHES in v201206

2012-10-25 Thread veseo
Yes, v201206 does not provide option to choose match type and the returned 
results are SUPPOSED to be equal to the ones that the tool (and v201109) 
returns for EXACT keywords. Problem is that v201206 results differ ALOT 
from both Tool and v201109 (which are equal). Is there sunset postponement?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: [v201209] Discrepancy between API results and web UI search volume results

2012-10-23 Thread veseo
I'm having the same problem, described 
here: 
https://developers.google.com/adwords/api/community/?place=topic%2Fadwords-api%2F_Jx6stWJ7zk%2Fdiscussion

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService and TrafficEstimatorService problems

2012-10-23 Thread veseo
Any news? If this is a known problem, please postpone the sunset of 201109 
until it's sorted out, if not - please give us a hand to sort out what 
we're doing wrong. As the things stand, starting the next Monday, we will 
be presenting our clients with totally fake and seemingly random data, even 
if we've been waiting for two weeks now for an answer (I sent an email to 
the support team before creating that thread here). I'm sorry to say it, 
but that's an example of a really poor (if not lacking at all) support job!

On Tuesday, October 23, 2012 2:56:18 PM UTC+3, veseo wrote:
>
> Hi,
>
> while implementing the new versions of both TargetingIdeaService and 
> TrafficEstimatorService, we ran into some problems, that lead to a 
> (sometimes too big) discrepancy between the API results and its 
> corresponding tool.
>
> 1. TargetingIdeaService vs. http://preview.tinyurl.com/adwtool:
>
> According to the migration guide:
>
> *SEARCH_VOLUME is equivalent to AVERAGE_TARGETED_MONTHLY_SEARCHES if 
> language and/or location is specified. SEARCH_VOLUME is equivalent to 
> GLOBAL_MONTHLY_SEARCHES if language and/or location is not specified.*
> *
> *
> But, either I'm doing something wrong (not likely, as the API usually 
> crashes when passed invalid structure) or the results for targeted search 
> volume between the API and the tool are completely different. Here's an 
> example:
>
> *Keyword*: [katze]
> *Targeting*: Location: Austria; Language: German
> *API*: SEARCH_VOLUME 18100
> *Tool*: 5400
>
> I'm attaching the request and response xmls.
>
> 2. TrafficEstimatorService vs http://preview.tinyurl.com/trafftool
>
> The problem here seems to persist from earlier, so it's not v201206 
> specific. We tried with the following data:
>
> *Keyword*: [katze]
> *Targeting*: Location: Austria; Language: German; Search Network: Google 
> Search
> *Max CPC*: €2.00
> *Tool Average CPC*: €1.94
> *API results*: min CPC: €0.42, max CPC: €0.51 - as you can see, totally 
> different from the Tool results.
>
> I'm also attaching the XML request and response files for reference.
>
> Can someone please shed some light as to why both TargetingIdea and 
> TrafficEstimator services provide incorrect data?
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


TargetingIdeaService and TrafficEstimatorService problems

2012-10-23 Thread veseo
Hi,

while implementing the new versions of both TargetingIdeaService and 
TrafficEstimatorService, we ran into some problems, that lead to a 
(sometimes too big) discrepancy between the API results and its 
corresponding tool.

1. TargetingIdeaService vs. http://preview.tinyurl.com/adwtool:

According to the migration guide:

*SEARCH_VOLUME is equivalent to AVERAGE_TARGETED_MONTHLY_SEARCHES if 
language and/or location is specified. SEARCH_VOLUME is equivalent to 
GLOBAL_MONTHLY_SEARCHES if language and/or location is not specified.*
*
*
But, either I'm doing something wrong (not likely, as the API usually 
crashes when passed invalid structure) or the results for targeted search 
volume between the API and the tool are completely different. Here's an 
example:

*Keyword*: [katze]
*Targeting*: Location: Austria; Language: German
*API*: SEARCH_VOLUME 18100
*Tool*: 5400

I'm attaching the request and response xmls.

2. TrafficEstimatorService vs http://preview.tinyurl.com/trafftool

The problem here seems to persist from earlier, so it's not v201206 
specific. We tried with the following data:

*Keyword*: [katze]
*Targeting*: Location: Austria; Language: German; Search Network: Google 
Search
*Max CPC*: €2.00
*Tool Average CPC*: €1.94
*API results*: min CPC: €0.42, max CPC: €0.51 - as you can see, totally 
different from the Tool results.

I'm also attaching the XML request and response files for reference.

Can someone please shed some light as to why both TargetingIdea and 
TrafficEstimator services provide incorrect data?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


targeting_request.xml
Description: XML document


targeting_response.xml
Description: XML document


traffic_request.xml
Description: XML document


traffic_response.xml
Description: XML document


Re: TargetingIdeaService match type?

2012-09-04 Thread veseo
Hi,

thanks, then my other question remains - which matchtype the results equal 
to. I'll try and find that other thread, hope that is answered there.

On Tuesday, September 4, 2012 6:40:11 PM UTC+3, Oliver wrote:
>
> I recall seeing a recent thread (but can't find it now) about this.  The 
> reponse from the API team was the match type is not available.
>
> Oliver
>
> On Tuesday, September 4, 2012 3:50:18 PM UTC+1, veseo wrote:
>>
>> Hi,
>>
>> Anything? I need that information so that I can create the logic to 
>> migrate our code to the new service.
>>
>> On Thursday, August 30, 2012 5:32:50 PM UTC+3, veseo wrote:
>>>
>>> In the new API version we could not specify a keyword's match type. Is 
>>> there any way to specify it? If there isn't, which is the match type of the 
>>> keywords from the response? The stats from the response are close to 
>>> average of match type 'exact', but they are not equal, as they are supposed 
>>> to be.
>>>
>>> I'm attaching the requests and responses for two keywords - hosting and 
>>> dortmund, both of them requested with Germany and German language. Could 
>>> you clarify what's the situation here?
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Change notification settings via API?

2012-09-04 Thread veseo
Hi,

can anyone answer this? We have hundreds of clients, whose settings must be 
changed and it would take too much time to do it manually.

On Monday, September 3, 2012 11:17:58 AM UTC+3, veseo wrote:
>
> Hi,
>
> is there a way to change the notification settings and who receives 
> notifications on certain events via the API? I noticed AlertService, but as 
> far as I saw, it's used to get actual alerts (filtered by various filters), 
> not change a client's notification settings. Neither CustomerService, nor 
> ManagedCustomerService seem to offer that option too. Can anything be done 
> via the API?
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TargetingIdeaService match type?

2012-09-04 Thread veseo
Hi,

Anything? I need that information so that I can create the logic to migrate 
our code to the new service.

On Thursday, August 30, 2012 5:32:50 PM UTC+3, veseo wrote:
>
> In the new API version we could not specify a keyword's match type. Is 
> there any way to specify it? If there isn't, which is the match type of the 
> keywords from the response? The stats from the response are close to 
> average of match type 'exact', but they are not equal, as they are supposed 
> to be.
>
> I'm attaching the requests and responses for two keywords - hosting and 
> dortmund, both of them requested with Germany and German language. Could 
> you clarify what's the situation here?
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Change notification settings via API?

2012-09-03 Thread veseo
Hi,

is there a way to change the notification settings and who receives 
notifications on certain events via the API? I noticed AlertService, but as 
far as I saw, it's used to get actual alerts (filtered by various filters), 
not change a client's notification settings. Neither CustomerService, nor 
ManagedCustomerService seem to offer that option too. Can anything be done 
via the API?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


TargetingIdeaService match type?

2012-08-30 Thread veseo
In the new API version we could not specify a keyword's match type. Is 
there any way to specify it? If there isn't, which is the match type of the 
keywords from the response? The stats from the response are close to 
average of match type 'exact', but they are not equal, as they are supposed 
to be.

I'm attaching the requests and responses for two keywords - hosting and 
dortmund, both of them requested with Germany and German language. Could 
you clarify what's the situation here?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


dortmund-response.xml
Description: XML document


dortmun-request.xml
Description: XML document


hosting-request.xml
Description: XML document


hosting-response.xml
Description: XML document


Re: CUSTOMER_NOT_WHITELISTED_FOR_API only for some clients?

2012-08-15 Thread veseo
Hi,

update - I tested with a bit of a bigger test group and concluded that the 
whitelist are on an MCC account level. Is that true and, if yes, is that by 
design or a bug?

On Tuesday, August 14, 2012 5:27:34 PM UTC+3, veseo wrote:
>
> Hi,
>
> I've been implementing the BudgetOrderService and tried to get the budgets 
> for a bunch of clients (I have been whitelisted) and, to my surprise, while 
> it works for some of the clients, it 
> returns CUSTOMER_NOT_WHITELISTED_FOR_API for most of the clients (talking 
> in numbers: 18 "working" and more than 40 returning that error). I thought 
> that the whitelist is on developer level, not on customer level. How come 
> some of our customers are whitelisted and some are not? What am I doing 
> wrong? I'll be happy to provide more details if needed.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


CUSTOMER_NOT_WHITELISTED_FOR_API only for some clients?

2012-08-14 Thread veseo
Hi,

I've been implementing the BudgetOrderService and tried to get the budgets 
for a bunch of clients (I have been whitelisted) and, to my surprise, while 
it works for some of the clients, it 
returns CUSTOMER_NOT_WHITELISTED_FOR_API for most of the clients (talking 
in numbers: 18 "working" and more than 40 returning that error). I thought 
that the whitelist is on developer level, not on customer level. How come 
some of our customers are whitelisted and some are not? What am I doing 
wrong? I'll be happy to provide more details if needed.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AccountService is only available on a whitelist basis

2012-08-02 Thread veseo
Hello,

will we be able to use v13's AccountService to manipulate budgets after 
that service's sunset date or all of its methods (including those for 
budgets) will be sunset on 20 August 2012?

On Monday, July 30, 2012 9:47:39 AM UTC+3, AdWords API Advisor wrote:
>
> Hello Alok, 
>
>
> We do not have any public examples available at the moment. I'll log this 
> as a request for future library releases. 
>
>
> -Danial, AdWords API Team. 
>
>
> Original Message Follows: 
>  
> From: alok  
> Subject: Re: AccountService is only available on a whitelist basis 
> Date: Fri, 27 Jul 2012 05:27:08 -0700 (PDT) 
>
> > Hi Danial, 
> > 
> > Is there any example code to set and get busget using 
> > budgetOrderService.Iam confused with what fields should go into the 
> > selector fields 
> > 
> > Thanks, 
> > Alok 
> > 
> > On Thursday, July 26, 2012 3:43:11 PM UTC+5:30, AdWords API Advisor 
> wrote: 
> > > 
> > > Hello Alok, 
> > > 
> > > 
> > > This functionality is available in the BudgetOrderService: 
> > > 
> > >   
> > > 
> > > 
>
> https://developers.google.com/adwords/api/docs/reference/latest/BudgetOrderService
>  
>
> > > 
> > > 
> > > -Danial, AdWords API Team. 
> > > 
> > > 
> > > Original Message Follows: 
> > >  
> > > From: alok  
> > > Subject: Re: AccountService is only available on a whitelist basis 
> > > Date: Thu, 26 Jul 2012 00:11:12 -0700 (PDT) 
> > > 
> > > > Hi Danial, 
> > > > 
> > > > I want to set and get Budgets at accounts level.This facility was 
> > > provided 
> > > > in v13 account service but i dont see it in SAS.CAn you point me to 
> the 
> > > > right service which should be used to set/get budget at account 
> level 
> > > (not 
> > > > campaign level) 
> > > > 
> > > > Regards, 
> > > > Alok 
> > > > 
> > > > On Friday, November 11, 2011 9:28:09 PM UTC+5:30, Danial Klimkin 
> wrote: 
> > > > > 
> > > > > Hello carlinda, 
> > > > > 
> > > > > 
> > > > > In most cases ServicedAccountService is a new replacement for the 
> > > > > AccountService. Please migrate to SAS before Feb. If there is any 
> > > > > functionality missing please let us know. 
> > > > > 
> > > > > 
> > > > > -Danial, AdWords API Team. 
> > > > > 
> > > > 
> > > > -- 
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> > > > Also find us on our blog and discussion group: 
> > > > http://adwordsapi.blogspot.com 
> > > > http://groups.google.com/group/adwords-api 
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> > > > 
> > > > You received this message because you are subscribed to the Google 
> > > > Groups "AdWords API Forum" group. 
> > > > To post to this group, send email to adwords-api@googlegroups.com 
> > > > To unsubscribe from this group, send email to 
> > > > adwords-api+unsubscr...@googlegroups.com 
> > > > For more options, visit this group at 
> > > > http://groups.google.com/group/adwords-api?hl=en 
> > > 
> > > 
> > 
> > -- 
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> > Also find us on our blog and discussion group: 
> > http://adwordsapi.blogspot.com 
> > http://groups.google.com/group/adwords-api 
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> > 
> > You received this message because you are subscribed to the Google 
> > Groups "AdWords API Forum" group. 
> > To post to this group, send email to adwords-api@googlegroups.com 
> > To unsubscribe from this group, send email to 
> > adwords-api+unsubscr...@googlegroups.com 
> > For more options, visit this group at 
> > http://groups.google.com/group/adwords-api?hl=en 
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Questions about BudgetOrderService

2012-07-25 Thread veseo
Is the BudgerOrderService a complete replacement for v13s' 
AccountService->addBudget method? As I understand it, *billingAccountId *equals 
v13's *orderId *and we pass the *clientCustomerId* parameter in the header 
to specify which client's budgets we are manipulating, is that correct?
Also, how can we get "whitelisted", are all resellers from v13 
automatically whitelisted or we need to contact someone to be granted 
access to that service? If not, would we be able to manipulate budgets via 
v13 after *20 August 2012* as, according to your Sunset 
dates
 v13 AccountService will be sunset?

On Wednesday, July 25, 2012 12:53:58 AM UTC+3, Kevin Winter wrote:
>
> Hi Jim,
>   I agree - that is very confusing.  When you run getBillingAccounts - do 
> you get a BillingAccount entry for every Order ID?  I'm beginning to 
> suspect that BillingAccount is the new Order (I apologize that I'm not as 
> familiar with the BudgetOrderService as I should be).
>
> - Kevin Winter
> AdWords API Team
>
> On Tuesday, July 24, 2012 5:43:38 PM UTC-4, Jim McCabe wrote:
>>
>> Hi Kevin -
>>
>> Actually I have good reason to believe that we should pass the same 
>> "order ID" that we traditionally passed in v13.
>>
>> a) Yesterday I did some testing with new production accounts and was 
>> successful when I passed our same old order ID in that field.
>>
>> b) I also filed a request with the AdWords API support email, as well as 
>> our company contact @ Google, and both suggested that we send the order ID.
>>
>> Since it worked I am fine moving forward with that.  It was just 
>> confusing since the name makes it seem like it needs an *account* ID.
>>
>> Jim
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: OLD country code(s)?

2012-03-30 Thread veseo
Hi Anash,

I checked two of the adGroups that received Serbia and Montenegro 
statistics today and they are both created in 2011, so, no, they are not 
too old. If you need, I could provide in private you the exact adGroup ID 
and even the response XML we received? 

On Thursday, March 29, 2012 1:02:18 PM UTC+3, Anash P. Oommen wrote:
>
> Hi Veseo,
>
> Just wondering, how old is this adGroup? By any chance, was the adGroup 
> created before Serbia and Montenegro split into 2 different countries?
>
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, 22 March 2012 13:25:48 UTC+5:30, veseo wrote:
>>
>> Why is the country codes list VERY old? We keep receiving statistics from 
>> Serbia and Montenegro and after a quick check in Wikipedia, this country 
>> does not exist since 2006. I think you know that sometimes precise 
>> targeting is needed and receiving statistics that an event (click or 
>> impression, doesn't matter) occured "in either Serbia or Montenegro" is not 
>> much more precise than "somewhere in Eastern Europe". I think 6 years and 
>> at least 5 new API versions, one of which was a MAJOR overhaul of the whole 
>> API, are more than enough to update AT LEAST the results you're returning. 
>> We got the region codes, that we've been waiting for for 2 years, from 
>> somewhere else, but receiving "Serbia and Montenegro" as country and 
>> "Unspecified" for both City and Region - we can't do anything to understand 
>> where exactly does the event come from.
>>
>> Here's an example of such "precise" stats report:
>>
>> > city='Unspecified City' region='Unspecified Region' clicks='0' 
>> impressions='1'/>
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


OLD country code(s)?

2012-03-22 Thread veseo
Why is the country codes list VERY old? We keep receiving statistics from 
Serbia and Montenegro and after a quick check in Wikipedia, this country 
does not exist since 2006. I think you know that sometimes precise 
targeting is needed and receiving statistics that an event (click or 
impression, doesn't matter) occured "in either Serbia or Montenegro" is not 
much more precise than "somewhere in Eastern Europe". I think 6 years and 
at least 5 new API versions, one of which was a MAJOR overhaul of the whole 
API, are more than enough to update AT LEAST the results you're returning. 
We got the region codes, that we've been waiting for for 2 years, from 
somewhere else, but receiving "Serbia and Montenegro" as country and 
"Unspecified" for both City and Region - we can't do anything to understand 
where exactly does the event come from.

Here's an example of such "precise" stats report:



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AdHoc Reports and v13 reports different ContentNetwork results?

2012-02-29 Thread veseo
I figured it out, the ContentNetwork stats, returned by the Keyword 
Performance Reports are outdated and unrealiable and I should use the 
Adgroup Performance Report to get the adgroup's ContentNetwork totals. This 
leads me to the question - why return ANY CN stats in the Keywords 
Performance report? They are both outdated and not relative to a keyword - 
I hate the fact that I need to filter out all keywords with the text 
"Content", as this value is useless (due to being outdated, as I pointed 
out above) anyways.

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as this is making testing the new reports logic much more 
> difficult.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AdHoc Reports and v13 reports different ContentNetwork results?

2012-02-29 Thread veseo
I figured it out, the ContentNetwork stats, returned by the Keyword 
Performance Reports are outdated and unrealiable and I should use the 
Adgroup Performance Report to get the adgroup's ContentNetwork totals. This 
leads me to the question - why return ANY CN stats in the Keywords 
Performance report? They are both outdated and not relative to a keyword - 
I hate the fact that I need to filter out all keywords with the text 
"Content", as this value is useless (due to being outdated, as I pointed 
out above) anyways.

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as this is making testing the new reports logic much more 
> difficult.
>

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as this is making testing the new reports logic much more 
> difficult.
>

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as this is making testing the new reports logic much more 
> difficult.
>

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as th

0 impressions but more than 0 clicks?

2012-02-28 Thread veseo
Hi,

I was wondering how could a keyword possibly have 0 impressions but more 
than 0 clicks for a single day? I know sometimes statistics are updated 
over the next few days, so I saved the client ID and the keyword text to 
check whether this strange disrepancy is fixed later. The results are the 
following - 12 days later, the keyword still has 0 impressions, but 2 
clicks for February 16th and such keywords keep coming every few days. It's 
small amount of money, but I can't help but think that these are fake 
clicks that we are being charged for. Could anyone explain if that isn't 
true?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AdHoc Reports and v13 reports different ContentNetwork results?

2012-02-27 Thread veseo
Anyone care to comment?

On Monday, February 27, 2012 1:27:39 PM UTC+2, veseo wrote:
>
> Hi, 
>
> I just noticed the same problem for multiple campaigns - data, downloaded 
> by the AdHoc Reports return smaller amount of impressions and clicks for 
> ContentNetwork statistics, than the report, downloaded by v13. I checked 
> online and the v13 statistics are the correct ones. 
>
> Here's an example:
>
> AdHoc: 3 clicks and 969 impressions
> v13: 6 clicks and 1495 impressions (which, according to the interface, are 
> the correct statistics)
>
> The strange thing is that I'm downloading the AdHoc reports a bit later 
> than the v13 ones (an hour or so) and if there are differences, the AdHoc 
> ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
> get data from different sources?
>
> I'm not having problems with disrepancies between v13 and AdHoc for Search 
> Network stats, only ContentNetwork. Could anybody shed some light what's 
> happening, as this is making testing the new reports logic much more 
> difficult.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


AdHoc Reports and v13 reports different ContentNetwork results?

2012-02-27 Thread veseo
Hi, 

I just noticed the same problem for multiple campaigns - data, downloaded 
by the AdHoc Reports return smaller amount of impressions and clicks for 
ContentNetwork statistics, than the report, downloaded by v13. I checked 
online and the v13 statistics are the correct ones. 

Here's an example:

AdHoc: 3 clicks and 969 impressions
v13: 6 clicks and 1495 impressions (which, according to the interface, are 
the correct statistics)

The strange thing is that I'm downloading the AdHoc reports a bit later 
than the v13 ones (an hour or so) and if there are differences, the AdHoc 
ones should be the "updated" statistics, right? Do v13 and AdHoc reports 
get data from different sources?

I'm not having problems with disrepancies between v13 and AdHoc for Search 
Network stats, only ContentNetwork. Could anybody shed some light what's 
happening, as this is making testing the new reports logic much more 
difficult.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Disapproved keywords returned as enabled by AdHoc reports?

2012-02-13 Thread veseo
Hi,

yes, I am selecting the Status field from the Keywords Performance Report. 
Thanks for the answer, hope a way to get the approval status is provided in 
a future version of the API.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Disapproved keywords returned as enabled by AdHoc reports?

2012-01-17 Thread veseo
Hi there, we've almost migrated to the new AdHoc version of the keywords 
report but I have a question about the differences between the results, 
returned by the two different versions about the status of the keyword - 
old version (v13) would return "Disapproved" as a separate status, while 
the AdHoc-downloaded report lists the keyword as "enabled". I checked in 
the interface and the keyword really is disapproved, but since disapproved 
keywords do not produce impressions and clicks, I believe it is wrong that 
they are marked as "active"?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Broad Match Modifier via the API?

2011-10-28 Thread veseo
Oh, somehow I missed that blogpost, thanks Mark!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Broad Match Modifier via the API?

2011-10-27 Thread veseo
I know, but as you see "Broad match modifier" does not exist as an option - 
my question was this - if I add a keyword, starting with a plus sign (i.e. 
+test1) with a matchType of "Broad", does this mean that the keyword is now 
using the Broad Match Modifier, explained in the following link - 
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=175280

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Broad Match Modifier via the API?

2011-10-26 Thread veseo
Hi, is the Broad match modifier available through the API? I tried sending 
a keyword, starting with a plus sign and it was added successfully 
(including the plus sign), does that mean that the keyword is now using the 
modifier?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Keyword Criterion IDs question

2011-08-31 Thread veseo
Hello,

We have an MCC account and I noticed that if I add the same keyword (i.e. 
text+match type) for two different clients, the resulting criterion id is 
the same. Is this by design and am I correct that the combination "text + 
match type" is unique, regarding generating the criterion id?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get MediaService's Image data?

2011-07-15 Thread veseo
Thanks, I will give it a try on Monday. Cheers!

On Jul 15, 6:29 pm, "Pete Lavetsky (AdWords API Guru)"
 wrote:
> Actually you should be able to grab the existing URLs Google is using
> by asking for the Urls field:
>
> http://code.google.com/apis/adwords/docs/reference/latest/MediaServic...
>
> Pete

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get MediaService's Image data?

2011-07-15 Thread veseo
Anyone?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Get MediaService's Image data?

2011-07-13 Thread veseo
Hi,

is it possible to get an Image's raw data via the API? I need it because I'm 
downloading campaigns and their respective extensions (some of which have 
ImageMediaIds with an existing Image Media objects, but I can't "download" 
the image, only its other properties (which are quite useless, without the 
image itself). The "data" field is not listed as selectable and when I try 
to add it in the list with selected fields as "Data" (I tried even "data", 
just to be sure) I get, as expected, an "SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'Data'; errorDetails:Data" error. Is there any 
workaround to get the image data or it this an expected future feature?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get keyword average CPC via Google Adwords API

2011-07-07 Thread veseo
Hi,

So the final answer to our question is that we cannot get the same results 
that we are getting from the Keyword Tool UI through the API? Is that 
correct and if yes, are there plans to add the option to get CPC from the 
TargetingIdeaService?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get keyword average CPC via Google Adwords API

2011-07-04 Thread veseo
Hi, could we get some help or at least an official response?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get keyword average CPC via Google Adwords API

2011-06-03 Thread veseo
I'm having the same problem as my colleague, could anyone help us and
tell us whether it is possible to get the same values from the API
like the ones we get from the Keyword tool?

On Jun 1, 11:35 am, Marry Hasanova  wrote:
> Anybody, please help :)
>
> On May 30, 5:40 pm, Marry Hasanova  wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > I would like togetApproximateCPCof akeyword, like the one
> > returned fromKeywordTool. I'm using TrafficEstimatorService but the
> > value returned from that service is different from the value inKeywordTool.
> > For example thekeyword:
>
> >Keyword: artwerkstudios
> > Country code: DE
> > Language code: de
> > maxCPC: 10 euro
> > match type: BROAD
>
> > Traffic estimator serviceCPC= €0.00KeywordToolCPC= €0.07
>
> > What is the difference between theCPCin Traffic Estimator andKeywordtool 
> > and how can Igetthe same values  to these ofKeyword
> > Tool via the Adwords API.
>
> > Thank you,
> > Marry Hasanova

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Отг: Re: API-created Report Definitions and the GUI

2011-04-26 Thread veseo
Hi,

I continue to be unable to see API-created definitions in the interface. I 
had been creating them, using the email account I use for all Adwords 
operations (I use another for loging in the web-based interface), thus I 
tried adding one definition with the same email I use to login to the 
interface  as "clientEmail" and one definition using no email at all - none 
of them showed up in the interface. Is there anything that I'm missing so my 
API-created definitions would show up in the interface? I'm attaching the 
request of the last API-added definitions (no clientEmail provided)

My GUI-created definitions also do not show up when making an api request 
for all definitions. As for the problem you mentioned you're experiencing - 
it's understandable, given that some features are not currently present in 
the API (i.e. segments).

I would really like an official support (if possible, an answer to my other 
question in the first post) on this matter.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


request.xml
Description: XML document


API-created Report Definitions and the GUI

2011-04-21 Thread veseo
Hello,

Are the GUI and API synchronised in terms of Report definitions? Neither 
API-created report definitions are shown in the GUI, nor GUI-created ones 
are returned when getting all existing report definitions through the API. 

One more question - how many days after the day has passed we can have our 
clicks/impressions manipulated (I saw that if I get a report just the day 
after and then get it 2-3 days later, there are some differences between 
them)? I'm thinking of running a weekly cronjob for getting the last week's 
statistics and comparing them for differences, but can you provide 
information how many days do I need to wait before running it, so that I can 
be sure that the statistics I would get will be the final ones? What I also 
can't see is if "Segments" from the GUI are supported through the API - I 
need them to split the statistics into days (for the needs of the cronjob I 
mentioned above).

Thanks in advance for the information!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ExperimentService UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread veseo
Hi Eric,

Thanks for your answer. However I noticed that today that problem is gone, 
without me changing the campaign budget - editing the experiment start/end 
dates work using both the interface and the API. I do not know what has been 
changed, but I can mark this problem as resolved.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


ExperimentService UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread veseo
Hi,

I'm currently implementing ExperimentService in our application, but I 
noticed that whenever I try to include startDateTime and/or endDateTime in 
the format, specified by the examples (Ymd His, for example 20110203 
00), I get UNEXPECTED_INTERNAL_API_ERROR. I double checked and the dates 
I entered are within the campaign's running period, so that's not the 
problem. I also noticed that if I try to set a date from the Adwords 
Interface, I also get "internal error", so I think there's a bigger problem 
than an API-related one?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Placement categories

2011-01-13 Thread veseo
Hi,

I noticed that by using TargetingIdeaService we could get a placement's 
PLACEMENT_CATEGORY. The problem is that we can do nothing with that category 
ID, especially when we do not have the list of Placement categories, like we 
have with the Keywords categories. I see that a year ago one of the Advisors 
mentioned that there were plans to expose the list of categories in the API 
documentation - that is already done with the keyword categories, what about 
the placement categories?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


AdShareSearchParameter and SearchShareSearchParameter explanation

2011-01-11 Thread veseo
Hello,

I am implementing TargetingIdeaService and I'm having trouble understanding 
and implementing two of the filters - AdShareSearchParameter and 
SearchShareSearchParameter. The problem I am having is the same with both of 
them - no matter what diapason I enter, I get no results. I tried 0.1-0.5, 
0.1-1, even 0.0-1 (which I expected to return an error, but it doesn't) - 
every time totalNumEntries equals to 0. I'm attaching the request and the 
response XML files, I hope someone can help me understand what I am doing 
wrong.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


req.xml
Description: XML document


resp.xml
Description: XML document


CompetitionSearchParameter meaning?

2010-12-13 Thread veseo
Can someone explain the meaning and actual usage of this
TargetingIdeaService search parameter? I tried an example with the
word "snickers" with three requests, trying each one of the possible
values (LOW, MEDIUM, HIGH) and got very confusing results - Medium ones
had the lowest search volume, while LOW and HIGH ones had both very low
(3 figures) and quite high (6 figures) search volumes. I'm attaching a
PDF with those results (I hope it's not against Google policy?).


The other search parameters I used are:
CountryTargetSearchParameter - DE and AT
LanguageTargetSearchParameter - de





ideaType - KEYWORD

requestType - IDEAS

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


CompetitionSearchParameter.pdf
Description: Adobe PDF document


INVALID_ENCODED_LOCATION in LocationExtension

2010-10-14 Thread veseo
Hello,


I'm struggling to edit (which includes delete and then add the new
location) a LocationExtension. We are calling the GeoLocationService to
get encoded location of the extension and then send it, without any
edits, to the CampaignAdExtensionsService. An interesting fact is that
when we are deleting the extension, there's no problem - the generated
encoded location by GeoLocationService is accepted by the
CampaignAdExtensionsService and the extension is deleted. However, when
we are trying to add the new extension, we get the
INVALID_ENCODED_LOCATION error. Here are the request ID-s (I think you
can see the generated XMLs based on them?):
f97e927aa8e796d53784d3f1e3dd1822 - SUCCESSFULL
REMOVE request

2cd9d30c709e59fee56f75aeba21be4d - UNSUCCESSFULL
ADD Request



These requests are made against the sandbox (the request ids are from
sandbox), but the problem shows up at production server too.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Campaign Targeting with ProximityTargets in 201003

2010-09-12 Thread veseo
Thanks, we will look into the solution you suggested.

On Sep 10, 10:19 pm, AdWords API Advisor
 wrote:
> Hi,
>
> I'm not sure how the first one works, because both are missing an
> xsi:type attribute on the operand element (and targets elements) that
> indicate what the type is.  Please adjust your code to ensure that the
> correct xsi types are added to the request.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Sep 9, 9:31 am, veseo  wrote:
>
>
>
> > Hi, I am developing a service that uses the Google Adwords API to
> > create and edit campaigns with their respective targetings. However,
> > when I try to send a campaign that has Geo Targetin that includes
> > Proximity Target(s), I get an error - "Unmarshalling Error: Unable to
> > create an instance of
> > com.google.ads.api.services.campaignmgmt.campaigntarget.v200909.jaxbgen.Tar 
> > getList".
> > If I try to send cityTargets only, there are no problems.  All tests
> > are made against production, not sandbox. I am attaching the request
> > xmls for both the working (no proximities) and non-working (proximity)
> > attempts:
>
> > working (no proximities):
> > 
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
> > v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > ENV:Header> > xsi:type="ns1:RequestHeader">xxx > ns1:authToken> > ns1:clientEmail>xxx > ns1:developerToken>xxx > ns1:RequestHeader> > ENV:Body>SET > ns1:operator>57304533 > ns1:campaignId>GeoTargetList > ns1:TargetList.Type>false > ns1:excluded>Dusseldorf > ns1:cityName>DE > ns1:operand>SET > ns1:operator>57304533 > ns1:campaignId>PlatformTargetList > ns1:TargetList.Type> > ENV:Body>
>
> > 
>
> > non-working (one proximity and one city)
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
> > v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > ENV:Header> > xsi:type="ns1:RequestHeader">xxx > ns1:authToken>xxx > ns1:clientEmail>xxx > ns1:developerToken>xxx > ns1:RequestHeader> > ENV:Body>SET > ns1:operator>57304533 > ns1:campaignId>GeoTargetList > ns1:TargetList.Type>false > ns1:excluded>Dusseldorf > ns1:cityName>DE > ns1:targets>false > ns1:excluded>51224942 > ns1:latitudeInMicroDegrees>6775652 > ns1:longitudeInMicroDegrees> > ns1:geoPoint>KILOMETERS > ns1:radiusDistanceUnits>25 > ns1:radiusInUnits>false > ns1:allowServiceOfAddress> > ns1:operations>SET > ns1:operator>57304533 > ns1:campaignId>PlatformTargetList
> >   > SOAP-ENV:Body>
>
> > ---

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Campaign Targeting with ProximityTargets in 201003

2010-09-09 Thread veseo
Hi, I am developing a service that uses the Google Adwords API to
create and edit campaigns with their respective targetings. However,
when I try to send a campaign that has Geo Targetin that includes
Proximity Target(s), I get an error - "Unmarshalling Error: Unable to
create an instance of
com.google.ads.api.services.campaignmgmt.campaigntarget.v200909.jaxbgen.TargetList".
If I try to send cityTargets only, there are no problems.  All tests
are made against production, not sandbox. I am attaching the request
xmls for both the working (no proximities) and non-working (proximity)
attempts:

working (no proximities):



http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>xSET57304533GeoTargetListfalseDusseldorfDESET57304533PlatformTargetList



non-working (one proximity and one city)


http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>SET57304533GeoTargetListfalseDusseldorfDEfalse512249426775652KILOMETERS25falseSET57304533PlatformTargetList
 

---

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: LocationExtension in v201003 - can we now use iconMediaId and imageMediaId?

2010-08-22 Thread veseo
Hi,

thanks for the answer, we will implement MediaService.

On Aug 20, 7:16 pm, AdWords API Advisor 
wrote:
> Hi,
>
> The limitation in v200909 was that it wasn't possible to retrieve the
> media IDs, but v201003 introduced the MediaService, which allows you
> to upload images and query your existing images and retrieve their
> IDs.
>
>  http://code.google.com/apis/adwords/v2009/docs/reference/MediaService...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Aug 19, 4:20 am, veseo  wrote:
>
>
>
> > I remember asking how to use iconMediaId and imageMediaId when
> > mutating a LocationExtension back when only 200909 was available and
> > the answer was that the API still didn't support  manipulating these
> > properties and the only way to use them was through the Adwords
> > interface. My question is - does 201003 support this now and if yes,
> > how can we get the "long"s that are expected by the API? Thanks in
> > advance

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


LocationExtension in v201003 - can we now use iconMediaId and imageMediaId?

2010-08-19 Thread veseo
I remember asking how to use iconMediaId and imageMediaId when
mutating a LocationExtension back when only 200909 was available and
the answer was that the API still didn't support  manipulating these
properties and the only way to use them was through the Adwords
interface. My question is - does 201003 support this now and if yes,
how can we get the "long"s that are expected by the API? Thanks in
advance

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


AdWords API Re: "authToken is missing in SoapHeader" error

2010-04-08 Thread veseo
I think we found the problem, replacing  and the others
with  and such fixed the problem. The question remains
why we receive that XML from Google, which we then need to fix? I am
sure we didn't understand something.

We are using the following wsdl: 
https://adwords.google.com/api/adwords/cm/v200909/CampaignService?wsdl

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe, reply using "remove me" as the subject.


AdWords API "authToken is missing in SoapHeader" error

2010-04-08 Thread veseo
Hello,

we are trying to connect to the new API, but no matter what the
request, the header returns the following error - "authToken is
missing in SoapHeader. while invoking public abstract
com.google.ads.api.services.campaignmgmt.campaign.CampaignReturnValue
com.google.ads.api.services.campaignmgmt.campaign.CampaignService.mutate(java.util.List)
throws com.google.ads.api.services.common.error.ApiException with
params
[[com.google.ads.api.services.campaignmgmt.campaign.v200909.jaxbgen.campaignoperat...@1866f6a]].a".
The following is the XML that is being generated through the
SoapClient __doRequest magic method, using class mapping on
__soapCall. Can you help us understand what is invalid in the that
XML?

---


http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


XXX
XXX
XXX
XXX





-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe, reply using "remove me" as the subject.


AdWords API Re: LocationExtension fields

2010-01-20 Thread veseo
Hi,

Thanks for the detailed information :)

On Jan 19, 7:07 pm, AdWords API Advisor 
wrote:
> Hi,
>
> You are correct, using the API only you can't upload new images or
> icons.  Unfortunately the ID's of the standard icons aren't available,
> but if you convert an existing LBA to a location extension you should
> be able to read this field with the API and determine the value.
>
> Best,
> - Eric
>
> On Jan 18, 4:12 am, veseo  wrote:
>
> > Hi,
>
> > so, using only the API, we could not use iconMediaId and imageMediaId?
> > Do thesefieldsaccept null values, because the documentation says it
> > expects xsd:long but, at least the sandbox, accepts strings too? Can
> > we use some default icons, like these from the LBA businessImage and
> > if yes - where can I get the list of the ids (I guess it's not
> > Standart_1 to _17 like LBA, as the documentation says it's expecting
> > xsd:long)?
>
> > On Jan 15, 5:04 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > To address your questions:
>
> > > 1) Location extensions in v2009 support custom icons that are uploaded
> > > to the AdWords server, referred to by these IDs.  Unfortunately the
> > > API doesn't yet support the ability to upload these images, and it
> > > currently must be done through the AdWords web interface.
> > > 2) Same as above, correlating to the LBA businessImage field.
> > > 3) A CampaignAdExtension is for adding LocationExtensions at the
> > > campaign level, which will apply to all ads within the campaign.  The
> > > AdExtensionOverrideService is for assigning a specific
> > > LocationExtension to be used exclusively for an ad.  More information
> > > on these services and how to use them can be found on the AdWords API
> > > Blog:
>
> > >  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extens...
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Jan 14, 4:37 am, veseo  wrote:
>
> > > > Any help, please?
>
> > > > On Jan 12, 6:18 pm, veseo  wrote:
>
> > > > > Hello,
>
> > > > > I am implementing the CampaignAdExtensionService and got to the point
> > > > > where I must send the LocationExtension object, where I ran into some
> > > > > problems:
>
> > > > > 1) What is the iconMediaId field? I would guess that uses the same
> > > > > icons from LocalBusinessAds (v13 
> > > > > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > > > > ) but there the values are strings (Standart_1 to _17), while
> > > > > LocationExtension expects xsd:long? What are the possible values?
> > > > > 2) Similar question - what is the imageMediaId field? The
> > > > > documentation says nothing specific about it.
> > > > > 3) What is the difference between CampaignAdExtensionService and
> > > > > AdExtensionOverrideService ?
>
> > > > > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > > > > documentation, especially compared to the nearly perfect v13 (and
> > > > > below) ones. This, combined with the total rework of the API and the
> > > > > close deadline (you stop v13 support somewhere in April 2010, right?)
> > > > > makes everything a small nightmare. I am sure I am not alone in
> > > > > that...
>
> > > > > Thanks in advance for the information.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: LocationExtension fields

2010-01-18 Thread veseo
Hi,

so, using only the API, we could not use iconMediaId and imageMediaId?
Do these fields accept null values, because the documentation says it
expects xsd:long but, at least the sandbox, accepts strings too? Can
we use some default icons, like these from the LBA businessImage and
if yes - where can I get the list of the ids (I guess it's not
Standart_1 to _17 like LBA, as the documentation says it's expecting
xsd:long)?

On Jan 15, 5:04 pm, AdWords API Advisor 
wrote:
> Hi,
>
> To address your questions:
>
> 1) Location extensions in v2009 support custom icons that are uploaded
> to the AdWords server, referred to by these IDs.  Unfortunately the
> API doesn't yet support the ability to upload these images, and it
> currently must be done through the AdWords web interface.
> 2) Same as above, correlating to the LBA businessImage field.
> 3) A CampaignAdExtension is for adding LocationExtensions at the
> campaign level, which will apply to all ads within the campaign.  The
> AdExtensionOverrideService is for assigning a specific
> LocationExtension to be used exclusively for an ad.  More information
> on these services and how to use them can be found on the AdWords API
> Blog:
>
>  http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extens...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 14, 4:37 am, veseo  wrote:
>
> > Any help, please?
>
> > On Jan 12, 6:18 pm, veseo  wrote:
>
> > > Hello,
>
> > > I am implementing the CampaignAdExtensionService and got to the point
> > > where I must send the LocationExtension object, where I ran into some
> > > problems:
>
> > > 1) What is the iconMediaId field? I would guess that uses the same
> > > icons from LocalBusinessAds (v13 
> > > -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> > > ) but there the values are strings (Standart_1 to _17), while
> > > LocationExtension expects xsd:long? What are the possible values?
> > > 2) Similar question - what is the imageMediaId field? The
> > > documentation says nothing specific about it.
> > > 3) What is the difference between CampaignAdExtensionService and
> > > AdExtensionOverrideService ?
>
> > > P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> > > documentation, especially compared to the nearly perfect v13 (and
> > > below) ones. This, combined with the total rework of the API and the
> > > close deadline (you stop v13 support somewhere in April 2010, right?)
> > > makes everything a small nightmare. I am sure I am not alone in
> > > that...
>
> > > Thanks in advance for the information.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: LocationExtension fields

2010-01-14 Thread veseo
Any help, please?

On Jan 12, 6:18 pm, veseo  wrote:
> Hello,
>
> I am implementing the CampaignAdExtensionService and got to the point
> where I must send the LocationExtension object, where I ran into some
> problems:
>
> 1) What is the iconMediaId field? I would guess that uses the same
> icons from LocalBusinessAds (v13 
> -http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
> ) but there the values are strings (Standart_1 to _17), while
> LocationExtension expects xsd:long? What are the possible values?
> 2) Similar question - what is the imageMediaId field? The
> documentation says nothing specific about it.
> 3) What is the difference between CampaignAdExtensionService and
> AdExtensionOverrideService ?
>
> P.S. I am shocked how unclear and, honestly, unfinished is the v2009
> documentation, especially compared to the nearly perfect v13 (and
> below) ones. This, combined with the total rework of the API and the
> close deadline (you stop v13 support somewhere in April 2010, right?)
> makes everything a small nightmare. I am sure I am not alone in
> that...
>
> Thanks in advance for the information.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API LocationExtension fields

2010-01-12 Thread veseo
Hello,

I am implementing the CampaignAdExtensionService and got to the point
where I must send the LocationExtension object, where I ran into some
problems:

1) What is the iconMediaId field? I would guess that uses the same
icons from LocalBusinessAds (v13 - 
http://code.google.com/apis/adwords/docs/developer/LocalBusinessAd.html
) but there the values are strings (Standart_1 to _17), while
LocationExtension expects xsd:long? What are the possible values?
2) Similar question - what is the imageMediaId field? The
documentation says nothing specific about it.
3) What is the difference between CampaignAdExtensionService and
AdExtensionOverrideService ?

P.S. I am shocked how unclear and, honestly, unfinished is the v2009
documentation, especially compared to the nearly perfect v13 (and
below) ones. This, combined with the total rework of the API and the
close deadline (you stop v13 support somewhere in April 2010, right?)
makes everything a small nightmare. I am sure I am not alone in
that...

Thanks in advance for the information.
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API BID_TOO_HIGH_FOR_DAILY_BUDGET in AdGroupCriterion

2009-12-22 Thread veseo
Hello, can we get a list of all available types' max and min values.
For example, operand.bids.maxCpm.amount.microAmount in the
AdGroupCriterion service says  BID_TOO_HIGH_FOR_DAILY_BUDGET when we
send 11000 and we get BID_TOO_SMALL when we send 1. I am confused,
can we get the maximum and minimum values for these (and all other)
fields? Thanks in advance!

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Bulgarian region codes

2009-12-14 Thread veseo
Hi, thanks for the information.

On Dec 11, 8:43 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Thank you for the information.  The codes you are receiving are valid,
> and the code list page in our developer documentation is merely out of
> date.  I've raised this issue with the documentation team and they are
> working on generating a new code list.
>
> Best,
> - Eric
>
> On Dec 1, 10:45 am, veseo  wrote:
>
> > Hi, I am getting this data from the DefinedReportJob service, when
> > selecting Geographic as a selectedReportType and the following
> > selected columns:
>
> >  'AdGroupId',
> >  'Country',
> >  'City',
> >  'Region',
> >  'Clicks',
> >  'Impressions',
>
> > I can also provide you with an example XML if you give an e-mail or
> > FTP, as this is private data of our clients?
>
> > On Nov 30, 9:27 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > From what service are you obtaining region codes like "BG-01", etc?
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Nov 30, 5:22 am, veseo  wrote:
>
> > > > Hello,
>
> > > > haveBulgarianregion codes been added to the Region Codes listings,
> > > > as in the stats we are getting from Google, we have BG-01 and similar
> > > > codes? If yes, why aren't they listed in the official Region Codes
> > > > listings? Given the different codes and the actual cities that the
> > > > stats come from, I can logically conclude which region corresponds to
> > > > the code, but is that official?
>
> > > >http://code.google.com/apis/adwords/docs/developer/adwords_api_region...

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Bulgarian region codes

2009-12-01 Thread veseo
Hi, I am getting this data from the DefinedReportJob service, when
selecting Geographic as a selectedReportType and the following
selected columns:

 'AdGroupId',
 'Country',
 'City',
 'Region',
 'Clicks',
 'Impressions',

I can also provide you with an example XML if you give an e-mail or
FTP, as this is private data of our clients?

On Nov 30, 9:27 pm, AdWords API Advisor 
wrote:
> Hi,
>
> From what service are you obtaining region codes like "BG-01", etc?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Nov 30, 5:22 am, veseo  wrote:
>
> > Hello,
>
> > have Bulgarian region codes been added to the Region Codes listings,
> > as in the stats we are getting from Google, we have BG-01 and similar
> > codes? If yes, why aren't they listed in the official Region Codes
> > listings? Given the different codes and the actual cities that the
> > stats come from, I can logically conclude which region corresponds to
> > the code, but is that official?
>
> >http://code.google.com/apis/adwords/docs/developer/adwords_api_region...

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Bulgarian region codes

2009-11-30 Thread veseo
Hello,

have Bulgarian region codes been added to the Region Codes listings,
as in the stats we are getting from Google, we have BG-01 and similar
codes? If yes, why aren't they listed in the official Region Codes
listings? Given the different codes and the actual cities that the
stats come from, I can logically conclude which region corresponds to
the code, but is that official?

http://code.google.com/apis/adwords/docs/developer/adwords_api_regions.html

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Question about a few French cities

2008-10-20 Thread veseo

Hello,

Thanks for your help.

On Oct 17, 9:53 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  One thing that I can suggest is that if a city appears ambiguous, you
> go to the AdWords web interface and try to modify the geotargeting of
> a campaign. If you enter any of those city names in the search field
> the search results will all have corresponding Google Map entries that
> you can view and use to determine their location.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Oct 17, 9:08 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > I'm not quite sure if that question belongs here or in the general
> > Adwords group, but since I'm using data from the API documentation, I
> > think I'll ask here. I'm doing an application in which when the user
> > selects a french department, the cities from the API list that belong
> > to it are automatically added in the list of geotargets. I collected
> > the data succesfully, but two French cities are giving me a headache,
> > to be more precise - I'm wondering which of them are you referring to.
> > Here they are:
>
> > Pont-de-Beauvoisin, V FR <- is that Le Pont-de-Beauvoisin in the Isère
> > department or is that Le Pont-de-Beauvoisin in the Savoie department.
> > Both of them belong to the Rhône-Alpes region, and their population is
> > somewhat close according to a French tourism website, which one does
> > the API Docs refer to?
>
> > Vouille, T FR <- same situation, is that Vouille in the Deux-Sèvres
> > department, or is it Vouille in the Vienne department? Again both
> > belong to the Poitou-Charentes region and their population is close
> > according to that website. Which one does the API Docs refer to?
>
> > The third question is somewhat different, I noticed both "Chalons-sur-
> > Marne, G FR" and "Chalons-en-Champagne, G FR" in the French cities
> > list, while wikipedia says Châlons-sur-Marne is the previous name for
> > Chalons-en-Champagne (http://en.wikipedia.org/wiki/Ch%C3%A2lons-en-
> > Champagne). Could anyone shed some light on that too? Is that the same
> > city, if yes - why does it exist in the list twice?
>
> > Last question is about "La Couronne, U FR". I noticed that both "La
> > Couronne, U FR" and "La Couronne, T FR" exist, while only the latter
> > one seems to exist (according to both wikipedia and the tourism
> > website). Could anyone shed some light if a city La Couronne really
> > exists in Provence-Alpes-Cote d'Azur and, if possible, provide it's
> > department?
>
> > Thanks for the answers in advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Question about a few French cities

2008-10-17 Thread veseo

I'm not quite sure if that question belongs here or in the general
Adwords group, but since I'm using data from the API documentation, I
think I'll ask here. I'm doing an application in which when the user
selects a french department, the cities from the API list that belong
to it are automatically added in the list of geotargets. I collected
the data succesfully, but two French cities are giving me a headache,
to be more precise - I'm wondering which of them are you referring to.
Here they are:

Pont-de-Beauvoisin, V FR <- is that Le Pont-de-Beauvoisin in the Isère
department or is that Le Pont-de-Beauvoisin in the Savoie department.
Both of them belong to the Rhône-Alpes region, and their population is
somewhat close according to a French tourism website, which one does
the API Docs refer to?

Vouille, T FR <- same situation, is that Vouille in the Deux-Sèvres
department, or is it Vouille in the Vienne department? Again both
belong to the Poitou-Charentes region and their population is close
according to that website. Which one does the API Docs refer to?

The third question is somewhat different, I noticed both "Chalons-sur-
Marne, G FR" and "Chalons-en-Champagne, G FR" in the French cities
list, while wikipedia says Châlons-sur-Marne is the previous name for
Chalons-en-Champagne (http://en.wikipedia.org/wiki/Ch%C3%A2lons-en-
Champagne). Could anyone shed some light on that too? Is that the same
city, if yes - why does it exist in the list twice?

Last question is about "La Couronne, U FR". I noticed that both "La
Couronne, U FR" and "La Couronne, T FR" exist, while only the latter
one seems to exist (according to both wikipedia and the tourism
website). Could anyone shed some light if a city La Couronne really
exists in Provence-Alpes-Cote d'Azur and, if possible, provide it's
department?

Thanks for the answers in advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Adding a campaign with both ProximityTarget and City/Region

2008-09-26 Thread veseo

Hello,

Thanks for the answer. If we see a disrepancy, I'll let you know.

Cheers,
Veselin

On Sep 25, 6:46 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  I think the relevant bit of the GeoTarget docs would be:
>
>   It (GeoTarget) can, however, be targeted at:
>     ...
>     * a combination of one or more regions, metropolitan areas, and
> cities within a single country or territory
>
>  So if you're keeping it all within Germany, that sounds legal,
> especially if the Sandbox is allowing it. If you see a discrepancy
> between what the Sandbox and Production are allowing, please let us
> know.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Sep 24, 10:56 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I've been reading about GeoTargeting and I noticed something strange.
> > The documentation says "A campaign can't have one target encompassing
> > another target.", while if I try to target both a ProximityTarget and
> > the city/region the ProximityTarget points in, I can successfully add
> > the campaign, at least in Sandbox. Is that possible in the production
> > environment too, or is it an unupdated documentation or I'm doing
> > something wrong? Values (calculated to meet the criteria (multiply by
> > 100?)) I tested with are:
>
> > ProximityTarget:
> > LAT: 51.482024
> > LNG: 7.211323
> > Radius: 25
>
> > +
>
> > City: Bochum, NW DE
>
> > --
>
> > ProximityTarget:
> > LAT: 51.482024
> > LNG: 7.211323
> > Radius: 25
>
> > +
>
> > Region: DE-NW
>
> > ---
>
> > Even trying with that ProximityTarget + Country: DE is also possible
> > and I'm 100% sure that area is encompassed in Germany. So, concerning
> > ProximityTargets, probably encompassing is not a problem? Thanks in
> > advance for your help.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Adding a campaign with both ProximityTarget and City/Region

2008-09-24 Thread veseo

Hello,

I've been reading about GeoTargeting and I noticed something strange.
The documentation says "A campaign can't have one target encompassing
another target.", while if I try to target both a ProximityTarget and
the city/region the ProximityTarget points in, I can successfully add
the campaign, at least in Sandbox. Is that possible in the production
environment too, or is it an unupdated documentation or I'm doing
something wrong? Values (calculated to meet the criteria (multiply by
100?)) I tested with are:

ProximityTarget:
LAT: 51.482024
LNG: 7.211323
Radius: 25

+

City: Bochum, NW DE

--

ProximityTarget:
LAT: 51.482024
LNG: 7.211323
Radius: 25

+

Region: DE-NW

---

Even trying with that ProximityTarget + Country: DE is also possible
and I'm 100% sure that area is encompassed in Germany. So, concerning
ProximityTargets, probably encompassing is not a problem? Thanks in
advance for your help.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-09-04 Thread veseo

Hello,

We will probably test it someday next week and I will report the
results, being successfull or not. Thanks for your help!

On Sep 4, 7:15 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Okay, great. If you can confirm that things are working in Production
> I'll bring the discrepancy with the Sandbox environment to the
> attention of the engineering team.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Sep 4, 2:51 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > Sorry for not clarifying that before, yes, I'm trying that in Sandbox
> > environment. I guess then really discrepancies between the Sandbox and
> > Production environments are causing the issues. Again, sorry for not
> > clarifying that again and thanks for your help, I think we are close
> > to "unraveling the mystery" :)
>
> > On Sep 3, 6:05 pm, AdWords API Advisor <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hello,
>
> > >  Sorry for the delay in getting back to you. Unfortunately, we can't
> > > find any records of that request id in our Production logs--are you
> > > making your requests against the Sandbox environment by any chance? I
> > > should have enquired about that earlier, because perhaps the issues
> > > you're running into are due to discrepancies between the Sandbox and
> > > Production environments.
>
> > >  The sample requests I've been passing along work against the
> > > Production environment, based on my tests. Can you ensure that you're
> > > trying them in Production?
>
> > >  If there is a discrepancy between the Sandbox and Production then
> > > that is obviously something that we'll try to resolve, but it's a
> > > different issue from what we were initially looking into.
>
> > > Cheers,
> > > -Jeff Posnick, AdWords API Team
>
> > > On Aug 28, 2:59 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > > > Hello,
>
> > > > Thanks for the answer. No luck using either customIcon nor stockIcon.
> > > > I even (by mistake) tried using stockIcon with an  element and
> > > > it threw, as expected, "SimpleDeserializer encountered a child
> > > > element, which is NOT expected, in something it was trying to
> > > > deserialize" error. Here are two of the requests,
>
> > > > http://schemas.xmlsoap.org/soap/actor/next";
> > > > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > > > adwords/v12">54fda046368de341df11f2bf42f3a9da
>
> > > > this one is using a stockIcon Standard_1, while this one:
>
> > > > http://schemas.xmlsoap.org/soap/actor/next";
> > > > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > > > adwords/v12">156347e3a2cc163d4e16de5112ae58a9
>
> > > > is using the string you provided for the custom Icon earlier ("/9j/
> > > > 4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKggAAAD//
> > > > gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/
> > > > 9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/
> > > > 9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/
> > > > 8AAEQgAEAAQAwEiAAIRAQMRAf/EABYAAQEBAAYHCP/
> > > > EACIQAAEDBAIDAQEAAAIBAwUEERIhAAcGEzEzQf/
> > > > EABQBAQD/xAAUEQEA/
> > > > 9oADAMBAAIRAxEAPwDZD5k2w4YBmYiqiN7ZLb5/eA+suyU8tlq
> > > > +CkYKphJihupsOKZA4KI2pKCuA25r3N3zbG+Wr2WzCSio
> > > > +rMqp6hZcqhCwPo2PtG2xxJdoqLtN/eT/
> > > > qXryrhPKpXzWcrpWplpFgKVsZCoadfbYHH9SaEW81UB0N0FB0RKpLwP/9k=") with of
> > > > course, removed newlines that occured while copying the text from the
> > > > txt file.
>
> > > > Thanks for the assistance, I believe the engineering team will find
> > > > out why I'm having those problems.
>
> > > > On Aug 27, 8:54 pm, AdWords API Advisor <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > Hello,
>
> > > > >  I see that you're not including any information about the icon to use
> > > > > with the ad--I wonder if the SOAP service is, by default, trying to
> > > > > read the  element but not finding it. In my request
> > > > > I do specify a customIcon elemen

AdWords API Re: Is there a way to add businesses through the API?

2008-09-03 Thread veseo

Hello,

Thanks for the answer.

On Sep 3, 6:08 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  There is unfortunately no way to add a new business association in
> the Local Business Center via the AdWords API. I'm afraid that I can't
> comment on whether this functionality will make it into a future
> version of the API, but I can pass along the feedback to our product
> team.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Sep 1, 7:18 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello, I have one question about businesses, as I have some unclear
> > spots about them. As far as I understand, a LocalBusinessAd "belongs"
> > to a Business and is connected to it through the Business Key. So,
> > there should be a way for a user to add a new Business and later
> > obtain the list of his businesses with getMyBusiness call. Am I right?
> > If yes, is there a way to add a new Business through the API and if
> > yes, how? The documentation doesn't say anything about adding a new
> > business, only for getting current ones and finding new ones. Is
> > support for that planned for a future version of the webservice?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-09-03 Thread veseo

Hello,

Sorry for not clarifying that before, yes, I'm trying that in Sandbox
environment. I guess then really discrepancies between the Sandbox and
Production environments are causing the issues. Again, sorry for not
clarifying that again and thanks for your help, I think we are close
to "unraveling the mystery" :)

On Sep 3, 6:05 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  Sorry for the delay in getting back to you. Unfortunately, we can't
> find any records of that request id in our Production logs--are you
> making your requests against the Sandbox environment by any chance? I
> should have enquired about that earlier, because perhaps the issues
> you're running into are due to discrepancies between the Sandbox and
> Production environments.
>
>  The sample requests I've been passing along work against the
> Production environment, based on my tests. Can you ensure that you're
> trying them in Production?
>
>  If there is a discrepancy between the Sandbox and Production then
> that is obviously something that we'll try to resolve, but it's a
> different issue from what we were initially looking into.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 28, 2:59 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > Thanks for the answer. No luck using either customIcon nor stockIcon.
> > I even (by mistake) tried using stockIcon with an  element and
> > it threw, as expected, "SimpleDeserializer encountered a child
> > element, which is NOT expected, in something it was trying to
> > deserialize" error. Here are two of the requests,
>
> > http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v12">54fda046368de341df11f2bf42f3a9da
>
> > this one is using a stockIcon Standard_1, while this one:
>
> > http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
> > adwords/v12">156347e3a2cc163d4e16de5112ae58a9
>
> > is using the string you provided for the custom Icon earlier ("/9j/
> > 4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKggAAAD//
> > gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/
> > 9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/
> > 9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/
> > 8AAEQgAEAAQAwEiAAIRAQMRAf/EABYAAQEBAAYHCP/
> > EACIQAAEDBAIDAQEAAAIBAwUEERIhAAcGEzEzQf/
> > EABQBAQD/xAAUEQEA/
> > 9oADAMBAAIRAxEAPwDZD5k2w4YBmYiqiN7ZLb5/eA+suyU8tlq
> > +CkYKphJihupsOKZA4KI2pKCuA25r3N3zbG+Wr2WzCSio
> > +rMqp6hZcqhCwPo2PtG2xxJdoqLtN/eT/
> > qXryrhPKpXzWcrpWplpFgKVsZCoadfbYHH9SaEW81UB0N0FB0RKpLwP/9k=") with of
> > course, removed newlines that occured while copying the text from the
> > txt file.
>
> > Thanks for the assistance, I believe the engineering team will find
> > out why I'm having those problems.
>
> > On Aug 27, 8:54 pm, AdWords API Advisor <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hello,
>
> > >  I see that you're not including any information about the icon to use
> > > with the ad--I wonder if the SOAP service is, by default, trying to
> > > read the  element but not finding it. In my request
> > > I do specify a customIcon element, but you should be able to provide a
> > > value for stockIcon instead:
>
> > >  http://www.google.com/apis/adwords/developer/LocalBusinessAd.html#sto...
>
> > > Do you get different results when you do that? If specifying an icon
> > > doesn't make any difference, could you please provide the value of the
> > > requestId SOAP response header for the associated SOAP fault and I'll
> > > open up a bug with the engineering team to investigate why your
> > > request is being rejected.
>
> > > Cheers,
> > > -Jeff Posnick, AdWords API Team
>
> > > On Aug 27, 7:49 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > > > Hello,
>
> > > > thanks for the answer. Here's what my SOAP request:
>
> > > > 74734 > > > adGroupId>LocalBusinessAdA Business
> > > > Corp./9j/4AAQSkZJRgABAQEASABIAAD/
> > > > 4QAWRXhpZgAATU0AKggAAAD//
> > > > gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q9sAQwAFAwQEBAMFBAQEBQU

AdWords API Re: Basic Questions

2008-09-03 Thread veseo

Hello,

I'd like to ask one basic question too, if the author doesn't mind? Is
every user allowed to add new businesses, and if yes - how is it done
with the API. Documentation says nothing about that so I'm confused.
I'm still trying to figure out why I'm having adding images when I'm
adding a new LocalBusinessAd. Thanks in advance.

On Sep 2, 9:10 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> (a) The data is updated periodically, as you might have guessed.
> However, the period can vary and the exact interval at which the data
> is updated isn't something we publicize.
>
> (b) The results returned via the AdWords API's Traffic Estimator
> service are not meant to replicate the results returned via the
> AdWords web interface's similar tool. However, the results from the
> AdWords API aren't "out of sync"; the nature of an estimate is that it
> is based on a number of underlying assumptions, and the current
> implementations happen to vary somewhat on those assumptions and can
> lead to different results. If you follow the guidelines outlined at
>
>  http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-expl...
>
> you should get results you can rely on.
>
> (c) There should be sample code illustrating how to use the traffic
> estimator service included along with the client libraries which we
> make available:
>
>  http://www.google.com/apis/adwords/clients.html
>
> and if you want to look at a generic implementation of how to call the
> service from a representative SOAP toolkit in a given language, look
> at the examples at
>
>  http://www.google.com/apis/adwords/samples.html
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 27, 2:27 pm, cricketvoice <[EMAIL PROTECTED]> wrote:
>
> > Just getting started...
>
> > (a) How frequently is the traffic estimator data updated
> > (b) Is the API in sync with the data...I heard there were some issues
> > with search on here versus calling via API
> > (c) Are there pre-made codes that I can copy and paste available on
> > here?
>
> > Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Is there a way to add businesses through the API?

2008-09-01 Thread veseo

Hello, I have one question about businesses, as I have some unclear
spots about them. As far as I understand, a LocalBusinessAd "belongs"
to a Business and is connected to it through the Business Key. So,
there should be a way for a user to add a new Business and later
obtain the list of his businesses with getMyBusiness call. Am I right?
If yes, is there a way to add a new Business through the API and if
yes, how? The documentation doesn't say anything about adding a new
business, only for getting current ones and finding new ones. Is
support for that planned for a future version of the webservice?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-08-27 Thread veseo

Hello,

Thanks for the answer. No luck using either customIcon nor stockIcon.
I even (by mistake) tried using stockIcon with an  element and
it threw, as expected, "SimpleDeserializer encountered a child
element, which is NOT expected, in something it was trying to
deserialize" error. Here are two of the requests,

http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v12">54fda046368de341df11f2bf42f3a9da

this one is using a stockIcon Standard_1, while this one:

http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v12">156347e3a2cc163d4e16de5112ae58a9

is using the string you provided for the custom Icon earlier ("/9j/
4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKggAAAD//
gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/
9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/
9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e/
8AAEQgAEAAQAwEiAAIRAQMRAf/EABYAAQEBAAYHCP/
EACIQAAEDBAIDAQEAAAIBAwUEERIhAAcGEzEzQf/
EABQBAQD/xAAUEQEA/
9oADAMBAAIRAxEAPwDZD5k2w4YBmYiqiN7ZLb5/eA+suyU8tlq
+CkYKphJihupsOKZA4KI2pKCuA25r3N3zbG+Wr2WzCSio
+rMqp6hZcqhCwPo2PtG2xxJdoqLtN/eT/
qXryrhPKpXzWcrpWplpFgKVsZCoadfbYHH9SaEW81UB0N0FB0RKpLwP/9k=") with of
course, removed newlines that occured while copying the text from the
txt file.

Thanks for the assistance, I believe the engineering team will find
out why I'm having those problems.


On Aug 27, 8:54 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  I see that you're not including any information about the icon to use
> with the ad--I wonder if the SOAP service is, by default, trying to
> read the  element but not finding it. In my request
> I do specify a customIcon element, but you should be able to provide a
> value for stockIcon instead:
>
>  http://www.google.com/apis/adwords/developer/LocalBusinessAd.html#sto...
>
> Do you get different results when you do that? If specifying an icon
> doesn't make any difference, could you please provide the value of the
> requestId SOAP response header for the associated SOAP fault and I'll
> open up a bug with the engineering team to investigate why your
> request is being rejected.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 27, 7:49 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > thanks for the answer. Here's what my SOAP request:
>
> > 74734 > adGroupId>LocalBusinessAdA Business
> > Corp./9j/4AAQSkZJRgABAQEASABIAAD/
> > 4QAWRXhpZgAATU0AKggAAAD//
> > gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e8AAEQgAYABgAwEiAAIRAQMRAfEABsAAQADAQEBAQAGBwgFAgkE8QANRAAAQIFAwIFAQQLAQIDAAQFBhEHEiEIMRMUIkFRYQkjMlIVF0JTVnFzgYKRlPEABQBAQDxAAUEQEA9oADAMBAAIRAxEAPwDZcIQgEIQgEIQgEIQgEIQgEIQgEIQgEIQgECcCEV1GU2q1fRC66bQ5SZm6jMSJRLsy6SXFq3J4SBzmAsDIxAHMfLL9Uetv8D3dzOxO7E6ptV7ISzQq4xL1piRyy4zU2lomk4z6S4CFbh29QJ4xAfRKEUdod1L2XqXUkUR9h23q4sDwZWadStuYOMkNuDGSMHghJPtnnF4wCEIQCEIQCEAQY8OuIaTucUEjIGScck4EB7iJaxVe4KDpjXqvasqubrcrK75NlMuXite4DAQOVcE8CJaDkZgDmAxTbAFp3FT5nyl6WHKrcTw4ZJ5cstJpuBX
> > +siIB1S3PYGprVM1JsuY8pWEBMrWqZMNhuYH7p78rgGCgqSTx4ecRv25bWtu5pZUvcNCptVaKSnE3LIdwD8FQyO57RkLqS6UaZRKBVr1sCdXLysgwubm6TNL3JQ0hJUstOHngAnarOecK7CAh18aa0q9EpPWnT
> > +TRI1SURsuKkyjZS2Hm8Bx5lKeEezhSONqsjBBzo3ox1bVqNYBo9YmHXrioSENTTjpyqZaOQ27n3OBtV75GT
> > +KKv8As8L+p5kKvpjPNtpmHXXKjKKUeH0lKEOt4PuAkK
> > +oKviI90sJfsDrEuCxVbksTRnpJtJGNyWyXml4+qEEwCUBuqEIQCEIQFC3LYt20K6Jyo6d0aXpLExUVFTkjLMBxbflpMN5BWj7oOomSpOeSc7TnMe6PbmohrjcVkV2acD6Gm3X5hgJ8FM3LuKU62lZAynxtoSVfhBwnIAveEBnq4prUO26TS2qpWaz402htLQTNyjKnltMDw8HlbSVeOClOVZUCMgZFzW401b9vzJqMwJdr9JTr5cmVJQAHpt1aedxGPvABzk8cA8DvKSCckcxAeoqnIq2iN105yoyVNSIFPmpxZQy36gQVqAJA4xnB7wEikutG86dbWhtbpa6k0xVaywJSTl948R5KlpDuB
> > +UIKsntz9RGTNI
> > +p2wDTqlGgPeUuOmMjZLInVKK5cAEAIcSclGcek54GBtiMyFxSOrGrormr94KpNOdUFPONsOLCWwfTLspQFeGME
> > +o9uSdyjyHJsV6rad3XYtbnWpWYmPONLQMb2m5hTTyM9jlKVARX94vzStxFb
> > +0LrNQ82HRLTdQLa0YIUEsKZCePgHH8xEJ6v7301uOXs229MihVMt6XmWiWpdbTQDhaKUp3gKUfQoknuVZySTFq9AWmtZZqFT1TuJqYbM
> > +wpinF8UwFrCnXznnBKUgH3yoGQ2DCEIBCEIBCEIBHEvy2Kdedn1K16suYRI1FnwX1MLCXAnIPpJBAPHwY7ceXXENNKdcWlCEDKlKOAB8kwFS2J04aR2kyQza7FYmCFBUxV8TSiD7bVDYMexCQfrEK160j6dbQth
> > +67mt5NLS36WWabNLZXNOYO1pDYVtyfkAYAyTgR
> > +zXDqnsqy5ebplrPt3JcKMoSlnmUYX8uOA4Vj8qMBKe8UHathav9TF1SN0XrNPylsJUQmbUgNNIaz6kSzX7RJGN
> > +COOScYgOX0iaYy+o+r7lemKGWbQpD6plT

AdWords API Re: One or more input elements failed validation.

2008-08-27 Thread veseo

Hello,

thanks for the answer. Here's what my SOAP request:

74734LocalBusinessAdA Business
Corp./9j/4AAQSkZJRgABAQEASABIAAD/
4QAWRXhpZgAATU0AKggAAAD//
gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e9sAQwEFBQUHBgcOCAgOHhQRFB4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e8AAEQgAYABgAwEiAAIRAQMRAfEABsAAQADAQEBAQAGBwgFAgkE8QANRAAAQIFAwIFAQQLAQIDAAQFBhEHEiEIMRMUIkFRYQkjMlIVF0JTVnFzgYKRlPEABQBAQDxAAUEQEA9oADAMBAAIRAxEAPwDZcIQgEIQgEIQgEIQgEIQgEIQgEIQgEIQgECcCEV1GU2q1fRC66bQ5SZm6jMSJRLsy6SXFq3J4SBzmAsDIxAHMfLL9Uetv8D3dzOxO7E6ptV7ISzQq4xL1piRyy4zU2lomk4z6S4CFbh29QJ4xAfRKEUdod1L2XqXUkUR9h23q4sDwZWadStuYOMkNuDGSMHghJPtnnF4wCEIQCEIQCEAQY8OuIaTucUEjIGScck4EB7iJaxVe4KDpjXqvasqubrcrK75NlMuXite4DAQOVcE8CJaDkZgDmAxTbAFp3FT5nyl6WHKrcTw4ZJ5cstJpuBX
+siIB1S3PYGprVM1JsuY8pWEBMrWqZMNhuYH7p78rgGCgqSTx4ecRv25bWtu5pZUvcNCptVaKSnE3LIdwD8FQyO57RkLqS6UaZRKBVr1sCdXLysgwubm6TNL3JQ0hJUstOHngAnarOecK7CAh18aa0q9EpPWnT
+TRI1SURsuKkyjZS2Hm8Bx5lKeEezhSONqsjBBzo3ox1bVqNYBo9YmHXrioSENTTjpyqZaOQ27n3OBtV75GT
+KKv8As8L+p5kKvpjPNtpmHXXKjKKUeH0lKEOt4PuAkK
+oKviI90sJfsDrEuCxVbksTRnpJtJGNyWyXml4+qEEwCUBuqEIQCEIQFC3LYt20K6Jyo6d0aXpLExUVFTkjLMBxbflpMN5BWj7oOomSpOeSc7TnMe6PbmohrjcVkV2acD6Gm3X5hgJ8FM3LuKU62lZAynxtoSVfhBwnIAveEBnq4prUO26TS2qpWaz402htLQTNyjKnltMDw8HlbSVeOClOVZUCMgZFzW401b9vzJqMwJdr9JTr5cmVJQAHpt1aedxGPvABzk8cA8DvKSCckcxAeoqnIq2iN105yoyVNSIFPmpxZQy36gQVqAJA4xnB7wEikutG86dbWhtbpa6k0xVaywJSTl948R5KlpDuB
+UIKsntz9RGTNI
+p2wDTqlGgPeUuOmMjZLInVKK5cAEAIcSclGcek54GBtiMyFxSOrGrormr94KpNOdUFPONsOLCWwfTLspQFeGME
+o9uSdyjyHJsV6rad3XYtbnWpWYmPONLQMb2m5hTTyM9jlKVARX94vzStxFb
+0LrNQ82HRLTdQLa0YIUEsKZCePgHH8xEJ6v7301uOXs229MihVMt6XmWiWpdbTQDhaKUp3gKUfQoknuVZySTFq9AWmtZZqFT1TuJqYbM
+wpinF8UwFrCnXznnBKUgH3yoGQ2DCEIBCEIBCEIBHEvy2Kdedn1K16suYRI1FnwX1MLCXAnIPpJBAPHwY7ceXXENNKdcWlCEDKlKOAB8kwFS2J04aR2kyQza7FYmCFBUxV8TSiD7bVDYMexCQfrEK160j6dbQth
+67mt5NLS36WWabNLZXNOYO1pDYVtyfkAYAyTgR
+zXDqnsqy5ebplrPt3JcKMoSlnmUYX8uOA4Vj8qMBKe8UHathav9TF1SN0XrNPylsJUQmbUgNNIaz6kSzX7RJGN
+COOScYgOX0iaYy+o+r7lemKGWbQpD6plTD2XWlLzlmWKlD14yFKyOQnkDcI
+ibLbbLSGmkJQ2hISlKRgJA7AD2EceybWodm21J27bsg1JU6URtbbQOSfdSj3Uonkk8kx2oBCEIBCEIBCEIBER1mtefvXS64LVpkxLy85UpQsNOPlQbSSQfUUgnGB7AxLoQGddHOk6x7PdTUbpWm7KmkpUhMwzslWjjnDWSF8+68jtwI0PLstS7CGGG0NNNpCUIQkBKQOwAHYR7hAIQhAIQhAf2Q==imagepdvQA/
[EMAIL PROTECTED]@A Business Corp.!d@(650) 250-!
[EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED] [EMAIL PROTECTED]@[EMAIL 
PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@USChoose from our
delicious range nowPre-order or delivered
to your doorhttp://www.dominos.co.uk/www.dominos.co.ukenUS

And here's the response I get:

 
  
   https://adwords.google.com/api/
adwords/v12">
59
This image is not of legal dimensions.
image.data
0

false



   
  
 

This is using exactly the base64 encoded string you provided. The
problem is not with the headers, I use the same throughout the sandbox
with no problems. Probably I'm missing some field or something? Can I
use A Business Corp. in the sandbox or should I register my own
business there? I don't think it would put out a image dimensions
error message when the problem lies in the business key, but who
knows?

Thanks for the help!

On Aug 26, 7:22 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  Well, here's what my SOAP request looks like. (This particular
> request will end up failing because Domino's Pizza is a trademark I
> don't have permission to use, but I don't have my own business
> registered in the Local Business Center.)
>
>  http://sites.google.com/site/awapistuff/Home/soap.txt
>
> Does your base-64 encoded text look identical?
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 26, 2:44 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > thanks for the answer. I still had no luck with those pictures, how do
> > you encode them? After getting their contents with file_get_contents()
> > I base64_encode() them and send that result to the sandbox:
>
> > $business_image = file_get_contents('/home/vis/Pictures/
> > lba_image.jpg');
> > $business_key = "pdvQA/[EMAIL PROTECTED]@A Business
> > Corp.!d@(650) [EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED] [EMAIL 
> > PROTECTED]
> > [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@";
>
> > $local_business_ad =
> >     '' . $ad_group_id . '' .
> >     'LocalBusinessAd
> >     A Business Corp.' .
> >     '' .
> >     '   ' . base64_encode($business_image) . '
> >         image' .
> >     ''.
> >     '' . $business_key . '
> >     US' .
> > 

AdWords API Re: One or more input elements failed validation.

2008-08-25 Thread veseo

Hello,

thanks for the answer. I still had no luck with those pictures, how do
you encode them? After getting their contents with file_get_contents()
I base64_encode() them and send that result to the sandbox:

$business_image = file_get_contents('/home/vis/Pictures/
lba_image.jpg');
$business_key = "pdvQA/[EMAIL PROTECTED]@A Business
Corp.!d@(650) [EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@";

$local_business_ad =
'' . $ad_group_id . '' .
'LocalBusinessAd
A Business Corp.' .
'' .
'   ' . base64_encode($business_image) . '
image' .
''.
'' . $business_key . '
US' .
'Standard_1' .
'Choose from our delicious range now' .
'Pre-order or delivered to your door' .
'http://www.dominos.co.uk/' .
'www.dominos.co.uk';

Am I doing something wrong? I guess it's some small mistake but I
really would like to found out why does that happen. Thanks for your
help so far!


On Aug 25, 6:53 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  I've used the following images:
>
>  http://sites.google.com/site/awapistuff/Home/lba_icon.jpg
>  http://sites.google.com/site/awapistuff/Home/lba_image.jpg
>
> (Compliments re: my l33t skillz with GIMP's paintbrush tool can be
> directed to /dev/null).
>
>  Any luck with those? I'm not exactly sure what the difference in the
> image files that leads to acceptance or rejection would be, but on my
> to-do list is to simulate some failures and ping the engineering team
> about them to figure out exactly why the AdWords API service is
> rejecting them.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 25, 3:55 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I had no luck with the same code and just using a jpg picture. Could
> > you please point me an image you have tested to work? Here are my
> > variables, all the rest is the sample code:
>
> >   $ad_group_id = '74734';
> >   $business_image = file_get_contents('/home/vis/Pictures/asd.jpg');
> >   $business_key = "pdvQA/[EMAIL PROTECTED]@A
> > Business Corp.!d@(650) [EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED]
> > [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@1219393672000!d@";
>
> > Also, here's the image I'm 
> > using:http://img81.imageshack.us/my.php?image=asdov5.jpg
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-08-25 Thread veseo


Hello,

I had no luck with the same code and just using a jpg picture. Could
you please point me an image you have tested to work? Here are my
variables, all the rest is the sample code:

  $ad_group_id = '74734';
  $business_image = file_get_contents('/home/vis/Pictures/asd.jpg');
  $business_key = "pdvQA/[EMAIL PROTECTED]@A
Business Corp.!d@(650) [EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@1219393672000!d@";

Also, here's the image I'm using:
http://img81.imageshack.us/my.php?image=asdov5.jpg

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-08-25 Thread veseo

Hello,

Thanks for the answer. I tried with 96x96 "business image", even with
16x16 "business image" but no luck - still the same message. I'm
wondering if the filetype (.png) is a problem, I'll now try with .jpg
and .gif but I doubt it.

On Aug 22, 7:02 pm, AdWords API Advisor <[EMAIL PROTECTED]>
wrote:
> Hello,
>
>  When testing the code samples for the local image ad addition, I used
> a 16x16 "icon" image and a 96x96 "business" image successfully. Could
> you try those dimensions? It may be that the developer's guide needs
> to be updated due to changes in what the local business backend
> supports.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On Aug 22, 8:16 am, veseo <[EMAIL PROTECTED]> wrote:
>
> > As I'm almost sure the problem lies in validating images, I decided to
> > try the sample code provided in the developers guide and I got some
> > problems validating images. I get this error:
>
> > New local business ad was not created due to the following policy
> > violations: Error in field: image.data
> > isExemptable: false
> > Detail:This image is not of legal dimensions.
> > Index:0
> > Trigger:
> > Code:59
>
> > When I use these values for custom icon and business image variables:
>
> > $business_image = file_get_contents('/home/vis/Pictures/asd.png'); //
> > this one is exactly 125x125
> > $custom_icon = file_get_contents('/home/vis/Pictures/cust.png'); //
> > this one is exactly 16x16
>
> > I also tried setting them to an online link with different sizes (all
> > of them below the limits, 125x125 and 16x16) but still no luck. Is
> > there some rules for the images I provide to the  and
> >  fields, except that they need to be base64_encode()-ed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: One or more input elements failed validation.

2008-08-22 Thread veseo

As I'm almost sure the problem lies in validating images, I decided to
try the sample code provided in the developers guide and I got some
problems validating images. I get this error:

New local business ad was not created due to the following policy
violations: Error in field: image.data
isExemptable: false
Detail:This image is not of legal dimensions.
Index:0
Trigger:
Code:59

When I use these values for custom icon and business image variables:

$business_image = file_get_contents('/home/vis/Pictures/asd.png'); //
this one is exactly 125x125
$custom_icon = file_get_contents('/home/vis/Pictures/cust.png'); //
this one is exactly 16x16

I also tried setting them to an online link with different sizes (all
of them below the limits, 125x125 and 16x16) but still no luck. Is
there some rules for the images I provide to the  and
 fields, except that they need to be base64_encode()-ed?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API One or more input elements failed validation.

2008-08-22 Thread veseo

I'm quite new in developing nusoap applications, but now I need to add
an LocalBusinessAd.

These are the constants I use for the example:

$STATIC_BUSINESS_IMAGE_PATH = "/home/vis/Pictures/
61784_small_1211883307.jpg";
$STATIC_BUSINESS_KEY = "pdvQA/[EMAIL PROTECTED]@A
Business Corp.!d@(650) [EMAIL PROTECTED] Amphitheatre [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@1219393672000!d@";
$STATIC_CUSTOM_ICON = "/home/vis/Pictures/imgad.gif";

The rest are input from a simple POST form.

And here's the part where I generate the request string that I will
send to the call() method after that:




'.$_POST['agid'].'
LocalBusinessAd


'.base64_encode($STATIC_BUSINESS_IMAGE_PATH).'


'.$STATIC_BUSINESS_KEY.'

'.$_POST['cc'].'


'.base64_encode($STATIC_CUSTOM_ICON).'


'.$_POST['desc1'].'

'.$_POST['desc2'].'

'.$_POST['url'].'

'.$_POST['url'].'



When I var_dump the result from the call() method, I get that:

array
  'faultcode' => string 'soapenv:Server.userException' (length=28)
  'faultstring' => string 'One or more input elements failed
validation.' (length=45)
  'detail' =>
array
  'fault' =>
array
  'code' => string '122' (length=3)
  'message' => string 'One or more input elements failed
validation.' (length=45)
  'errors' =>
array
  ...

Any ideas? If you need more info, I'll gladly provide it, as I said
I'm new in nusoap applications.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---