Re: Destination url redirect using 301 or 302

2013-09-19 Thread Takeshi Hagikura (AdWords API Team)
Hello Antony,

I'm afraid it's out of the scope from the API. 
Can you please ask the general AdWords support?

Best,
- Takeshi, AdWords API Team

On Wednesday, September 18, 2013 8:20:25 PM UTC+9, Antony wrote:
>
> Hi
>
> I am using a url redirect in my destination url but am getting ad 
> disapprovals if I use a 302 status code. I've carried out some other tests 
> using a 301 redirect and these ads are getting approved.
>
> Is there a standard policy for which redirect I should be using? If I need 
> to use a 301 should I be setting the the cache control and expires values 
> in the header to stop the response from being cached?
>
> Thanks in advance
> Antony
>  
>

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


Re: Is it possible to retrieve historical search volume data?

2013-09-19 Thread Takeshi Hagikura (AdWords API Team)
Hello, 

It's possible. Please include 
AttributeType.TARGETED_MONTHLY_SEARCHESin
 one of the selector fields.

Best,
- Takeshi, AdWords API Team

On Wednesday, September 18, 2013 12:34:43 AM UTC+9, Felix wrote:
>
> Hello,
>
> right now, I am retrieving the search volume of a given keyword like this:
>
>   $selector = new TargetingIdeaSelector();
>   $selector->requestType = "STATS";
>   $selector->ideaType = 'KEYWORD';
>   $selector->requestedAttributeTypes = array('SEARCH_VOLUME');
>
> My question is whether it is possible to not only get the current search 
> volume returned, but also historical values for each of the past twelve 
> months (for example). More clearly, something like this:
>
> http://i.imgur.com/Ew9Kjq0.png
>
> Help would be much appreciated. 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

--- 
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.


Re: location bids adjustments through api

2013-09-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Jared,

It's still on the roadmap, but at the moment we can't tell you when this 
will be available. 

Best,
- Takeshi, AdWords API Team

On Friday, September 20, 2013 1:49:41 AM UTC+9, Jared wrote:
>
> Hello Anash, Takeshi,
>
> Is there an update on this? Any expectation of this being implemented? 
> Thanks
>
> On Tuesday, July 2, 2013 4:07:38 AM UTC-5, Anash P. Oommen (AdWords API 
> Team) wrote:
>>
>> Hi Kenny,
>>
>> We have added this item to the feature request sheet, this may be 
>> implemented in a future version of AdWords API. I don't have insights on 
>> when it may become available.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Monday, July 1, 2013 3:54:26 PM UTC+5:30, Kenny Chung wrote:
>>>
>>> Hi,
>>>
>>> Is this feature likely to be implemented in the future?
>>>
>>> Regards,
>>>
>>> Kenny
>>>
>>> On Friday, 14 June 2013 10:42:22 UTC+1, Takeshi Hagikura (AdWords API 
>>> Team) wrote:

 Hi 

 Currently it's not supported to adjust bid modifier for Location 
 through API.
 But I think it's different that you can't get the locationName. 

 If you include "LocationName" in your selector, you should get the 
 locationName.
 Please see this reference for all selectable fields.

 https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302-CampaignCriterionService

 Best,
 - Takeshi, AdWords API Team

 On Wednesday, June 12, 2013 1:40:02 PM UTC+9, techpoi...@gmail.comwrote:
>
> Hi,
>
> Using CampaignCriterionService, we are getting entries for [criterion] 
> => Location, but it shows blank locationNames for all. 
>
> I think it is not possible to change location bids adjustments using 
> API. Is there any alternate way, like can i delete all location entries 
> and 
> add them again without bids adjustments using API.
>
> My basic requirement is to reset/remove all bids adjustments for all 
> locations under campaign settings.
>
>
>

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


Re: location bids adjustments through api

2013-09-19 Thread Jared
Hello Anash, Takeshi,

Is there an update on this? Any expectation of this being implemented? 
Thanks

On Tuesday, July 2, 2013 4:07:38 AM UTC-5, Anash P. Oommen (AdWords API 
Team) wrote:
>
> Hi Kenny,
>
> We have added this item to the feature request sheet, this may be 
> implemented in a future version of AdWords API. I don't have insights on 
> when it may become available.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, July 1, 2013 3:54:26 PM UTC+5:30, Kenny Chung wrote:
>>
>> Hi,
>>
>> Is this feature likely to be implemented in the future?
>>
>> Regards,
>>
>> Kenny
>>
>> On Friday, 14 June 2013 10:42:22 UTC+1, Takeshi Hagikura (AdWords API 
>> Team) wrote:
>>>
>>> Hi 
>>>
>>> Currently it's not supported to adjust bid modifier for Location through 
>>> API.
>>> But I think it's different that you can't get the locationName. 
>>>
>>> If you include "LocationName" in your selector, you should get the 
>>> locationName.
>>> Please see this reference for all selectable fields.
>>>
>>> https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302-CampaignCriterionService
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Wednesday, June 12, 2013 1:40:02 PM UTC+9, techpoi...@gmail.comwrote:

 Hi,

 Using CampaignCriterionService, we are getting entries for [criterion] 
 => Location, but it shows blank locationNames for all. 

 I think it is not possible to change location bids adjustments using 
 API. Is there any alternate way, like can i delete all location entries 
 and 
 add them again without bids adjustments using API.

 My basic requirement is to reset/remove all bids adjustments for all 
 locations under campaign settings.




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


Re: Ad Group negative keywords missing from keywords performance report (C# library)

2013-09-19 Thread Danial Klimkin
Hello Peter,


As the report shows current data (changing date will not result in showing 
historical status, for example), adding date doesn't have any use for 
keywords without stats.

So yes, this is not possible, as documented.


-Danial, AdWords API Team.


On Thursday, September 19, 2013 6:01:51 PM UTC+4, Peter Kingswell wrote:
>
> that works.  It was because we were selecting the Date field (which 
> prevents zero impressions).  Thank you for your help.
>
> If anyone knows how to get zero impression rows when selecting the Date 
> column, let me know!  I strongly suspect it's not possible.
>
> Peter
>
> On Thursday, September 19, 2013 8:22:27 AM UTC-4, Danial Klimkin wrote:
>>
>> Hello Peter,
>>
>>
>> Just ran a report against your account and got 4 negative keywords with 
>> selector fields and no predicates:
>> report_definition = {
>> :selector => {
>>   :fields => ['KeywordText', 'CampaignId', 'IsNegative', 
>> 'Impressions'],
>> },
>> :report_name => 'KW_PERFORMANCE_REPORT',
>> :report_type => 'KEYWORDS_PERFORMANCE_REPORT',
>> :download_format => 'CSV',
>> :date_range_type => 'ALL_TIME',
>> # Enable to get rows with zero impressions.
>> :include_zero_impressions => true
>>   }
>>
>> Please try exactly this set and let me know if you see them. If not, send 
>> me exact XML code of the report definition (can be obtained by enabling 
>> logging).
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Wednesday, September 18, 2013 5:28:01 PM UTC+4, Peter Kingswell wrote:
>>>
>>> Hi Danial,
>>>
>>> I have 
>>>
>>> Customer ID = 7268669302
>>> Client Customer ID = 764-500-5254
>>> Campaign ID = 154323548
>>>
>>> Thanks, Peter
>>>
>>> On Wednesday, September 18, 2013 6:13:07 AM UTC-4, Danial Klimkin wrote:

 Hello Peter,


 Can you let me know an account ID and campaign ID? Also, for your 
 example, what fields do you request?


 -Danial, AdWords API Team.



 On Tuesday, September 17, 2013 4:45:49 PM UTC+4, Peter Kingswell wrote:
>
> so Danial, do you know why we're not getting Ad Group Negative 
> Keywords returned?  We're not using any selectors at all.
>
> On Tuesday, September 17, 2013 4:59:57 AM UTC-4, Oliver wrote:
>>
>> You're right about campaign negative keywords not being returned in 
>> this report.  Only adgroup negative keywords are.
>>
>> I checked our code and realized we're using the* Campaign Negative 
>> Keywords Performance* report instead for these.
>>
>> Oliver
>>
>>
>>
>> On Tuesday, September 17, 2013 9:57:16 AM UTC+1, Danial Klimkin wrote:
>>>
>>> ...and we obviously have Campaign Negative Keywords Performance 
>>> Report to retrieve those:
>>>
>>>   
>>> https://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-keywords
>>>
>>> Oliver, thank you for correction.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>>
>>> On Tuesday, September 17, 2013 12:47:33 PM UTC+4, Danial Klimkin 
>>> wrote:

 Hello Oliver,


 I wasn't able to get negative keywords with this report in my tests 
 and this is expected to me. Double-checking this now, I found out 
 AdGroup-level negative keywords are returned, while campaign-level are 
 not 
 (please correct me if you see different behavior).

 We'll work to make this consistent in the future versions.


 -Danial, AdWords API Team.


 On Tuesday, September 17, 2013 12:34:16 PM UTC+4, Oliver wrote:
>
> Hi Danial,
>
> We've been using the Keyword Performance report for over a year 
> now to get negative keywords, both at the campaign and adgroup level. 
>  It's 
> working for us.
>
> Also, negative keywords never have stats.  So they never come back 
> in this report if a 'segment' field is used in the selector.  If no 
> segment 
> field is included, then they are included in the report.
>
> Oliver
>
> On Tuesday, September 17, 2013 9:29:31 AM UTC+1, Danial Klimkin 
> wrote:
>>
>> Hello Peter,
>>
>>
>> Keyword Performance report does not return negative keywords at 
>> the moment. All performance reports are designed to be used for 
>> stats 
>> retrieval and negative criteria can't have any stats.
>>
>> Also, deleted criteria can also be retrieved if it had stats for 
>> the report period.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Monday, September 16, 2013 8:56:13 PM UTC+4, Peter Kingswell 
>> wrote:
>>>
>>> I initially misspoke.  We're not supplying a date range selector 
>>

Re: Ad Group negative keywords missing from keywords performance report (C# library)

2013-09-19 Thread Peter Kingswell
that works.  It was because we were selecting the Date field (which 
prevents zero impressions).  Thank you for your help.

If anyone knows how to get zero impression rows when selecting the Date 
column, let me know!  I strongly suspect it's not possible.

Peter

On Thursday, September 19, 2013 8:22:27 AM UTC-4, Danial Klimkin wrote:
>
> Hello Peter,
>
>
> Just ran a report against your account and got 4 negative keywords with 
> selector fields and no predicates:
> report_definition = {
> :selector => {
>   :fields => ['KeywordText', 'CampaignId', 'IsNegative', 
> 'Impressions'],
> },
> :report_name => 'KW_PERFORMANCE_REPORT',
> :report_type => 'KEYWORDS_PERFORMANCE_REPORT',
> :download_format => 'CSV',
> :date_range_type => 'ALL_TIME',
> # Enable to get rows with zero impressions.
> :include_zero_impressions => true
>   }
>
> Please try exactly this set and let me know if you see them. If not, send 
> me exact XML code of the report definition (can be obtained by enabling 
> logging).
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, September 18, 2013 5:28:01 PM UTC+4, Peter Kingswell wrote:
>>
>> Hi Danial,
>>
>> I have 
>>
>> Customer ID = 7268669302
>> Client Customer ID = 764-500-5254
>> Campaign ID = 154323548
>>
>> Thanks, Peter
>>
>> On Wednesday, September 18, 2013 6:13:07 AM UTC-4, Danial Klimkin wrote:
>>>
>>> Hello Peter,
>>>
>>>
>>> Can you let me know an account ID and campaign ID? Also, for your 
>>> example, what fields do you request?
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>>
>>> On Tuesday, September 17, 2013 4:45:49 PM UTC+4, Peter Kingswell wrote:

 so Danial, do you know why we're not getting Ad Group Negative Keywords 
 returned?  We're not using any selectors at all.

 On Tuesday, September 17, 2013 4:59:57 AM UTC-4, Oliver wrote:
>
> You're right about campaign negative keywords not being returned in 
> this report.  Only adgroup negative keywords are.
>
> I checked our code and realized we're using the* Campaign Negative 
> Keywords Performance* report instead for these.
>
> Oliver
>
>
>
> On Tuesday, September 17, 2013 9:57:16 AM UTC+1, Danial Klimkin wrote:
>>
>> ...and we obviously have Campaign Negative Keywords Performance 
>> Report to retrieve those:
>>
>>   
>> https://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-keywords
>>
>> Oliver, thank you for correction.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>>
>> On Tuesday, September 17, 2013 12:47:33 PM UTC+4, Danial Klimkin 
>> wrote:
>>>
>>> Hello Oliver,
>>>
>>>
>>> I wasn't able to get negative keywords with this report in my tests 
>>> and this is expected to me. Double-checking this now, I found out 
>>> AdGroup-level negative keywords are returned, while campaign-level are 
>>> not 
>>> (please correct me if you see different behavior).
>>>
>>> We'll work to make this consistent in the future versions.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Tuesday, September 17, 2013 12:34:16 PM UTC+4, Oliver wrote:

 Hi Danial,

 We've been using the Keyword Performance report for over a year now 
 to get negative keywords, both at the campaign and adgroup level.  
 It's 
 working for us.

 Also, negative keywords never have stats.  So they never come back 
 in this report if a 'segment' field is used in the selector.  If no 
 segment 
 field is included, then they are included in the report.

 Oliver

 On Tuesday, September 17, 2013 9:29:31 AM UTC+1, Danial Klimkin 
 wrote:
>
> Hello Peter,
>
>
> Keyword Performance report does not return negative keywords at 
> the moment. All performance reports are designed to be used for stats 
> retrieval and negative criteria can't have any stats.
>
> Also, deleted criteria can also be retrieved if it had stats for 
> the report period.
>
>
> -Danial, AdWords API Team.
>
>
> On Monday, September 16, 2013 8:56:13 PM UTC+4, Peter Kingswell 
> wrote:
>>
>> I initially misspoke.  We're not supplying a date range selector 
>> and we're still not getting the ad group level negative keywords.  
>> Can 
>> anyone spot anything in the following report definition that would 
>> prevent 
>> negative keywords from being downloaded?
>>
>> ReportDefinition definition = new ReportDefinition();
>> definition.reportName = 
>> "ADGROUP_NEGATIVE_KEYWORD_PERFORMANCE_REPORT__HIST__";
>> definition.reportType = 
>> ReportDefinitionReportType.KEYWORDS_PERFORM

Re: NetworkSetting will become immutable

2013-09-19 Thread Steve Wollkind
Here's a screen capture of the table I'm referencing.

On Thursday, September 19, 2013 6:04:35 AM UTC-4, Aradhya Tripathi wrote:
>
> Hi Steve,
>
> Thanks for replying. Unfortunately, the link wasn't of much help.
> What I would like to know is, will I be able to switch between campaign 
> types?
> Will this change affect just display-only campaigns, or campaigns that 
> have both display and search?
>
> Thanks,
> Aradhya
>
> On Wednesday, September 18, 2013 11:25:20 PM UTC+5:30, Steve Wollkind 
> wrote:
>>
>> It's a bit confusing, but there's a table at the end of this page:
>> https://support.google.com/adwords/answer/2567043?hl=en
>>
>> That breaks down exactly what is and is not allowed under the new rules.
>>
>> Steve
>>
>> On Wednesday, September 18, 2013 8:21:16 AM UTC-4, Aradhya Tripathi wrote:
>>>
>>> Hi,
>>>
>>> According to 
>>> thisblog
>>>  post, NetworkSetting will become immutable in early October.
>>> I have the following questions about this change:
>>>
>>> 1) This will be in effect on which date?
>>>
>>> 2) The title mentions display-only campaigns, but the update mentions 
>>> "any change".
>>> What does this mean? Will I be able to change the network setting 
>>> for "Search and Display"campaigns?
>>>  OR
>>> I won't be able to change the network setting at all once the 
>>> campaign has been created?
>>>
>>> Thanks,
>>> Aradhya
>>>
>>

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

Re: How can I enable gzip compression in the java api

2013-09-19 Thread AdWords API Advisor
Hi mm,

At this moment, the feature is not available yet. 
It's on the roadmap and I think it doesn't take so long from now. 
Please stay tuned for the library update.

Best,
- Takeshi, AdWords API Team

2013年9月18日水曜日 1時57分48秒 UTC+9 mm:
>
> Hey guys - any update on enabling this in the new java client library? I 
> would like to begin migration to that client library, but since we do have 
> this working on the old library, I don't want to lose that functionality & 
> would hate to invest a lot of time and energy figuring out how to hack it 
> in if it's on the way...
>
> Thanks!
> mm
>
> On Wednesday, January 2, 2013 11:04:21 AM UTC-6, Emmanuel Espina wrote:
>>
>> Thanks Kevin
>>
>> If it were toggleable it would be very easy to confirm what we speculate: 
>> the slowest part of the uploading process is the network transmission. We 
>> didn't do any serious testing of this put since XML is so verbose, it 
>> sounds reasonable.
>>
>> In my opinion, gzip should be default because I think that most people 
>> that use the API want to upload big batches of keywords. Otherwise they 
>> would use the simpler web interface.
>>
>> Thanks!
>> Emmanuel
>>
>>
>> El viernes, 28 de diciembre de 2012 13:03:28 UTC-3, Kevin Winter (AdWords 
>> API Team) escribió:
>>>
>>> Hi Emmanuel,
>>>   While the new library does support gzip, it's not currently exposed in 
>>> an accessible way.  I filed an 
>>> issueon 
>>> the issue tracker to expose this feature.
>>>
>>> Out of curiosity, are you more interested in requests/responses being 
>>> handled all the time with gzip or is it more important that this be 
>>> toggleable?  (i'm trying to determine if theres a reason to not have this 
>>> on by default).
>>>
>>> - Kevin Winter
>>> AdWords API Team
>>>
>>> On Wednesday, December 26, 2012 1:02:18 PM UTC-5, Emmanuel Espina wrote:

 I know that the API supports gzip but currently I couldn't find any 
 reference to this in the current java client library. The best resource I 
 found is 
 http://sunh11373.wordpress.com/2012/06/11/how-to-enable-gzip-for-google-adwords-in-java-client-library/
  But 
 I think that it is outdated since it makes mention of setting 
 AdWordsUser.useClasspathClientConfig(true), 
 which doesn't exist anymore.

 I'd appretiate if you could give me a brief description of the steps 
 needed to enable (or hack) gzip compression in the current version of the 
 library.

 Thanks
 Emmanuel

>>>

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


Re: NetworkSetting will become immutable

2013-09-19 Thread Steve Wollkind
Did you scroll to the end. I mean all the way to the end?  There's a table that 
answers exactly this question. For every from and to combination they tell you 
yes or no as to whether the change is allowed. 

Please look again. 
Steve

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


Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-09-19 Thread Danial Klimkin
Hello Alex,


Do you still see the issue?


-Danial, AdWords API Team.


On Tuesday, September 17, 2013 8:50:02 PM UTC+4, Alex wrote:
>
> We get the error ERROR_GETTING_RESPONSE_FROM_BACKEND very often today. Is 
> there a problem? Will it be fixed soon?
>

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


Re: Ad Group negative keywords missing from keywords performance report (C# library)

2013-09-19 Thread Danial Klimkin
Hello Peter,


Just ran a report against your account and got 4 negative keywords with 
selector fields and no predicates:
report_definition = {
:selector => {
  :fields => ['KeywordText', 'CampaignId', 'IsNegative', 'Impressions'],
},
:report_name => 'KW_PERFORMANCE_REPORT',
:report_type => 'KEYWORDS_PERFORMANCE_REPORT',
:download_format => 'CSV',
:date_range_type => 'ALL_TIME',
# Enable to get rows with zero impressions.
:include_zero_impressions => true
  }

Please try exactly this set and let me know if you see them. If not, send 
me exact XML code of the report definition (can be obtained by enabling 
logging).


-Danial, AdWords API Team.


On Wednesday, September 18, 2013 5:28:01 PM UTC+4, Peter Kingswell wrote:
>
> Hi Danial,
>
> I have 
>
> Customer ID = 7268669302
> Client Customer ID = 764-500-5254
> Campaign ID = 154323548
>
> Thanks, Peter
>
> On Wednesday, September 18, 2013 6:13:07 AM UTC-4, Danial Klimkin wrote:
>>
>> Hello Peter,
>>
>>
>> Can you let me know an account ID and campaign ID? Also, for your 
>> example, what fields do you request?
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>>
>> On Tuesday, September 17, 2013 4:45:49 PM UTC+4, Peter Kingswell wrote:
>>>
>>> so Danial, do you know why we're not getting Ad Group Negative Keywords 
>>> returned?  We're not using any selectors at all.
>>>
>>> On Tuesday, September 17, 2013 4:59:57 AM UTC-4, Oliver wrote:

 You're right about campaign negative keywords not being returned in 
 this report.  Only adgroup negative keywords are.

 I checked our code and realized we're using the* Campaign Negative 
 Keywords Performance* report instead for these.

 Oliver



 On Tuesday, September 17, 2013 9:57:16 AM UTC+1, Danial Klimkin wrote:
>
> ...and we obviously have Campaign Negative Keywords Performance Report 
> to retrieve those:
>
>   
> https://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-keywords
>
> Oliver, thank you for correction.
>
>
> -Danial, AdWords API Team.
>
>
>
> On Tuesday, September 17, 2013 12:47:33 PM UTC+4, Danial Klimkin wrote:
>>
>> Hello Oliver,
>>
>>
>> I wasn't able to get negative keywords with this report in my tests 
>> and this is expected to me. Double-checking this now, I found out 
>> AdGroup-level negative keywords are returned, while campaign-level are 
>> not 
>> (please correct me if you see different behavior).
>>
>> We'll work to make this consistent in the future versions.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Tuesday, September 17, 2013 12:34:16 PM UTC+4, Oliver wrote:
>>>
>>> Hi Danial,
>>>
>>> We've been using the Keyword Performance report for over a year now 
>>> to get negative keywords, both at the campaign and adgroup level.  It's 
>>> working for us.
>>>
>>> Also, negative keywords never have stats.  So they never come back 
>>> in this report if a 'segment' field is used in the selector.  If no 
>>> segment 
>>> field is included, then they are included in the report.
>>>
>>> Oliver
>>>
>>> On Tuesday, September 17, 2013 9:29:31 AM UTC+1, Danial Klimkin 
>>> wrote:

 Hello Peter,


 Keyword Performance report does not return negative keywords at the 
 moment. All performance reports are designed to be used for stats 
 retrieval 
 and negative criteria can't have any stats.

 Also, deleted criteria can also be retrieved if it had stats for 
 the report period.


 -Danial, AdWords API Team.


 On Monday, September 16, 2013 8:56:13 PM UTC+4, Peter Kingswell 
 wrote:
>
> I initially misspoke.  We're not supplying a date range selector 
> and we're still not getting the ad group level negative keywords.  
> Can 
> anyone spot anything in the following report definition that would 
> prevent 
> negative keywords from being downloaded?
>
> ReportDefinition definition = new ReportDefinition();
> definition.reportName = 
> "ADGROUP_NEGATIVE_KEYWORD_PERFORMANCE_REPORT__HIST__";
> definition.reportType = 
> ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT;
> definition.downloadFormat = DownloadFormat.CSV;
> definition.includeZeroImpressions = true;
> definition.dateRangeType = ReportDefinitionDateRangeType.ALL_TIME;
>
> Selector selector = new Selector();
> selector.fields = ...
> definition.selector = selector;
>
>
> Many thanks!
>
>
> On Monday, September 16, 2013 9:05:07 AM UTC-4, Peter Kingswell 
> wrote:
>>
>> fantasti

Continue Button is Not working Billing Preference Setup using Credit Card. !

2013-09-19 Thread Amit P Jivani
We are India Based Agency. At MCC level Billing Preference Setup Process 
One has to Send a fax of Credit Card Details along with a dully filled 
form. We have faxed card details and form to the given number, so far 
nobody has replied.. and also, Continue Button is not working in it. 

Amit Jivani

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


Product listing ads campaign

2013-09-19 Thread Lee Wakefield
Hi, trying to figure out how to create a Product listing ads campaign via 
API.  I have created a campaign, added an adgroup, created an ad of type 
product with a promo text and created some auto targets to target groups of 
products in my merchant center feed.  This campaign however is currently 
not generating any impressions or clicks and it has been there for a few 
days now so wondering if there is something I have missed.  I also have 
another Product listing campaign in the same account which I created 
manually, this campaign is currently paused but was getting clicks before I 
paused it.  Do I need to set the "campaign subtype" for it to work?  and if 
so how do I do that, as I cannot seem to find any way of setting the 
campaign subtype.

Many thanks, Lee

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


Re: AdWords API google-api-ads-ruby invalid grant

2013-09-19 Thread Sumit Bisht
Hi All!
Is there any solution to this problem?
I too have the same problem and while my application worked fine with 
hardcoded values, it was failing with this approach.


On Friday, May 24, 2013 10:19:32 PM UTC+5:30, Christopher Sell wrote:
>
> I changed the file adwords_api.yml file  to be space separated and I am 
> still getting invalid grant.
>
> :authentication:
>   :method: OAuth2
>   :oauth2_client_id: MYCLIENTID
>   :oauth2_client_secret: MYCLIENTSECRET
>   :oauth2_access_type: 'offline'
>   :oauth2_approval_prompt: 'force'
>   :oauth2_scope: "userinfo.email userinfo.profile analytics.readonly 
> http://gdata.youtube.com https://adwords.google.com/api/adwords/";
>   :oauth2_callback: '
> http://127.0.0.1:3000/users/auth/google_oauth2/callback'
>
>   :developer_token: MYDEVTOKEN
>   :user_agent: MARKETSTARTER
> :service:
>   :environment: PRODUCTION
> :connection:
>   :enable_gzip: false
> :library:
>   :log_level: INFO
>
> Omniauth works fine. I am able to get the access token, refresh token, and 
> verification code for the user. 
> I get the user to approve all the necessary scopes as well. Screenshot 
> attached.
>
> The problem starts when I call a method trying to access the AdWords API 
> and authorize. That is when I get the invalid grant error.
>
> Here is the method I am using to call the AdWords API and the 
> adwords_api.yml file setup.
>
> def update_adwords
> self.google_refresh_access_token unless self.google_access_token_live? 
> #refresh access token if over an 1 hour old.
> google_authentication = self.authentications.find(:first, :conditions 
> => { :provider => 'google_oauth2'})
> config_filename = File.join(Rails.root, 'config', 'adwords_api.yml')
> adwords = AdwordsApi::Api.new(config_filename)
> api_version = :v201302
> *token = adwords.authorize({:oauth2_verification_code => 
> google_authentication.verification_code}) #this is where error is happening
> *
> campaign_srv = adwords.service(:CampaignService, api_version)
> end
>
> :authentication:
>   :method: OAuth2
>   :oauth2_client_id: MYCLIENTID
>   :oauth2_client_secret: MYCLIENTSECRET
>   :oauth2_access_type: 'offline'
>   :oauth2_approval_prompt: 'force'
>   :oauth2_scope: "userinfo.email userinfo.profile analytics.readonly 
> http://gdata.youtube.com https://adwords.google.com/api/adwords/";
>   :oauth2_callback: '
> http://127.0.0.1:3000/users/auth/google_oauth2/callback'
>
>   :developer_token: MYDEVTOKEN
>   :user_agent: MARKETSTARTER
> :service:
>   :environment: PRODUCTION
> :connection:
>   :enable_gzip: false
> :library:
>   :log_level: INFO
>
>
> On Friday, May 24, 2013 7:35:43 AM UTC-7, Anash P. Oommen (AdWords API 
> Team) wrote:
>>
>> HI Christopher,
>>
>> Could you see if making scope space separated instead of comma separated 
>> solves your issue?
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor
>>
>> On Thursday, May 23, 2013 1:50:12 PM UTC+5:30, Christopher Sell wrote:
>>>
>>> Hi all, sorry to repost, but I am experiencing a new error using oauth2 
>>> with google-api-ads-ruby gem and I wanted to update my question.
>>>
>>> I am using omniauth for oauth2 authentication with Google.
>>>   config.omniauth :google_oauth2, ENV['GOOGLE_CONSUMER_KEY'], 
>>> ENV['GOOGLE_CONSUMER_SECRET'],
>>>   {
>>> :scope => 
>>> "userinfo.email,userinfo.profile,analytics.readonly,
>>> http://gdata.youtube.com,https://adwords.google.com/api/adwords/";,
>>> :approval_prompt => "force",
>>> :access_type => "offline"
>>>   }
>>>
>>> *Great: I am able to authenticate the user, get their access_token, 
>>> refresh_token, and verification_code and store them in my database.*
>>>
>>> *Bad: Now I am actually trying to make calls to the AdWords API on 
>>> their behalf and experiencing the following error:*
>>> AdsCommon::Errors::AuthError: Authorization error occured: Authorization 
>>> failed.  Server message:
>>> {
>>>   "error" : "invalid_grant"
>>> }
>>>
>>> I know I need to authorize with adwords using the verification code and 
>>> this is where I am getting the error.
>>> Here is the method I am using to call the AdWords API. My code is 
>>> failing on adwords.authorize()
>>> config_filename = File.join(Rails.root, 'config', 'adwords_api.yml')
>>> adwords = AdwordsApi::Api.new(config_filename)
>>> api_version = :v201302
>>> token = adwords.authorize({:oauth2_verification_code => 
>>> google_authentication.verification_code})
>>> campaign_srv = adwords.service(:CampaignService, api_version)
>>>
>>> Here is my adwords_api.yml file:
>>> ---
>>> :authentication:
>>>   # Authentication method, for web applications OAuth is recommended.
>>>   :method: OAuth2
>>>
>>>   # Auth parameters for OAuth2.0 method.
>>>   :oauth2_client_id: MY CLIENT_ID
>>>   :oauth2_client_secret: MY CLIENT SECRET
>>>   :oauth2_access_type: 'offline'
>>>   :oauth2_approval_prompt: 'force'
>>>   # Callback is s

Get ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading performance reports?

2013-09-19 Thread bgao
Hello,

We download the Keyword Performance reports every midnight for around 100 
accounts we manage. Every night we get ERROR_GETTING_RESPONSE_FROM_BACKEND 
for around 5% of the accounts when downloading the reports in parallel. We 
parallel the report download with around 20 threads. Our approach has been 
retrying the download after 10 minutes first time it failed and retrying it 
after 20 minutes if it failed again. However, some accounts keep failing 
with this error when downloading in all three download attempts. For 
example, one account that failed 3 times last night has account id 
3469048112.

We can't find much information about what this error is about and how to 
avoid it. Does anyone know how to fix or workaround this issue?

Thanks,
Bin

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


Re: How to get ClientCustomerID from access token OAuth2.0

2013-09-19 Thread AdWords API Advisor
Hi, 

Correct me if I'm wrong, you'd like to get client customer Ids under an MCC 
you authenticated using OAuth2?
If so this 
examplehelps
 you how to write such code.

Best,
- Takeshi, AdWords API Team
2013年9月17日火曜日 21時42分08秒 UTC+9 g...@mediasales.hu:
>
> Hi!
>
> I would like to get the clientcustomerID automatically after a successfull 
> OAuth2.0 login. On the MCC account  the clients have on their accounts a 
> setup that gives permissions for them inside the MCC. So they only see what 
> they have permission for. I would like to get this information. So if they 
> login with Oauth2.0 they can report from thoose accounts which they have 
> permisson for. I tried CustomerService and ManagedCustomerService without 
> any success.
>
> How to solve this problem? Pls help.
>
> Thanks,
>

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


Re: NetworkSetting will become immutable

2013-09-19 Thread Aradhya Tripathi
Hi Steve,

Thanks for replying. Unfortunately, the link wasn't of much help.
What I would like to know is, will I be able to switch between campaign 
types?
Will this change affect just display-only campaigns, or campaigns that have 
both display and search?

Thanks,
Aradhya

On Wednesday, September 18, 2013 11:25:20 PM UTC+5:30, Steve Wollkind wrote:
>
> It's a bit confusing, but there's a table at the end of this page:
> https://support.google.com/adwords/answer/2567043?hl=en
>
> That breaks down exactly what is and is not allowed under the new rules.
>
> Steve
>
> On Wednesday, September 18, 2013 8:21:16 AM UTC-4, Aradhya Tripathi wrote:
>>
>> Hi,
>>
>> According to 
>> thisblog
>>  post, NetworkSetting will become immutable in early October.
>> I have the following questions about this change:
>>
>> 1) This will be in effect on which date?
>>
>> 2) The title mentions display-only campaigns, but the update mentions 
>> "any change".
>> What does this mean? Will I be able to change the network setting for 
>> "Search and Display"campaigns?
>>  OR
>> I won't be able to change the network setting at all once the 
>> campaign has been created?
>>
>> Thanks,
>> Aradhya
>>
>

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