Cannot create Rule Based Remarketing List

2015-01-05 Thread Victor Andrey
 

I am trying to create a rule based remarketing list and the api keeps on 
throwing an exception. 

And to confirm, I even tried exactly the same example as described here:

https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201409/remarketing/add_rule_based_user_lists.rb

Though,  I still get the exception.

I have attached the soap request and response.

Could anyone assist on this one ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/23a19bf7-1f26-4cf7-a0ac-bd65e2541e41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


soap_request.xml
Description: XML document


soap_response.xml
Description: XML document


Re: The cost is different between web view and ACCOUNT_PERFORMANCE_REPORT

2015-01-05 Thread Stan Wang












在 2015年1月5日星期一UTC+8下午11时03分27秒,Josh Radcliff (AdWords API Team)写道:
>
> Hi,
>
> I still do not see a mismatch between the API reports and the UI, and 
> unfortunately the original screen shots above are not displaying. Could you 
> re-send the screenshots that show the mismatch, *as well as* the report 
> requests you are sending to the API? You can send these *directly to me* by 
> clicking *Reply to Author* on this message.
>
> Thanks,
> Josh, AdWords API Team
>
> On Saturday, January 3, 2015 10:46:24 PM UTC-5, Stan Wang wrote:
>>
>> The client customer ID is in Top posts,张君峰 is one of my colleagues,we ask 
>> the same client error。
>>
>> 在 2014年12月30日星期二UTC+8下午11时00分49秒,Josh Radcliff (AdWords API Team)写道:
>>>
>>> Hi,
>>>
>>> I'm seeing a match between costs from the ACCOUNT_PERFORMANCE_REPORT and 
>>> the UI for the month of December for the account ending in 0325. If you are 
>>> still seeing a mismatch, could you send the following *only to me* by 
>>> clicking *Reply to Author* so I can investigate further?
>>>
>>>- The client customer ID (xxx-xxx-)
>>>- The API report request you are sending
>>>- A screenshot of the UI that shows different costs from the API 
>>>report
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, December 29, 2014 7:59:15 PM UTC-5, Stan Wang wrote:

 Hi~ Danial:
 
I cheked this account is no shared ads or video ads.

 在 2014年12月24日星期三UTC+8下午6时31分38秒,Danial Klimkin写道:
>
> Hello,
>
>
> The API does not supported the following objects:
>
> 1. Shared Ads
> 2. Video campaigns.
>
> If you use any of those on the account, your cost data will differ.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, December 24, 2014 9:39:19 AM UTC+3, 张君峰 wrote:
>>
>> clientCustomerId:627-689-0325
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5a3b2e08-c179-4240-bd3d-a4a92169e02f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Has anyone ever sent a raw http Post? I can't find answers anywhere, and am totally stuck.

2015-01-05 Thread Ginger Fenway
No one has responded to a prior post, and I am in such a desperate dilemma 
that I humbly re-submit this request for a assistance.
I am new to development but have tried working this out myself, using 
creative examples found on StackOverflow and the other usual suspects.


*I HAVE AN HTTP POST WHICH WORKS PROPERLY!*

   - Tested on multiple HTTP Client Utilities (such as Rest Console, 
   Postman, PAW, etc).
   - Authentication issues have already been resolved, just need this POST 
   to execute


POST /api/adwords/reportdownload/v201409?__rdquery=SELECT%20CampaignId%2C%
20ClickType%2C%20Impressions%20FROM%20CAMPAIGN_PERFORMANCE_REPORT%20DURING%
20THIS_MONTH&__fmt=CSV HTTP/1.1
Authorization: Bearer xxx
developerToken: xxx
clientCustomerId: xxx
Content-Type: application/octet-stream
Host: adwords.google.com




*WHAT I NEED HELP WITH:*

   - I need this POST within a file which will reside on a local storage 
   device on a desktop machine
   - The file will contain the code required to execute the working HTTP 
   Post Request (pasted above) when opened in a Browser.
  - (again, authentication is not an issue now)
   

*USE CASE:*

   - The user will open the file in the browser,
   - the POST will execute when file is opened/loaded
  - Post happens in the background, no user interaction
   - User sees the returned csv in browser window. 
   

*CONSTRAINTS (My Blockers):*

   - Must Run client side, can not live on an app server or rely on server 
   scripting
   - Must be Browser based for universal desktop deployment
   - If scripting is required, it must rely only on standard resources 
   present on a local desktop machine
  - Which will be running current versions of desktop OS's (OSX and WIN)
   


*BEST POSSIBLE ANSWER:*
(Will you be my hero?)
A detailed example of code, with a POST request formated like the one I 
have above
Because I may have come so close, so many times, yet failed due to 
obscure syntax errors, is it possible that...

   - Someone could paste the complete code example, with comments telling 
   me where to plug in my values?
   - With no assumptions that I would know the 'obvious' tags or headers 
   which might have to wrap around the code?
   

A great big 'Thank You' to anyone who might be able to help.
-Gingy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4c24b63c-d942-45e3-9fc6-2288acdc9170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-05 Thread David Midgley
Hi Josh

Unfortunately I don't have a copy of a past response but I could recreate a 
past request. Would that be useful?

This incident has prompted me to save all report files generated from the 
API into an audit trail as of today, but that's a little late!

Cheers

David

On Monday, 5 January 2015 22:06:35 UTC, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi David,
>
> Thanks for confirming that you have a similar use case to Lloyd's. I don't 
> have an ETA for when or if this will be fixed, but one thing that would 
> help greatly in our investigation would be if you have a sample report 
> request *and* response for a request you ran in the past with both *Id* and 
> *KeywordId* where you received non-zero values for the analytics columns. 
> If you have such a sample, please send that *only to me* by clicking *Reply 
> to Author* on this message.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, January 5, 2015 12:53:11 PM UTC-5, David Midgley wrote:
>>
>> Hi Josh
>>
>> Thanks for your quick response!
>>
>> Yes I am including KeywordId and Id as this is the only report I know of 
>> that allows you to split by keyword/ad combination. If there is another 
>> report that allows you to do this please let me know as this is crucial to 
>> the analysis we need to perform.
>>
>> Do you know if this bug is likely to be fixed any time soon?
>>
>> Cheers
>>
>> David
>>
>> On Monday, 5 January 2015 17:45:13 UTC, Josh Radcliff (AdWords API Team) 
>> wrote:
>>>
>>> Hi David,
>>>
>>> Could you confirm that you are only seeing zero values when your 
>>> AD_PERFORMANCE_REPORT request includes both *KeywordId* *and* *Id* (ad 
>>> ID)? If that's the case, then it sounds like you have encountered the same 
>>> error that Lloyd discovered.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, January 5, 2015 10:26:12 AM UTC-5, David Midgley wrote:

 Hi Josh

 I'm seeing the same thing, I was just about to post this question 
 before I noticed Lloyd's question:


 I'm getting zero values via the API for:

 - AveragePageviews
 - AverageTimeOnSite
 - BounceRate
 - PercentNewVisitors

 in a AD_PERFORMANCE_REPORT. According to the Reports Reference 
 documentation these columns are available and I don't get an error in my 
 report submission, just zero values.

 This is happening across multiple clients where I previously had values 
 and the data disappeared on 9-10 December.

 This doesn't appear to be a time lag issue as I've tried re-importing 
 the whole of December today and now I have no analytics data since 30 
 November!

 Is anyone else experiencing this? Has anything changed in the way 
 analytics data is integrated into AdWords reporting?

 Just to reiterate, I was getting analytics data with no problems prior 
 to 9/10 December and my report definitions have not changed.

 Cheers

 David




 On Tuesday, 30 December 2014 14:50:19 UTC, Josh Radcliff (AdWords API 
 Team) wrote:
>
> Hi Lloyd,
>
> I've contacted the reporting team to get more details on why 
> *KeywordId* in combination with the Ad ID returns zeros for Google 
> Analytics metrics. I'll post back here as soon as I hear from them.
>
> Thanks,
> Josh, AdWords API Team
>
> On Sunday, December 28, 2014 5:28:33 PM UTC-5, Lloyd Davies wrote:
>>
>> Hi Josh
>>
>> Sorry for the delay responding to you on this.
>>
>> Yes, KeywordId is included in my search and if I remove it I do get 
>> back bounce rate data, so you are right that KeywordId is the cause. The 
>> curious thing is that I have been using KeywordId successfully since 
>> October and it has only recently stopped working... Did I just get lucky 
>> for a few months?
>>
>> Thanks,
>> Lloyd
>>
>>
>> On Friday, December 19, 2014 5:57:45 PM UTC, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Lloyd,
>>>
>>> Did you change your report request recently to include the 
>>> *KeywordId* field? If you include that field in the API's 
>>> AD_PERFORMANCE_REPORT or segment by *Keywords* in the UI's *Ads* tab, 
>>> those metrics will be returned as zero.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:

 Hi

 In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently 
 these metrics have been coming back as zero when I request them from 
 the 
 AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It 
 was 
 working fine until recently.

 Has something changed or is there some issue at the moment?

 Thanks,
 Lloyd

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi David,

Thanks for confirming that you have a similar use case to Lloyd's. I don't 
have an ETA for when or if this will be fixed, but one thing that would 
help greatly in our investigation would be if you have a sample report 
request *and* response for a request you ran in the past with both *Id* and 
*KeywordId* where you received non-zero values for the analytics columns. 
If you have such a sample, please send that *only to me* by clicking *Reply 
to Author* on this message.

Thanks,
Josh, AdWords API Team

On Monday, January 5, 2015 12:53:11 PM UTC-5, David Midgley wrote:
>
> Hi Josh
>
> Thanks for your quick response!
>
> Yes I am including KeywordId and Id as this is the only report I know of 
> that allows you to split by keyword/ad combination. If there is another 
> report that allows you to do this please let me know as this is crucial to 
> the analysis we need to perform.
>
> Do you know if this bug is likely to be fixed any time soon?
>
> Cheers
>
> David
>
> On Monday, 5 January 2015 17:45:13 UTC, Josh Radcliff (AdWords API Team) 
> wrote:
>>
>> Hi David,
>>
>> Could you confirm that you are only seeing zero values when your 
>> AD_PERFORMANCE_REPORT request includes both *KeywordId* *and* *Id* (ad 
>> ID)? If that's the case, then it sounds like you have encountered the same 
>> error that Lloyd discovered.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, January 5, 2015 10:26:12 AM UTC-5, David Midgley wrote:
>>>
>>> Hi Josh
>>>
>>> I'm seeing the same thing, I was just about to post this question before 
>>> I noticed Lloyd's question:
>>>
>>>
>>> I'm getting zero values via the API for:
>>>
>>> - AveragePageviews
>>> - AverageTimeOnSite
>>> - BounceRate
>>> - PercentNewVisitors
>>>
>>> in a AD_PERFORMANCE_REPORT. According to the Reports Reference 
>>> documentation these columns are available and I don't get an error in my 
>>> report submission, just zero values.
>>>
>>> This is happening across multiple clients where I previously had values 
>>> and the data disappeared on 9-10 December.
>>>
>>> This doesn't appear to be a time lag issue as I've tried re-importing 
>>> the whole of December today and now I have no analytics data since 30 
>>> November!
>>>
>>> Is anyone else experiencing this? Has anything changed in the way 
>>> analytics data is integrated into AdWords reporting?
>>>
>>> Just to reiterate, I was getting analytics data with no problems prior 
>>> to 9/10 December and my report definitions have not changed.
>>>
>>> Cheers
>>>
>>> David
>>>
>>>
>>>
>>>
>>> On Tuesday, 30 December 2014 14:50:19 UTC, Josh Radcliff (AdWords API 
>>> Team) wrote:

 Hi Lloyd,

 I've contacted the reporting team to get more details on why 
 *KeywordId* in combination with the Ad ID returns zeros for Google 
 Analytics metrics. I'll post back here as soon as I hear from them.

 Thanks,
 Josh, AdWords API Team

 On Sunday, December 28, 2014 5:28:33 PM UTC-5, Lloyd Davies wrote:
>
> Hi Josh
>
> Sorry for the delay responding to you on this.
>
> Yes, KeywordId is included in my search and if I remove it I do get 
> back bounce rate data, so you are right that KeywordId is the cause. The 
> curious thing is that I have been using KeywordId successfully since 
> October and it has only recently stopped working... Did I just get lucky 
> for a few months?
>
> Thanks,
> Lloyd
>
>
> On Friday, December 19, 2014 5:57:45 PM UTC, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Lloyd,
>>
>> Did you change your report request recently to include the 
>> *KeywordId* field? If you include that field in the API's 
>> AD_PERFORMANCE_REPORT or segment by *Keywords* in the UI's *Ads* tab, 
>> those metrics will be returned as zero.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:
>>>
>>> Hi
>>>
>>> In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently 
>>> these metrics have been coming back as zero when I request them from 
>>> the 
>>> AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It 
>>> was 
>>> working fine until recently.
>>>
>>> Has something changed or is there some issue at the moment?
>>>
>>> Thanks,
>>> Lloyd
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a

Re: ConversionTrackerService

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi,

Unfortunately, the API won't give you the history of names for conversions, 
and reports will only give you the current name for each conversion since 
the *ConversionTypeName* field is an *Attribute* field.

I think that the best you can do at this point would be to run the 
ACCOUNT_PERFORMANCE_REPORT periodically to get the latest ID -> name 
mapping for conversion types, and use that mapping when processing 
reporting data. This won't help, though, if users rename the conversion 
types in the middle of your sync process. I've been trying to come up with 
a solution for that issue, but so far I haven't had any luck.

Thanks,
Josh, AdWords API Team

On Monday, January 5, 2015 6:34:09 AM UTC-5, Zweitze wrote:
>
> Hi,
>
> Thanks for the answers, and identifying the current max length.
>
> I have one follow up question:
> However, conversion names should be unique among user-defined conversion 
> types so the name alone should suffice to identify the conversion type. If 
> you need to find the ID that corresponds to a given name then you will have 
> to use *ConversionTrackerService* to fetch the name/ID pairs.
>
> Our database repeatedly went corrupt because users changed the conversion 
> name. Nowadays we synchronize our database by deleting old data and 
> obtaining everything again - I guess that is what you are suggesting. Still 
> that doesn't work when a user changes the conversion name *during* the 
> synchronization. We even saw instances where a conversion tracker was 
> renamed twice with an hour - apparently the user made a typing mistake and 
> changed again. In the mean we had corrupt data.
> Do you know how I can get the past names of conversion trackers? As far as 
> I can see, ConversionTrackerService only fetches the current name, not the 
> names in the past.
>
> Thanks in advance!
>
>
> On Tuesday, December 30, 2014 6:34:20 PM UTC+1, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> Please see my responses below in blue.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, December 30, 2014 6:18:04 AM UTC-5, Zweitze wrote:
>>>
>>> Hi, I'm implementing some features offered by the 
>>> ConversionTrackerService, and got stuck with the following questions:
>>>
>>> 1. What is the maximum length of ConversionTracker.name? A long time ago 
>>> I measured a maximum length of 64 for a conversion type, but this service 
>>> returned an entry with length 81. Note that this length is not listed in 
>>> the AdWords API Limits page 
>>> .
>>>
>>  
>> As far as I can tell, the current limit on conversion tracker name length 
>> is 100 characters, but that is subject to change.
>>  
>>
>>> 2. How can I get AdWords tracker ID? I mean the ID mentioned in the 
>>> AdWords script on the site. I assumed that 
>>> AdWordsConversionTracker.originalConversionTypeId got this ID, but its 
>>> value is usually empty, and sometimes 0, 1, 2 or values like that.
>>>
>>
>> Are you referring to the account-level google_conversion_id in the 
>> conversion tracker snippet? If so, you can get that value from 
>> ConversionTrackerService 
>> 
>>  provided 
>> you have an AdWordsConversionTracker 
>> 
>>  in 
>> your account. You'll have to parse the returned snippet 
>> 
>>  field 
>> to get the value, however.
>>
>> If instead you are referring to the *ConversionTypeId* returned by some 
>> reports such as the ACCOUNT_PERFORMANCE_REPORT, you can use 
>> ConversionTrackerService 
>> 
>>  
>> to get your conversion trackers, including their IDs 
>> 
>> .
>>  
>>
>>> 3. When will ConversionTracker.Id be available in the performance 
>>> reports, like CAMPAIGN_PERFORMANCE_REPORT, ADGROUP_PERFORMANCE_REPORT etc.? 
>>> The problem is that those reports only offer the name of the 
>>> conversiontype, but the name can be modified. Do you have any suggestions 
>>> how to deal with the situation?
>>>
>>  
>> I'm not aware of any plans to expose this field in other reports, but I 
>> will pass this suggestion on to the reporting team.
>>
>> 4. While 3) is not implemented, is it possible by the API to lock the 
>>> names of conversion types? For instance a function like 
>>> ConversionTrackerService.lock() that prevents editing a name until it is 
>>> unlocked again?
>>>
>>
>> This is not possible via the API. However, conversion names should be 
>> unique among user-defined conversion types so the name alone should suffice 
>>

Re: How to get campaign budget on given date

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi,

Just an FYI - the documentation for CustomerSyncService 

 now 
explicitly states the 90 day limit.

Cheers,
Josh, AdWords API Team

On Friday, December 19, 2014 10:01:51 AM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> I just received confirmation that my theory below is correct. To avoid 
> this error, please limit your *CustomerSyncService* requests to the last 
> 90 days. We'll update the documentation soon as well to indicate this.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, November 26, 2014 1:33:30 PM UTC-5, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> I think the issue here is that the *CustomerSyncService* may only 
>> support queries for a date range within the last 90 days. I'll post back 
>> once I've confirmed that's correct.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, November 26, 2014 12:05:03 AM UTC-5, seo.allia...@gmail.com 
>> wrote:
>>>
>>> Hey,
>>>
>>>   Campaign ID is 90391873 for which i am trying to get 
>>> CustomerSyncService Response for 7th July 2014.
>>>
>>> On Tuesday, November 25, 2014 9:06:24 PM UTC+5:30, Josh Radcliff 
>>> (AdWords API Team) wrote:

 Hi,

 Could you provide me with the campaign ID in your request?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, November 25, 2014 8:40:21 AM UTC-5, seo.allia...@gmail.com 
 wrote:
>
> Hi Josh,
>
> Thanks a lot for your response. as said in your response, i 
> tried CustomerSyncService to get account history changes. in that i tried 
> fetching history for Date Range 7-July-2014 00:00 AM to 7-July-2014 23:59 
> PM only for single Campaign but i got response as TOO_MANY_CHANGES. when 
> i 
> logged in to adwords account and checked for changes, the only change 
> done 
> was End Date of campaign was modified. There were only 3 rows of changes 
> done on 7th July.
>
> On Thursday, November 20, 2014 1:27:35 AM UTC+5:30, Josh Radcliff 
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> The report behavior is by design -- note that the *Amount* field in 
>> that report is labeled as type *Attribute*. Per the *Behavior* 
>> description 
>> in the Reporting documentation 
>> :
>>
>>
>>> *Attribute*The field contains settings or other fixed data. The 
>>> values returned will always reflect the current state of the account, 
>>> ignoring the timespan of the report. The field is generally 
>>> compatible with zero-impression reports.
>>
>>
>> The API doesn't provide budget amount history. If you want to track 
>> this type of history you can either:
>>
>>1. Run reports on a daily/weekly/monthly basis and store the 
>>results, then compare the changes over time.
>>2. Use CustomerSyncService to detect when a campaign has changed 
>>(see this post on CustomerSyncService 
>>
>>).
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Tuesday, November 18, 2014 9:32:21 AM UTC-5, 
>> seo.allia...@gmail.com wrote:
>>>
>>> Hello all, 
>>>   
>>> Is there any way to get history of budget updates on 
>>> campaign along with date of update. for ex. Campaign#1 has budget of 
>>> $100 
>>> in Oct-2014. now i changed that budget to $250 in Nov-2014 and when i 
>>> am 
>>> trying to get Campaign Performance Report, in Budget i am getting $250 
>>> for 
>>> Oct and Nov. Actually, it should be $100 for Oct and $250 for Nov. in 
>>> short we are getting latest updated budget for particular campaign 
>>> instead 
>>> of history wise?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1f91959-9b88-446a-8499-4c8cd286ea97%40googlegroups.com.
For more options, visit ht

Adding Placements and Placement Level Bidding - via API

2015-01-05 Thread Sam

Hello,

I've made my way through the docs regarding this specific topic and also 
searched for previous questions on the forum, but wanted to confirm a few 
things (for Display Network Only --> Mobile App Install type campaigns):

1) Placement level bidding available via the API?

2) If so, can we only set Max CPC bids via API for placements or CPA is 
also allowed somehow?

3) Can placements be added at the ad level or only the adgroup or campaign 
level via API?

I know there is a placement report type available via the API...if you can 
point me to any other resources regarding placement level bidding and 
adding placements using API that would be great. 

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c1ead8dd-f979-49fc-9c0d-f40bda27c82f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to create ruleBasedUserList

2015-01-05 Thread tgkaushikvtest
hi,

I seem to get to this error every time I try to create a 
ExpressionRuleUserList

Unknown exception with error: Cannot construct an instance of 
com.google.ads.api.services.datax.userlists.rule.RuleItem because it is 
abstract.  You are probably missing an @Uses annotation while invoking 
public abstract 
com.google.ads.api.services.datax.userlists.UserListReturnValue 
com.google.ads.api.services.datax.adwordsuserlist.AdwordsUserListService.mutate(java.util.List)
 
throws com.google.ads.api.services.common.error.ApiException with params 
[[com.google.ads.api.services.datax.adwordsuserlist.v201409.jaxbgen.UserListOperation@7cdd49bf,
 
com.google.ads.api.services.datax.adwordsuserlist.v201409.jaxbgen.UserListOperation@2414daa4]].
 
(AdsCommon::Errors::ApiException)

Also after running an example code from the client 
library(add_rule_based_user_lists.rb) I seem to get the same error. Any 
help would be appreciated.

Thanks,
Kaushik

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/77d64c61-94d8-42bd-b2ae-2f96d57116ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-05 Thread David Midgley
Hi Josh

Thanks for your quick response!

Yes I am including KeywordId and Id as this is the only report I know of 
that allows you to split by keyword/ad combination. If there is another 
report that allows you to do this please let me know as this is crucial to 
the analysis we need to perform.

Do you know if this bug is likely to be fixed any time soon?

Cheers

David

On Monday, 5 January 2015 17:45:13 UTC, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi David,
>
> Could you confirm that you are only seeing zero values when your 
> AD_PERFORMANCE_REPORT request includes both *KeywordId* *and* *Id* (ad 
> ID)? If that's the case, then it sounds like you have encountered the same 
> error that Lloyd discovered.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, January 5, 2015 10:26:12 AM UTC-5, David Midgley wrote:
>>
>> Hi Josh
>>
>> I'm seeing the same thing, I was just about to post this question before 
>> I noticed Lloyd's question:
>>
>>
>> I'm getting zero values via the API for:
>>
>> - AveragePageviews
>> - AverageTimeOnSite
>> - BounceRate
>> - PercentNewVisitors
>>
>> in a AD_PERFORMANCE_REPORT. According to the Reports Reference 
>> documentation these columns are available and I don't get an error in my 
>> report submission, just zero values.
>>
>> This is happening across multiple clients where I previously had values 
>> and the data disappeared on 9-10 December.
>>
>> This doesn't appear to be a time lag issue as I've tried re-importing the 
>> whole of December today and now I have no analytics data since 30 November!
>>
>> Is anyone else experiencing this? Has anything changed in the way 
>> analytics data is integrated into AdWords reporting?
>>
>> Just to reiterate, I was getting analytics data with no problems prior to 
>> 9/10 December and my report definitions have not changed.
>>
>> Cheers
>>
>> David
>>
>>
>>
>>
>> On Tuesday, 30 December 2014 14:50:19 UTC, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Lloyd,
>>>
>>> I've contacted the reporting team to get more details on why *KeywordId* in 
>>> combination with the Ad ID returns zeros for Google Analytics metrics. I'll 
>>> post back here as soon as I hear from them.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Sunday, December 28, 2014 5:28:33 PM UTC-5, Lloyd Davies wrote:

 Hi Josh

 Sorry for the delay responding to you on this.

 Yes, KeywordId is included in my search and if I remove it I do get 
 back bounce rate data, so you are right that KeywordId is the cause. The 
 curious thing is that I have been using KeywordId successfully since 
 October and it has only recently stopped working... Did I just get lucky 
 for a few months?

 Thanks,
 Lloyd


 On Friday, December 19, 2014 5:57:45 PM UTC, Josh Radcliff (AdWords API 
 Team) wrote:
>
> Hi Lloyd,
>
> Did you change your report request recently to include the *KeywordId* 
> field? 
> If you include that field in the API's AD_PERFORMANCE_REPORT or segment 
> by 
> *Keywords* in the UI's *Ads* tab, those metrics will be returned as 
> zero.
>
> Thanks,
> Josh, AdWords API Team
>
> On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:
>>
>> Hi
>>
>> In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently 
>> these metrics have been coming back as zero when I request them from the 
>> AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It was 
>> working fine until recently.
>>
>> Has something changed or is there some issue at the moment?
>>
>> Thanks,
>> Lloyd
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d216db49-ddb3-4b09-9841-d22bc747bc56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi David,

Could you confirm that you are only seeing zero values when your 
AD_PERFORMANCE_REPORT request includes both *KeywordId* *and* *Id* (ad ID)? 
If that's the case, then it sounds like you have encountered the same error 
that Lloyd discovered.

Thanks,
Josh, AdWords API Team

On Monday, January 5, 2015 10:26:12 AM UTC-5, David Midgley wrote:
>
> Hi Josh
>
> I'm seeing the same thing, I was just about to post this question before I 
> noticed Lloyd's question:
>
>
> I'm getting zero values via the API for:
>
> - AveragePageviews
> - AverageTimeOnSite
> - BounceRate
> - PercentNewVisitors
>
> in a AD_PERFORMANCE_REPORT. According to the Reports Reference 
> documentation these columns are available and I don't get an error in my 
> report submission, just zero values.
>
> This is happening across multiple clients where I previously had values 
> and the data disappeared on 9-10 December.
>
> This doesn't appear to be a time lag issue as I've tried re-importing the 
> whole of December today and now I have no analytics data since 30 November!
>
> Is anyone else experiencing this? Has anything changed in the way 
> analytics data is integrated into AdWords reporting?
>
> Just to reiterate, I was getting analytics data with no problems prior to 
> 9/10 December and my report definitions have not changed.
>
> Cheers
>
> David
>
>
>
>
> On Tuesday, 30 December 2014 14:50:19 UTC, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Lloyd,
>>
>> I've contacted the reporting team to get more details on why *KeywordId* in 
>> combination with the Ad ID returns zeros for Google Analytics metrics. I'll 
>> post back here as soon as I hear from them.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Sunday, December 28, 2014 5:28:33 PM UTC-5, Lloyd Davies wrote:
>>>
>>> Hi Josh
>>>
>>> Sorry for the delay responding to you on this.
>>>
>>> Yes, KeywordId is included in my search and if I remove it I do get back 
>>> bounce rate data, so you are right that KeywordId is the cause. The curious 
>>> thing is that I have been using KeywordId successfully since October and it 
>>> has only recently stopped working... Did I just get lucky for a few months?
>>>
>>> Thanks,
>>> Lloyd
>>>
>>>
>>> On Friday, December 19, 2014 5:57:45 PM UTC, Josh Radcliff (AdWords API 
>>> Team) wrote:

 Hi Lloyd,

 Did you change your report request recently to include the *KeywordId* 
 field? 
 If you include that field in the API's AD_PERFORMANCE_REPORT or segment by 
 *Keywords* in the UI's *Ads* tab, those metrics will be returned as 
 zero.

 Thanks,
 Josh, AdWords API Team

 On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:
>
> Hi
>
> In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently 
> these metrics have been coming back as zero when I request them from the 
> AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It was 
> working fine until recently.
>
> Has something changed or is there some issue at the moment?
>
> Thanks,
> Lloyd
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e418cb5-a4d3-4a91-bb0a-99caa406de5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-05 Thread David Midgley
Hi Josh

I'm seeing the same thing, I was just about to post this question before I 
noticed Lloyd's question:


I'm getting zero values via the API for:

- AveragePageviews
- AverageTimeOnSite
- BounceRate
- PercentNewVisitors

in a AD_PERFORMANCE_REPORT. According to the Reports Reference 
documentation these columns are available and I don't get an error in my 
report submission, just zero values.

This is happening across multiple clients where I previously had values and 
the data disappeared on 9-10 December.

This doesn't appear to be a time lag issue as I've tried re-importing the 
whole of December today and now I have no analytics data since 30 November!

Is anyone else experiencing this? Has anything changed in the way analytics 
data is integrated into AdWords reporting?

Just to reiterate, I was getting analytics data with no problems prior to 
9/10 December and my report definitions have not changed.

Cheers

David




On Tuesday, 30 December 2014 14:50:19 UTC, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi Lloyd,
>
> I've contacted the reporting team to get more details on why *KeywordId* in 
> combination with the Ad ID returns zeros for Google Analytics metrics. I'll 
> post back here as soon as I hear from them.
>
> Thanks,
> Josh, AdWords API Team
>
> On Sunday, December 28, 2014 5:28:33 PM UTC-5, Lloyd Davies wrote:
>>
>> Hi Josh
>>
>> Sorry for the delay responding to you on this.
>>
>> Yes, KeywordId is included in my search and if I remove it I do get back 
>> bounce rate data, so you are right that KeywordId is the cause. The curious 
>> thing is that I have been using KeywordId successfully since October and it 
>> has only recently stopped working... Did I just get lucky for a few months?
>>
>> Thanks,
>> Lloyd
>>
>>
>> On Friday, December 19, 2014 5:57:45 PM UTC, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Lloyd,
>>>
>>> Did you change your report request recently to include the *KeywordId* 
>>> field? 
>>> If you include that field in the API's AD_PERFORMANCE_REPORT or segment by 
>>> *Keywords* in the UI's *Ads* tab, those metrics will be returned as 
>>> zero.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Friday, December 19, 2014 10:03:47 AM UTC-5, Lloyd Davies wrote:

 Hi

 In Adwords UI I can see GA metrics (e.g. Bounce Rate) but recently 
 these metrics have been coming back as zero when I request them from the 
 AD_PERFORMANCE_REPORT (e.g. BounceRate is 0.00% for all records). It was 
 working fine until recently.

 Has something changed or is there some issue at the moment?

 Thanks,
 Lloyd

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/839f6631-b754-415d-81ab-7e2903e04755%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I am trying to get keyword from "adwords" from the sandbox,but i didn't get real result.

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi,

The AdWords API Team cannot answer policy questions, but you can contact 
the API Compliance Team via this form 
 for assistance.

Thanks,
Josh, AdWords API Team

On Saturday, January 3, 2015 2:45:25 PM UTC-5, Ethan Lyon wrote:
>
> Would you be able to elaborate on what you mean by the terms of use 
> situation?
>
> I'd like to pull keyword search volume from the Adwords API but did not 
> read anything that explicitly prohibits this request here: 
> https://developers.google.com/adwords/api/docs/terms?csw=1. I want to be 
> 100% compliant with the terms of use as to not have my privileges denied.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/977c8788-51af-443c-b2b5-5afe0d37265f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: The cost is different between web view and ACCOUNT_PERFORMANCE_REPORT

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi,

I still do not see a mismatch between the API reports and the UI, and 
unfortunately the original screen shots above are not displaying. Could you 
re-send the screenshots that show the mismatch, *as well as* the report 
requests you are sending to the API? You can send these *directly to me* by 
clicking *Reply to Author* on this message.

Thanks,
Josh, AdWords API Team

On Saturday, January 3, 2015 10:46:24 PM UTC-5, Stan Wang wrote:
>
> The client customer ID is in Top posts,张君峰 is one of my colleagues,we ask 
> the same client error。
>
> 在 2014年12月30日星期二UTC+8下午11时00分49秒,Josh Radcliff (AdWords API Team)写道:
>>
>> Hi,
>>
>> I'm seeing a match between costs from the ACCOUNT_PERFORMANCE_REPORT and 
>> the UI for the month of December for the account ending in 0325. If you are 
>> still seeing a mismatch, could you send the following *only to me* by 
>> clicking *Reply to Author* so I can investigate further?
>>
>>- The client customer ID (xxx-xxx-)
>>- The API report request you are sending
>>- A screenshot of the UI that shows different costs from the API 
>>report
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, December 29, 2014 7:59:15 PM UTC-5, Stan Wang wrote:
>>>
>>> Hi~ Danial:
>>> 
>>>I cheked this account is no shared ads or video ads.
>>>
>>> 在 2014年12月24日星期三UTC+8下午6时31分38秒,Danial Klimkin写道:

 Hello,


 The API does not supported the following objects:

 1. Shared Ads
 2. Video campaigns.

 If you use any of those on the account, your cost data will differ.


 -Danial, AdWords API Team.


 On Wednesday, December 24, 2014 9:39:19 AM UTC+3, 张君峰 wrote:
>
> clientCustomerId:627-689-0325
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a573d9e-dae3-4513-9066-ed646d60c224%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthorizationError.USER_PERMISSION_DENIED

2015-01-05 Thread Josh Radcliff (AdWords API Team)
Hi,

That error means that the OAuth credentials you are using in your requests 
are for a user who does not have access to the AdWords accounts. Please 
make sure that you are logged in as the correct user when you generate the 
OAuth credentials.

Cheers,
Josh, AdWords API Team

On Monday, January 5, 2015 6:42:56 AM UTC-5, Naveen Krishna wrote:
>
> Hi,
>
> i have one adwords account with 4 client id's i need to retrieve all 
> campaigns for each account i am using 4 properties files with changing of 
> client id's but i am getting the below exception.
>
> [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']
>
> in the line:
> *page = campaignService.get(selector);*
>
> *please give reply if anyone know about this.*
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/58595ccc-4aab-4cb3-b433-e9dae78c793e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Auction Insights Report

2015-01-05 Thread David Midgley
It would be great to see auction insights on the API in 2015!

+1

David

On Monday, 5 January 2015 12:04:22 UTC, Gergely Kalmár wrote:
>
> Dear all,
>
> Are there any news regarding this auction insights topic? Will it be 
> available via the API during 2015 or shall we forget about this feature?
>
> All the best,
> Gergely
>
> On Monday, June 30, 2014 1:07:07 PM UTC+2, Ludo Jambrich wrote:
>>
>> Hi Charles,
>>
>> did you manage to parse out the data from the report?
>>
>> thanx for info
>>
>> Ludo
>>
>> On Friday, May 23, 2014 12:41:41 AM UTC+2, charles wrote:
>>>
>>> On Thursday, May 22, 2014 3:49:42 AM UTC-7, Tomasz Tybon wrote:

 > 2. have server-side script deal with csv file when it arrives

 But reports do not contain CSV files only direct link to report in 
 Adwords Panel

>>>
>>> After poking around in JavaScript Console I found that the direct link 
>>> in the email contains all of the query string params you need to send a 
>>> request for the csv download except for the token.
>>>
>>> Example email link: https://adwords.google.com/cm/CampaignMgmt?frag=repd
>>> ./&__u=&__c=
>>>
>>> And you can make requests to this URL to start the download: 
>>> https://adwords.google.com/cm/reportdownload?__rd=&__rrd=
>>> &__u=&__c=&token=
>>>
>>> I'm not sure what's the best way to deal with this, but after some quick 
>>> Google-fu I found this post which looks like it could work: 
>>> http://tanshio.net/adwords-report-download-by-casperjs/. (I plan to try 
>>> this later on in the week.)
>>>
>>> However, perhaps there's a way to do this with our dev token using 
>>> Oauth2.
>>>
>>> Thoughts?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dcb78fef-46f3-4ba1-8a87-365f0ee6d598%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I am trying to get keyword from "adwords" from the sandbox,but i didn't get real result.

2015-01-05 Thread Ethan Lyon
Would you be able to elaborate on what you mean by the terms of use 
situation?

I'd like to pull keyword search volume from the Adwords API but did not 
read anything that explicitly prohibits this request 
here: https://developers.google.com/adwords/api/docs/terms?csw=1. I want to 
be 100% compliant with the terms of use as to not have my privileges denied.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/195f5028-388f-458e-8254-d4eb0580b6ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to create MCC test account

2015-01-05 Thread Robertas Jašmontas
I am trying to create MCC test account using following link 
https://adwords.google.com/um/Welcome/Home?a=1&testAccount=true&sf=mt

I have created brand new gmail account for that and used Firefox private 
session which should not interfere with my other google accounts. But once 
I filled my user details I got redirected back to test account creation 
page with blank fields, I tried filling them again but same thing happens 
again.

Interesting part is that non test account is created even though I tried 
creating test account without any errors or messages. 

My customer ID is 588-782-5338

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d7390f18-1087-4a6d-b0b9-38d8b2d15240%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AuthorizationError.USER_PERMISSION_DENIED

2015-01-05 Thread Naveen Krishna
Hi,

i have one adwords account with 4 client id's i need to retrieve all 
campaigns for each account i am using 4 properties files with changing of 
client id's but i am getting the below exception.

[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

in the line:
*page = campaignService.get(selector);*

*please give reply if anyone know about this.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09dccd8d-7dd3-4d94-ab07-22427e7ab9f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: The cost is different between web view and ACCOUNT_PERFORMANCE_REPORT

2015-01-05 Thread Stan Wang
The client customer ID is in Top posts,张君峰 is one of my colleagues,we ask 
the same client error。

在 2014年12月30日星期二UTC+8下午11时00分49秒,Josh Radcliff (AdWords API Team)写道:
>
> Hi,
>
> I'm seeing a match between costs from the ACCOUNT_PERFORMANCE_REPORT and 
> the UI for the month of December for the account ending in 0325. If you are 
> still seeing a mismatch, could you send the following *only to me* by 
> clicking *Reply to Author* so I can investigate further?
>
>- The client customer ID (xxx-xxx-)
>- The API report request you are sending
>- A screenshot of the UI that shows different costs from the API report
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, December 29, 2014 7:59:15 PM UTC-5, Stan Wang wrote:
>>
>> Hi~ Danial:
>> 
>>I cheked this account is no shared ads or video ads.
>>
>> 在 2014年12月24日星期三UTC+8下午6时31分38秒,Danial Klimkin写道:
>>>
>>> Hello,
>>>
>>>
>>> The API does not supported the following objects:
>>>
>>> 1. Shared Ads
>>> 2. Video campaigns.
>>>
>>> If you use any of those on the account, your cost data will differ.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Wednesday, December 24, 2014 9:39:19 AM UTC+3, 张君峰 wrote:

 clientCustomerId:627-689-0325

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/97ea616e-a179-49e9-9d00-00c1c2f89552%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Auction Insights Report

2015-01-05 Thread Gergely Kalmár
Dear all,

Are there any news regarding this auction insights topic? Will it be 
available via the API during 2015 or shall we forget about this feature?

All the best,
Gergely

On Monday, June 30, 2014 1:07:07 PM UTC+2, Ludo Jambrich wrote:
>
> Hi Charles,
>
> did you manage to parse out the data from the report?
>
> thanx for info
>
> Ludo
>
> On Friday, May 23, 2014 12:41:41 AM UTC+2, charles wrote:
>>
>> On Thursday, May 22, 2014 3:49:42 AM UTC-7, Tomasz Tybon wrote:
>>>
>>> > 2. have server-side script deal with csv file when it arrives
>>>
>>> But reports do not contain CSV files only direct link to report in 
>>> Adwords Panel
>>>
>>
>> After poking around in JavaScript Console I found that the direct link in 
>> the email contains all of the query string params you need to send a 
>> request for the csv download except for the token.
>>
>> Example email link: https://adwords.google.com/cm/CampaignMgmt?frag=repd.> is here>/&__u=&__c=
>>
>> And you can make requests to this URL to start the download: 
>> https://adwords.google.com/cm/reportdownload?__rd=&__rrd=
>> &__u=&__c=&token=
>>
>> I'm not sure what's the best way to deal with this, but after some quick 
>> Google-fu I found this post which looks like it could work: 
>> http://tanshio.net/adwords-report-download-by-casperjs/. (I plan to try 
>> this later on in the week.)
>>
>> However, perhaps there's a way to do this with our dev token using Oauth2.
>>
>> Thoughts?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0a8a72c4-00ea-4a70-9fcb-5dffe9e18977%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2015-01-05 Thread Michael Cloonan (AdWords API Team)
Hello Oliver,

The 'UNKNOWN' status simply means that it doesn't fit into any other 
available status. This could happen for a variety of reasons, but should be 
generally rare and mostly treated as a strange error/corner case. To my 
knowledge you shouldn't be able to intentionally create items with this 
status.

Regards,
Mike, AdWords API Team

On Wednesday, December 31, 2014 3:56:51 AM UTC-5, Oliver wrote:
>
> Sorry to hijack this thread, but what is the semantic of the status 
> 'unknown'?  Under what conditions can an adgroup or a campaign have such a 
> status?
>
> Oliver
>
> On Tuesday, December 30, 2014 2:08:14 PM UTC, Michael Cloonan (AdWords API 
> Team) wrote:
>>
>> Hello Zweitze,
>>
>> I haven't heard anything back yet. I will follow up with the team again 
>> to check their progress.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Tuesday, December 30, 2014 6:18:53 AM UTC-5, Zweitze wrote:
>>>
>>> Any progress?
>>>
>>> On Tuesday, December 9, 2014 3:15:28 PM UTC+1, Michael Cloonan (AdWords 
>>> API Team) wrote:

 Hello Zweitze,

 I was also able to reproduce this. I will file a bug with the team and 
 let you know when I hear more.

 Regards,
 Mike, AdWords API Team

 On Tuesday, December 9, 2014 4:26:30 AM UTC-5, Zweitze wrote:
>
> Yes,
>
> This is happens all the time - reproduction should be no issue. I also 
> found out that groups now have a status "UNKNOWN" as well, and the same 
> problems arise - including the HTTP 500.
>
> Zweitze.
>
>
> On Monday, December 8, 2014 9:16:59 PM UTC+1, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> Are you consistently getting 500 errors when using UNKNOWN in the 
>> predicate? If so, I will file a bug with the team, as even if this is an 
>> error case, an HTTP 500 error is not the right way to indicate that.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, December 8, 2014 3:04:30 PM UTC-5, Zweitze wrote:
>>>
>>> I found it. Apparently you cannot use value "UNKNOWN" for a 
>>> predicate on Status.
>>>
>>> But I need those campaigns too. As I recall, when you leave out a 
>>> predicate on Status, your results may get filtered on certain status 
>>> values. This happened in the past (remember the 'automatic' filters on 
>>> creatives etc.) and I never got word that the issue with auto-filters 
>>> was 
>>> resolved. So I need to include this predicate.
>>> Mind you, if I add a filter with all predicate values *except* 
>>> "UNKNOWN", I would assume that campaigns with status "unknown" will be 
>>> left 
>>> out from the result. I don't want that.
>>>
>>> According to the documentation, "UNKNOWN" is a valid predicate 
>>> value, and "unknown" is a valid display value. So the documentation is 
>>> wrong and/or the implementation is wrong.
>>> How do I go on from here? How can I get campaigns with status 
>>> "unknown"?
>>>
>>> Thanks in advance!
>>>
>>>
>>> On Monday, December 8, 2014 6:37:17 PM UTC+1, Zweitze wrote:

 Hello,

 At development of the v201409 migration I noticed this error on a 
 report of type CAMPAIGN_PERFORMANCE_REPORT. The error happened four 
 times 
 in a row (30 seconds interval), and never happened four times in a row 
 on 
 earlier versions.

 This is the report:
  
  
   https://adwords.google.com/api/adwords/cm/v201409";> 
 AccountDescriptiveName 
 AccountCurrencyCode 
 AccountTimeZoneId 
 CampaignId 
 CampaignName 
 CampaignStatus 
 Amount 
 AdvertisingChannelType 
  
   Status 
   IN 
   UNKNOWN 
   ENABLED 
   PAUSED 
   REMOVED 
  

   https://adwords.google.com/api/adwords/cm/v201409";>CampaignInfo_All_Time
  

   https://adwords.google.com/api/adwords/cm/v201409";>CAMPAIGN_PERFORMANCE_REPORT
  

   https://adwords.google.com/api/adwords/cm/v201409";>ALL_TIME
  

   https://adwords.google.com/api/adwords/cm/v201409";>GZIPPED_XML
  

   https://adwords.google.com/api/adwords/cm/v201409";>true
  

 

 Our request headers:
  Content-Type
  application/x-www-form-urlencoded
  Authorization
  Bearer ya29.1...3Leq25
  clientCustomerId
  8928384200
  developerToken
  kNkfox...m9qg_g
  skipReportHeader
  True
  skipReportSummary
  True
  User-Agent
  Adwords API by Maxlead
  Host
  adwords.google.com

Re: ConversionTrackerService

2015-01-05 Thread Zweitze
Hi,

Thanks for the answers, and identifying the current max length.

I have one follow up question:
However, conversion names should be unique among user-defined conversion 
types so the name alone should suffice to identify the conversion type. If 
you need to find the ID that corresponds to a given name then you will have 
to use *ConversionTrackerService* to fetch the name/ID pairs.

Our database repeatedly went corrupt because users changed the conversion 
name. Nowadays we synchronize our database by deleting old data and 
obtaining everything again - I guess that is what you are suggesting. Still 
that doesn't work when a user changes the conversion name *during* the 
synchronization. We even saw instances where a conversion tracker was 
renamed twice with an hour - apparently the user made a typing mistake and 
changed again. In the mean we had corrupt data.
Do you know how I can get the past names of conversion trackers? As far as 
I can see, ConversionTrackerService only fetches the current name, not the 
names in the past.

Thanks in advance!


On Tuesday, December 30, 2014 6:34:20 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Please see my responses below in blue.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, December 30, 2014 6:18:04 AM UTC-5, Zweitze wrote:
>>
>> Hi, I'm implementing some features offered by the 
>> ConversionTrackerService, and got stuck with the following questions:
>>
>> 1. What is the maximum length of ConversionTracker.name? A long time ago 
>> I measured a maximum length of 64 for a conversion type, but this service 
>> returned an entry with length 81. Note that this length is not listed in 
>> the AdWords API Limits page 
>> .
>>
>  
> As far as I can tell, the current limit on conversion tracker name length 
> is 100 characters, but that is subject to change.
>  
>
>> 2. How can I get AdWords tracker ID? I mean the ID mentioned in the 
>> AdWords script on the site. I assumed that 
>> AdWordsConversionTracker.originalConversionTypeId got this ID, but its 
>> value is usually empty, and sometimes 0, 1, 2 or values like that.
>>
>
> Are you referring to the account-level google_conversion_id in the 
> conversion tracker snippet? If so, you can get that value from 
> ConversionTrackerService 
> 
>  provided 
> you have an AdWordsConversionTracker 
> 
>  in 
> your account. You'll have to parse the returned snippet 
> 
>  field 
> to get the value, however.
>
> If instead you are referring to the *ConversionTypeId* returned by some 
> reports such as the ACCOUNT_PERFORMANCE_REPORT, you can use 
> ConversionTrackerService 
> 
>  
> to get your conversion trackers, including their IDs 
> 
> .
>  
>
>> 3. When will ConversionTracker.Id be available in the performance 
>> reports, like CAMPAIGN_PERFORMANCE_REPORT, ADGROUP_PERFORMANCE_REPORT etc.? 
>> The problem is that those reports only offer the name of the 
>> conversiontype, but the name can be modified. Do you have any suggestions 
>> how to deal with the situation?
>>
>  
> I'm not aware of any plans to expose this field in other reports, but I 
> will pass this suggestion on to the reporting team.
>
> 4. While 3) is not implemented, is it possible by the API to lock the 
>> names of conversion types? For instance a function like 
>> ConversionTrackerService.lock() that prevents editing a name until it is 
>> unlocked again?
>>
>
> This is not possible via the API. However, conversion names should be 
> unique among user-defined conversion types so the name alone should suffice 
> to identify the conversion type. If you need to find the ID that 
> corresponds to a given name then you will have to use 
> *ConversionTrackerService* to fetch the name/ID pairs.
>  
>
>>
>> Thanks in advance. Please note that the first question is now the most 
>> pressing.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/

Не понятные данные в ответ от сервиса TrafficEstimatorService

2015-01-05 Thread sneustroev
Добрый день столкнулся с проблемой такого плана:
посылаю запрос к сервису TrafficEstimatorService, в ответе получаю min и 
max значения totalCost, как понимать их, это минимальная и максимальная 
цена за клик? в центре клиентов в информации о ключевых словах подается 
усредненные данные?
Как получить общую стоимость по ключевому слову?

П.С, Еще заметил такое, если в запросе:
...

 xsi:type 
 1000

...
менять microAmount, то выходят разные ответы на выходе от сервиса.

Пример текста запроса к сервису:
"
http://schemas.xmlsoap.org/soap/envelope/""; 
xmlns:v20=""https://adwords.google.com/api/adwords/o/v201409""; 
xmlns:v201=""https://adwords.google.com/api/adwords/cm/v201409"";>
  
  
   ХХХ-ХХХ-
   Х
   1cAdWords
   false
   false
  
  
  

   
  
 ХХХ-ХХХ-
 
   
 
"KeywordText"
BROAD
 
 
xsi:type 

1000
 
 false
  
   
   
   

 
  
   
   ";



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c88df4ac-9c16-41c6-a668-c2de3a71d9b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.