Re: Fwd: API call to invite a client account to be managed by an MCC

2012-09-05 Thread Taras Lyapun
Guys, API has no sense without this feature! Because sending invite is one 
of the key processes using MCC.

среда, 5 сентября 2012 г., 18:42:30 UTC+3 пользователь Kevin Winter написал:
>
> Hi,
>   Unfortunately, this is still not possible.  We've been communicating 
> this feedback to the core engineers and working with them to see if this 
> functionality could be built in the future.
>
> - Kevin Winter
> AdWords API Team
>
> On Tuesday, September 4, 2012 8:39:25 AM UTC-4, Taras Lyapun wrote:
>>
>> Is there any news about this feature?
>>
>> пятница, 11 февраля 2011 г., 17:27:41 UTC+2 пользователь AdWords API 
>> Advisor написал:
>>>
>>> Hi, 
>>>
>>> This functionality is still not available in the AdWords API, but if 
>>> you wish, I could make a feature request on your behalf. 
>>>
>>> Cheers, 
>>> Anash P. Oommen, 
>>> AdWords API Advisor. 
>>>
>>> On Feb 10, 12:59 pm, necronet  wrote: 
>>> > Is this functionalliy already on the API or still there are no plan to 
>>> > do it 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > -- Forwarded message -- 
>>> > From: AdWords API Advisor  
>>> > Date: 11 sep 2008, 09:35 
>>> > Subject: API call to invite a client account to be managed by an MCC 
>>> > To: AdWords API Forum 
>>> > 
>>> > Hello, 
>>> > 
>>> >  That functionality is not part of the AdWords API, no. Sorry to 
>>> > disappoint. 
>>> > 
>>> > Cheers, 
>>> > -Jeff Posnick, AdWords API Team 
>>> > 
>>> > On Sep 10, 2:05 pm, "j.e.frank"  wrote: 
>>> > 
>>> > > I have looked through the AdWords API and searched on this forum, 
>>> but 
>>> > > it seems that there is no way to automate the process of inviting a 
>>> > > client AdWords account to bemanagedby anMCC.  (I'm looking to 
>>> > > automate just theinvitation, not the acceptance of thatinvitation.) 
>>> > 
>>> > > I found these threads, indicating that such aninvitationcall is not 
>>> > > available in the API, but they are from 2006 and 2007 so I thought 
>>> it 
>>> > > would be worth double-checking with the community here. 
>>> > 
>>> > >
>>> http://groups.google.com/group/adwords-api/browse_thread/thread/3875d.. 
>>>
>>> > 
>>> > > Sorry if this is repetitive to the earlier posts, but the API is a 
>>> > > moving target, so it seemed worth trying to verify the continued 
>>> lack 
>>> > > of aninvitationAPI call.  Does anyone know of such a call, or 
>>> > > definitively that there is not?
>>
>>

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

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


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-05 Thread Taras Lyapun


среда, 5 сентября 2012 г., 18:39:15 UTC+3 пользователь Kevin Winter написал:
>
> Hi,
>   Just to clarify, did you follow the steps listed here for a new google 
> account? 
> https://developers.google.com/adwords/api/docs/sandbox#getting-started
>
>
Yes, ofcourse
 

> Please indicate what step you are on and what error message you are seeing.
>
>
I successfully go through 5 steps, but on 6, when I try, for example create 
new account in MCC - i get "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR"
 

> - Kevin Winter
> AdWords API Team
>
> On Tuesday, September 4, 2012 7:48:01 AM UTC-4, Taras Lyapun wrote:
>>
>> Hi!
>>
>> Yes, this issue still happens.
>>
>> вторник, 21 августа 2012 г., 16:27:23 UTC+3 пользователь Kevin Winter 
>> написал:
>>>
>>> Hi,
>>>   We just fixed a bug that prevented accounts from being created 
>>> correctly.  Could you please create a new sandbox account and let me know 
>>> if this still happens?
>>>
>>> - Kevin Winter
>>> AdWords API Team
>>>
>>> On Wednesday, July 25, 2012 8:47:57 PM UTC-4, Tommy Choi wrote:

 Yes, it happens consistently. What we try to do is to get a list of 
 available accounts, we and using .net client library v201109 and here is 
 our codes:
 AdWordsUser user = new AdWordsUser();
 // Get the ServicedAccountService.
 ServicedAccountService servicedAccountService = 
 (ServicedAccountService)user.GetService(AdWordsService.v201109.ServicedAccountService);

 // Create the selector.
 ServicedAccountSelector selector = new 
 ServicedAccountSelector();
 // Disable selector paging to retrive links.
 selector.enablePaging = false;

 // Retrieve the accounts.
 ServicedAccountGraph graph = 
 servicedAccountService.get(selector);

 We encounter the error at the last line of codes.

 [SoapException: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
  message, WebResponse response, Stream responseStream, Boolean asyncCall) 
 +1485877
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
 methodName, Object[] parameters) +221
Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, 
 Object[] parameters) +240


 I thank you very much for your help.

 On Wednesday, July 25, 2012 11:51:32 PM UTC+10, Kevin Winter wrote:
>
> Hi,
>   The original bug mentioned in the thread affected creating accounts 
> in the Sandbox (which is still not supported).  Could you please provide 
> more information about your error?  Does it happen consistently or 
> sporadically?
>
> - Kevin Winter
> AdWords API Team
>
> On Tuesday, July 24, 2012 8:55:28 PM UTC-4, Tommy Choi wrote:
>>
>> Hi, I am using AdWordsService.v201109.ServicedAccountService in 
>> sandbox environment and face the same error. I guess the fix has not 
>> been 
>> done yet?
>>
>> On Saturday, May 5, 2012 12:10:04 AM UTC+10, Kevin Winter wrote:
>>>
>>> Hi,
>>>   Unfortunately, we have no update at this time.
>>>
>>> - Kevin Winter
>>> AdWords API Team
>>>
>>> On Friday, May 4, 2012 6:50:53 AM UTC-4, Marc Sanders wrote:

 Has this issues been resolved?

 On Sunday, March 4, 2012 11:41:53 AM UTC+1, Bruce Wu wrote:
>
> Hi,
>
> I'm facing the same problem (using PHP with and without client 
> library). 
>
> To replicate, try the CreateAccount.php example with PHP 5.3.2
>
> For me, it ended up with: "An error has occurred: 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro".
>
> Best regards,
> Bruce Wu
>


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

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


Re: INVALID_TOKEN_HEADER error

2012-09-05 Thread thanhnguyen
  Hi Anash, 
 My code get error
*Fatal error*: Uncaught SoapFault exception: [soap:Server] 
[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'myem...@gmail.com++USD'] 
in 
E:\lemonServer\WWW\adword\src\Google\Api\Ads\Common\Lib\AdsSoapClient.php:201 
Stack trace: #0 
E:\lemonServer\WWW\adword\src\Google\Api\Ads\Common\Lib\AdsSoapClient.php(201): 
SoapClient->__soapCall('get', Array, NULL, Array, Array) #1 
E:\lemonServer\WWW\adword\src\Google\Api\Ads\AdWords\v201109\CampaignService.php(5702):
 
AdsSoapClient->__soapCall('get', Array) #2 
E:\lemonServer\WWW\adword\examples\v201109\BasicOperations\Test.php(36): 
CampaignService->get(Object(Selector)) #3 {main} thrown in *
E:\lemonServer\WWW\adword\src\Google\Api\Ads\Common\Lib\AdsSoapClient.php*on 
line 
*201*
*
*
*what's error?
*
On Tuesday, July 27, 2010 9:59:09 PM UTC+7, Christian Fuentes wrote:
>
> Sorry for the newbie question but I got the sandbox environment 
> working ok, made some tests, but when I tried to get all campaigns in 
> "not sandbox" mode I got this error 
>
> Fatal error: Uncaught SoapFault exception: [soap:Server] 
> QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger...@email.com' 
>
>
> I've read that's because I'm using sandbox credentials... but what's 
> the difference? 
>
> 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


Re: keyword performance report for display network

2012-09-05 Thread OzChad
Thanks David, the dummy keyword "content"  with id 300 is what I 
expected, however the return xml doesn't have any rows. those are columns i 
selected and predicate is just the campaign Id. could you tell what I did 
wrong?
 























   

On Saturday, 1 September 2012 07:40:51 UTC+10, David Torres wrote:
>
> Hi,
>
> The keywords performance report is only suitable for search campaigns, 
> though you should be able to get a special 300 keyword id in them for 
> display campaign that basically summarizes all stats for display keywords.
>
> Best,
>
> -David Torres - AdWords API Team
>
> On Tuesday, August 28, 2012 12:12:50 AM UTC-4, OzChad wrote:
>>
>> Hi, More and more people start to use Google display network for online 
>> advertising. theoretical speaking ads in display network are also triggered 
>> by keywords. However when we try to retrieve data in keyword performance 
>> report (api) for display network campaigns we got empty report. The value 
>> tracking parameters {keyword} has not been replaced. but ads performance 
>> report works fine for this type of campaign. Can someone tell me is 
>> keyword performance report suitable for that type of campaigns? or there 
>> are some way we could work around.
>>
>>

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

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


Re: how to create an ad with view tag

2012-09-05 Thread Jason Stedman
I believe what you are asking is if it is possible to place an impression 
tracking tag in an ad. 

This is not possible, but you can always retrieve the impressions statistic 
in reports which would likely be more accurate. 

If I miss understood the question, please elaborate.

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

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


AdWords scripts - now available to all AdWords users

2012-09-05 Thread Kevin Winter
For those who may be interested, we've just officially launched AdWords 
scripts for all advertisers globally.

New features include:

   - Increased limits (30 minutes, 50k objects per iterator, 100k overall).
   - Ad Parameter support.
   - Scheduling of scripts to run once, daily, weekly or monthly.

Check out the blog 
post
 for 
details.

- Kevin Winter
AdWords API Team

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

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


Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Ewan Heming
I've recently been thinking about the same issue myself because it would 
make working with the Symfony framework much easier. I don't have too much 
spare time, but would certainly be happy to help out with at least the 
namespace issue for improved classloading and IDE support.

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

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


Re: Getting Data for Keywords that contains "+"

2012-09-05 Thread Jeff
Nevermind, I can infer from the KEYWORD_CONTAINS_BROAD_MATCH_MODIFIERS 
TrafficEstimatorError that it has not been added :-)


On Wednesday, September 5, 2012 3:47:59 PM UTC-4, Jeff wrote:
>
> Hi, I am wondering if support for broad match modifier has been added to 
> TrafficEstimatorService in v201206.
>
> Thanks,
>
> Jeff
>
> On Monday, October 11, 2010 3:26:09 PM UTC-4, AdWords API Advisor wrote:
>>
>> Hi, 
>>
>> The plus sign in keywords is part of the Broad Match Modifier feature: 
>>
>>   http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=175280 
>>
>> Unfortunately this feature isn't supported by the TargetingIdeaService 
>> or TrafficEstimatorService. 
>>
>> Best, 
>> - Eric Koleda, AdWords API Team 
>>
>> On Oct 8, 7:54 am, Jaby-Chan  wrote: 
>> > Hello, 
>> > is it possibel to get Data from the TrafficEstimatorServiceInterface 
>> > and TargetingIdeaServiceInterface for Keywords that contains "+". Or 
>> > is it necessary to escape the "+" to recieve Data for those keywords. 
>> > 
>> > As we send Keyword  that contained "+" it return the Keyword with 
>> > blankspaces at the positions of "+". 
>> > 
>> > Thanks a lot.
>
>

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

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


Re: Getting Data for Keywords that contains "+"

2012-09-05 Thread Jeff
Hi, I am wondering if support for broad match modifier has been added to 
TrafficEstimatorService in v201206.

Thanks,

Jeff

On Monday, October 11, 2010 3:26:09 PM UTC-4, AdWords API Advisor wrote:
>
> Hi, 
>
> The plus sign in keywords is part of the Broad Match Modifier feature: 
>
>   http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=175280 
>
> Unfortunately this feature isn't supported by the TargetingIdeaService 
> or TrafficEstimatorService. 
>
> Best, 
> - Eric Koleda, AdWords API Team 
>
> On Oct 8, 7:54 am, Jaby-Chan  wrote: 
> > Hello, 
> > is it possibel to get Data from the TrafficEstimatorServiceInterface 
> > and TargetingIdeaServiceInterface for Keywords that contains "+". Or 
> > is it necessary to escape the "+" to recieve Data for those keywords. 
> > 
> > As we send Keyword  that contained "+" it return the Keyword with 
> > blankspaces at the positions of "+". 
> > 
> > Thanks a lot.

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


Brief downtime in the next hour.

2012-09-05 Thread Kevin Winter
We apologize for the short notice, but there will be a brief period 
(approx. 30 minutes) of downtime in the next hour to test the error logic 
in preparation for the production downtime this 
weekend
.

We apologize for the inconvenience.

- Kevin Winter
AdWords API Team

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

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


No GLOBAL_MONTHLY_SEARCHES in v201206

2012-09-05 Thread Kevin Nguyen
Hi,

I posted a message on the forum (
https://groups.google.com/forum/?fromgroups=#!search/global_monthly_search/adwords-api/D75_pfZsjyM/MzfnG_fIhe4J)
 awhile
back regarding to this issue.  I did get a response from David Torres, and
here is his message:

> The new SEARCH_VOLUME is equivalent to GLOBAL_MONTHLY_SEARCHES when no 
> LocationSearchParameter
> and LanguageSearchParameter are specified, on the flip side SEARCH_VOLUME
> is equivalent to AVERAGE_TARGETED_MONTHLY_SEARCHES if a language and/or a
> location is required.


However, this is only true if we want to get search volume for EXACT match
keywords, and there are no way that I could find to get search volume for
keywords with other match types such as BROAD match.  Given that our system
depends on getting search volume for BROAD match keywords, this migration
becomes nontrivial.  Are there any plan to add this feature back?

I included soap requests and responses for v201109 and v201206.

V201109:
==
Request Body:

  https://adwords.google.com/api/adwords/o/v201109";>

  https://adwords.google.com/api/adwords/o/v201109";>

  https://adwords.google.com/api/adwords/cm/v201109";>shoes
  https://adwords.google.com/api/adwords/cm/v201109";>BROAD

  
  KEYWORD
  STATS

GLOBAL_MONTHLY_SEARCHES
  
https://adwords.google.com/api/adwords/cm/v201109";>0
https://adwords.google.com/api/adwords/cm/v201109";>800
  

  


Response Body:
  
https://adwords.google.com/api/adwords/cm/v201109"; xmlns="
https://adwords.google.com/api/adwords/o/v201109";>
  
1

  
GLOBAL_MONTHLY_SEARCHES
http://www.w3.org/2001/XMLSchema-instance";>
  LongAttribute
  6800

  

  

  

V201206:
===

Request Body:

  https://adwords.google.com/api/adwords/o/v201206";>

  https://adwords.google.com/api/adwords/o/v201206";>
shoes
  
  KEYWORD
  STATS
  SEARCH_VOLUME
  
https://adwords.google.com/api/adwords/cm/v201206";>0
https://adwords.google.com/api/adwords/cm/v201206";>100
  

  


Response Body:

  https://adwords.google.com/api/adwords/cm/v201206";
xmlns="https://adwords.google.com/api/adwords/o/v201206";>

  1
  

  SEARCH_VOLUME
  http://www.w3.org/2001/XMLSchema-instance";>
LongAttribute
409
  

  

  



Thanks,
Kevin

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

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


Re: What is the API's next release date?

2012-09-05 Thread JM
Hi!

I have a concern regarding these releases.

Will each release deprecate the previous release, forcing us to migrate our 
code three times per year?

Regards,
Jose M. Armijo


On Tuesday, September 4, 2012 8:09:31 PM UTC-7, Anash P. Oommen wrote:
>
> Hi Asaf,
>
> I don't have specific dates for upcoming releases, but as per the blog, 
> the release of a major version deprecates the older versions, and the older 
> versions are typically sunset in about 4 months' time. The exact dates are 
> announced on http://googleadsdeveloper.blogspot.com, so you might want to 
> keep a closer watch on the posts on this blog.
>
> v201109 is due for sunset on 26 Oct 2012, and is mentioned in this post: 
> http://googleadsdeveloper.blogspot.com/2012/06/adwords-api-v201206-launch-including.html
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Tuesday, 4 September 2012 17:24:26 UTC+5:30, Asaf Sella wrote:
>>
>> Hi Anash,
>>
>> I’d appreciate your farther assistance with providing more details 
>> regarding the *actual dates*.
>>
>> Is the change is going to take place by the end of this month?
>>
>> What is the API version which will be sunset as a result?
>> We are currently working with API version ‘v201109’ – we’d like to know 
>> if and when this version will be sunset.
>> Thanks,
>> Asaf
>>  
>>
>> On Tuesday, September 4, 2012 12:34:18 PM UTC+3, Anash P. Oommen wrote:
>>
>>> Hi Asaf,
>>>
>>> As per the blog, 
>>>
>>> "These major releases will occur 3 times per year: at the end of 
>>> February, in the middle of June and at the end of September. Exact release 
>>> dates may vary."
>>>
>>> Hope this helps.
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Sunday, 2 September 2012 13:40:06 UTC+5:30, Asaf Sella wrote:

 Hi,
 We've got the communication regarding the three major releases that are 
 planned to take place each year - see below link.

 http://googleadsdeveloper.blogspot.co.il/2012/08/release-schedule-for-adwords-api.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+blogspot/lQlzL+(Google+Ads+Developer+Blog+-+AdWords+API)&utm_content=Google+Feedfetcher
 Yet - no official date was indicated but only general saying of "API 
 will be released according to a published schedule".
 Could you advice where can we find such a schedule?
 Thanks in advance,
 Asaf Sella

>>>

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

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


Re: Change notification settings via API?

2012-09-05 Thread Kevin Winter
Hi,
  Unfortunately, configuration settings like these are not currently 
exposed via the API.

- Kevin Winter
AdWords API Team

On Tuesday, September 4, 2012 10:51:53 AM UTC-4, veseo wrote:
>
> Hi,
>
> can anyone answer this? We have hundreds of clients, whose settings must 
> be changed and it would take too much time to do it manually.
>
> On Monday, September 3, 2012 11:17:58 AM UTC+3, veseo wrote:
>>
>> Hi,
>>
>> is there a way to change the notification settings and who receives 
>> notifications on certain events via the API? I noticed AlertService, but as 
>> far as I saw, it's used to get actual alerts (filtered by various filters), 
>> not change a client's notification settings. Neither CustomerService, nor 
>> ManagedCustomerService seem to offer that option too. Can anything be done 
>> via the API?
>>
>

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

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


Re: Fwd: API call to invite a client account to be managed by an MCC

2012-09-05 Thread Kevin Winter
Hi,
  Unfortunately, this is still not possible.  We've been communicating this 
feedback to the core engineers and working with them to see if this 
functionality could be built in the future.

- Kevin Winter
AdWords API Team

On Tuesday, September 4, 2012 8:39:25 AM UTC-4, Taras Lyapun wrote:
>
> Is there any news about this feature?
>
> пятница, 11 февраля 2011 г., 17:27:41 UTC+2 пользователь AdWords API 
> Advisor написал:
>>
>> Hi, 
>>
>> This functionality is still not available in the AdWords API, but if 
>> you wish, I could make a feature request on your behalf. 
>>
>> Cheers, 
>> Anash P. Oommen, 
>> AdWords API Advisor. 
>>
>> On Feb 10, 12:59 pm, necronet  wrote: 
>> > Is this functionalliy already on the API or still there are no plan to 
>> > do it 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > -- Forwarded message -- 
>> > From: AdWords API Advisor  
>> > Date: 11 sep 2008, 09:35 
>> > Subject: API call to invite a client account to be managed by an MCC 
>> > To: AdWords API Forum 
>> > 
>> > Hello, 
>> > 
>> >  That functionality is not part of the AdWords API, no. Sorry to 
>> > disappoint. 
>> > 
>> > Cheers, 
>> > -Jeff Posnick, AdWords API Team 
>> > 
>> > On Sep 10, 2:05 pm, "j.e.frank"  wrote: 
>> > 
>> > > I have looked through the AdWords API and searched on this forum, but 
>> > > it seems that there is no way to automate the process of inviting a 
>> > > client AdWords account to bemanagedby anMCC.  (I'm looking to 
>> > > automate just theinvitation, not the acceptance of thatinvitation.) 
>> > 
>> > > I found these threads, indicating that such aninvitationcall is not 
>> > > available in the API, but they are from 2006 and 2007 so I thought it 
>> > > would be worth double-checking with the community here. 
>> > 
>> > >
>> http://groups.google.com/group/adwords-api/browse_thread/thread/3875d.. 
>>
>> > 
>> > > Sorry if this is repetitive to the earlier posts, but the API is a 
>> > > moving target, so it seemed worth trying to verify the continued lack 
>> > > of aninvitationAPI call.  Does anyone know of such a call, or 
>> > > definitively that there is not?
>
>

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

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


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-05 Thread Kevin Winter
Hi,
  Just to clarify, did you follow the steps listed here for a new google 
account? 
https://developers.google.com/adwords/api/docs/sandbox#getting-started

Please indicate what step you are on and what error message you are seeing.

- Kevin Winter
AdWords API Team

On Tuesday, September 4, 2012 7:48:01 AM UTC-4, Taras Lyapun wrote:
>
> Hi!
>
> Yes, this issue still happens.
>
> вторник, 21 августа 2012 г., 16:27:23 UTC+3 пользователь Kevin Winter 
> написал:
>>
>> Hi,
>>   We just fixed a bug that prevented accounts from being created 
>> correctly.  Could you please create a new sandbox account and let me know 
>> if this still happens?
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Wednesday, July 25, 2012 8:47:57 PM UTC-4, Tommy Choi wrote:
>>>
>>> Yes, it happens consistently. What we try to do is to get a list of 
>>> available accounts, we and using .net client library v201109 and here is 
>>> our codes:
>>> AdWordsUser user = new AdWordsUser();
>>> // Get the ServicedAccountService.
>>> ServicedAccountService servicedAccountService = 
>>> (ServicedAccountService)user.GetService(AdWordsService.v201109.ServicedAccountService);
>>>
>>> // Create the selector.
>>> ServicedAccountSelector selector = new 
>>> ServicedAccountSelector();
>>> // Disable selector paging to retrive links.
>>> selector.enablePaging = false;
>>>
>>> // Retrieve the accounts.
>>> ServicedAccountGraph graph = 
>>> servicedAccountService.get(selector);
>>>
>>> We encounter the error at the last line of codes.
>>>
>>> [SoapException: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>>> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
>>>
>>> System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
>>>  message, WebResponse response, Stream responseStream, Boolean asyncCall) 
>>> +1485877
>>>System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
>>> methodName, Object[] parameters) +221
>>>Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, 
>>> Object[] parameters) +240
>>>
>>>
>>> I thank you very much for your help.
>>>
>>> On Wednesday, July 25, 2012 11:51:32 PM UTC+10, Kevin Winter wrote:

 Hi,
   The original bug mentioned in the thread affected creating accounts 
 in the Sandbox (which is still not supported).  Could you please provide 
 more information about your error?  Does it happen consistently or 
 sporadically?

 - Kevin Winter
 AdWords API Team

 On Tuesday, July 24, 2012 8:55:28 PM UTC-4, Tommy Choi wrote:
>
> Hi, I am using AdWordsService.v201109.ServicedAccountService in 
> sandbox environment and face the same error. I guess the fix has not been 
> done yet?
>
> On Saturday, May 5, 2012 12:10:04 AM UTC+10, Kevin Winter wrote:
>>
>> Hi,
>>   Unfortunately, we have no update at this time.
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Friday, May 4, 2012 6:50:53 AM UTC-4, Marc Sanders wrote:
>>>
>>> Has this issues been resolved?
>>>
>>> On Sunday, March 4, 2012 11:41:53 AM UTC+1, Bruce Wu wrote:

 Hi,

 I'm facing the same problem (using PHP with and without client 
 library). 

 To replicate, try the CreateAccount.php example with PHP 5.3.2

 For me, it ended up with: "An error has occurred: 
 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro".

 Best regards,
 Bruce Wu

>>>

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

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


Re: Are ifpla and ifpe value track parameters limited to adwords_redirect?

2012-09-05 Thread Kevin Winter
Hi Hans,
  Unfortunately, this isn't an API-specific questions - you'll probably get 
a better answer on the general product forums.

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 6:11:28 PM UTC-4, HK wrote:
>
> I'll provide an example in case that clarifies things. So the question is 
> if I can submit this:
>
> param1=ab{ifpe:c}
>
> Here, if the click occurs on a PE ad, I get 'param1=abc' back, otherwise 
> 'param1=ab'.
>
> Thanks,
> Hans
>
> On Thursday, August 30, 2012 8:07:57 PM UTC-7, HK wrote:
>>
>> Hi,
>>  
>> Does anyone know if the ifpla and ifpe value track parameters are limited 
>> to adwords_redirect? I'd like to use them in adwords_queryparam as well, 
>> but as it's difficult to test this except on a live account, I'd like to 
>> see if someone already knows the answer here.
>>  
>> Thanks,
>> Hans
>>
>

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

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


Re: Is this the right way of getting the Timezone?

2012-09-05 Thread Kevin Winter
Hi Oliver,
  No, you are using this service correctly.  The difference is caused by 
the implementation of reports versus the SOAP api.  They read from 
different backend systems with different filter in place.

When working with dates and times, I cannot recommend the java library 
JodaTime highly enough.  The DateTimeZone object has multiple factory 
methods to load IDs in a variety of formats:

http://joda-time.sourceforge.net/apidocs/org/joda/time/DateTimeZone.html#method_summary
Of note is the ability to translate from offset hours (as a signed integer) 
to a timezone.

It even accepts a java DateTime object, which you can get for the long 
string, like so:

TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles");

We recommend using JodaTime to deal with the intricacies of time zones.

- Kevin Winter
AdWords API Team

On Thursday, August 30, 2012 4:32:04 PM UTC-4, Oliver wrote:
>
> Assume the timezone of my account, as returned by an Account Report, is 
> *(GMT+00:00) 
> London*.
>
> I need to use a Service object in my case and I use the 
> ManagedCustomerService object to get the timezone (instead of an Account 
> Report).
>
> My code does this:
>
> selector.setFields(new String[]{"DateTimeZone"});
> ManagedCustomerPage page = managedCustomerService.get(selector);
> for (ManagedCustomer customer : page.getEntries()) {
>System.out.println(customer.getDateTimeZone());
> }
>
> The output of this code is *Europe/London* and not* (GMT+00:00) London*(as 
> given by the report).
>
> Am I using the ManagedCustomerService wrongly?  Is there anyway to get the 
> timezone via the Service object to look like the one we get from the report?
>
> Thanks
>
> Oliver
>
>

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


Ad rotration error - BiddingTransitionError.TRANSITION_TO_ITSELF

2012-09-05 Thread Ace
Hi ,
 
In the sandbox environment - I'm trying to change the campain 

AdServingOptimizationStatus

So I can enable rotation (as requested by RMF) - I get an error :

faultString: [BiddingTransitionError.TRANSITION_TO_ITSELF @ 
operations[0].biddingTransition.targetBiddingStrategy]

*My code looks like:*


CampaignServiceInterface campaignService =
user.getService(AdWordsService.V201206.CAMPAIGN_SERVICE);

long campaignId = Long.parseLong(pMachineID);

// Create campaign with updated budget.
Campaign campaign = new Campaign();
campaign.setId(campaignId);

campaign.setAdServingOptimizationStatus(AdServingOptimizationStatus.ROTATE); 


CampaignOperation operation = new CampaignOperation();
BiddingTransition trans = new BiddingTransition();
trans.setTargetBiddingStrategy(biddingStrategy);
operation.setBiddingTransition(trans);
operation.setOperand(campaign);
operation.setOperator(Operator.SET);

CampaignOperation[] operations = new CampaignOperation[] 
{operation};

// Update campaign.
CampaignReturnValue result = campaignService.mutate(operations);

 

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


Re: Adwords Scripts with Adwords API

2012-09-05 Thread Kevin Winter
Hi Kai,
  I answered this question on the scripts 
forum: https://groups.google.com/d/msg/adwords-scripts/L7hE3cunDeg/OdBTIO_Tn2gJ

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 9:05:05 AM UTC-4, Kai steudten wrote:
>
> Hello,
>
> i have a web application in which i use the adwords api to communicate 
> with my adwords account.
>
> Is it possible to communicate through the adwords api with adwords scripts?
>
> For example to import parameters with adwords api to adwords scripts to 
> have a dynamic javascript with placeholders for the parameters in adwords 
> scripts.
>
>
> But primary question is if its possible to communicate through the adwords 
> api with adwords scripts?
>
>
> Regards,
> Kai
>

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

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


Re: How can we get full list of Currencies and Timezones?

2012-09-05 Thread Kevin Winter
Hi Oliver,
  Currencies and timezones change infrequently enough that making an API 
call to retrieve live values would not be efficient.  We recommend storing 
these values in a resource/file and re-using them rather than having your 
application dynamically update them.

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 7:00:14 AM UTC-4, Oliver wrote:
>
> I'd like to programmatically get the full list of currencies and 
> timezones listed here:
>
> https://developers.google.com/adwords/api/docs/appendix/currencycodes
> https://developers.google.com/adwords/api/docs/appendix/timezones
>
> The *ConstantDataService *allows me to get most of the System Codes, but 
> not these two unfortunately.  
>
> Any ideas where else I can get these lists programmatically?
>
> Oliver
>

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

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


Re: Product specific URLs

2012-09-05 Thread Kevin Winter
Hi,
  Technically, this is Keyword Insertion: 
http://support.google.com/adwords/bin/answer.py?hl=en&answer=2454041

Ad Params must be configured with the AdParamService, but the {keyword} tag 
doesn't require this setup.

The values in the destination URL are known as ValueTrack: 
http://support.google.com/adwords/bin/answer.py?hl=en&answer=2375447

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 6:46:16 AM UTC-4, Jason Stedman wrote:
>
> Welcome to the community!
>
> What you are seeing is referred to as an AdParam. This specific example is 
> a keyword insertion AdParam. When the ad is served, the keyword will be 
> used to replace the token {keyword:partnos}. If the keyword does not fit, 
> or for any reason cannot be inserted into the ad, 'partnos' is used as the 
> default value.
>
> You can actually use AdParams in the destination URL also. Of course this 
> means you have to be very careful to ensure that anything that is 
> substituted in gets appropriately served by the destination web server as 
> invalid destination URLs will cause headaches, potentially preventing ads 
> from serving. There are many ways to handle this depending on the 
> technology used in the web site and the level of access you have to the 
> server configuration. If the web page is mostly static html, you may want 
> to use mod_rewrite to handle cases where a page doesn't actually exist. If 
> it is something more dynamic you could handle it with HTTP:GET parameters 
> ("...index.php?keyword={keyword:default}").
>
> Whatever solution you choose, my understanding is that it is important for 
> quality score reasons to appropriately handle the default case and make 
> sure that relevant content is served for your targeting and keyword 
> choices. AdParams in destination URLs is a very valuable tool, but should 
> be used carefully.
>
>
> https://developers.google.com/adwords/api/docs/reference/latest/AdParamService
>
>

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

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


Re: What is AccountId in Account Report?

2012-09-05 Thread Kevin Winter
Hi Oliver,
  I believe this is an internal detail that leaked into the public API.  We 
strongly recommend using CustomerId field (ExternalCustomerId) as it is the 
ID used everywhere else for your account.

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 6:44:30 AM UTC-4, Oliver wrote:
>
> Thanks for your response.  I'm using adhoc reports v201206.
>
> I tried getting the Account report for various clients to try and make 
> sense of this ID.  It seems to me that the AccountId is simply your 
> internal ID by which you identify an account (very much like CampaignId, 
> AdgroupId, etc.).
>
> So I guess that's the ID I should use to refer to an account 
> programmatically, and not the Customer ID.
>
> Oliver
>
>
> On Friday, August 31, 2012 8:57:12 AM UTC+1, Anash P. Oommen wrote:
>>
>> Hi Oliver,
>>
>> Which version of the report are you using? Do you have an example report 
>> definition?
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Thursday, 30 August 2012 22:37:07 UTC+5:30, Oliver wrote:
>>>
>>> The Account report has 2 ID fields; AccountId and ExternalCustomerId.
>>>
>>> ExternalCustomerId is the 10 digit ID of the adwords account I'm 
>>> accessing via the API.
>>>
>>> So what is AccountId? It's an 8 digit number that doesn't correspond to 
>>> anything I see on the interface.  It's not the ID of the MCC to which the 
>>> token belong either (that ID is 10 digit as well).
>>>
>>> Any ideas?
>>>
>>> Oliver
>>>
>>>

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

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


Re: add Sitelink not working

2012-09-05 Thread Kevin Winter
Hi,
  I had to delete your previous post as it contained your uncensored 
Developer Token.  Please log into your MCC account and reset your developer 
token immediately.

The  element should probably have a 
xsi:type="SitelinksExtension" tag in it:



This tells the server to start processing the AdExtension as a 
SiteLinksExtension.  You'll also need to add the v20 prefix to the 
displayText and destinationUrl tags in the siteLink.

We strongly encourage you to use a client library which handles these types 
of issues for you: 
https://developers.google.com/adwords/api/docs/clientlibraries

- Kevin Winter
AdWords API Team

On Friday, August 31, 2012 1:05:18 AM UTC-4, Smita wrote:
>
> Reply on this please?
>  
>

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

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


Re: the creation date of a campaign to show?

2012-09-05 Thread Oliver
Are you asking about the creation date of a campaign (as in question title) 
or the creation date of an account (as in your question body)?

If for a campaign, you can find this out by fetching the campaign's 
"StartDate" from the CampaignService object.

Not sure a start date of an account is available anywhere.

Oliver

On Wednesday, September 5, 2012 1:37:30 PM UTC+1, spetz wrote:
>
> hey there,
>
> I query campaigns in "all time" as google adwords does. I know that I 
> could fetch the whole campaign data by setting start date to something 
> 01/01/1900 and it works as I see the same results (amounts and numbers I 
> mean) with adwords. but the question is what is the exact start date of 
> that result set, that is not year 1900 for example. This means Google is 
> able to show the creation date of an account to use it to fetch all data 
> from the beginning, how will we do that using API?
>

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

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


Re: How can I get AdNetworkType1 field using keyword Performance Report

2012-09-05 Thread Kevin Winter
Hi Supraja,
  Unfortunately, it's not currently possible to get per-keyword stats for 
display keywords.  This is a shortcoming of the API.  The best you can get 
is stats for the magic keyword "Content", criteriaId=300 which 
represents ALL display keywords.

- Kevin Winter
AdWords API Team

On Thursday, August 30, 2012 2:00:38 PM UTC-4, dsr wrote:
>
> Hi,
>
> Can anyone help me in getting this newly added AdNetworkType1 field using 
> keyword Performance Report.(I need to get just the search or display only 
> keywords based on some condition in our application).I tried to filter 
> using predicate.I even tried to fetch this field as part of report so that 
> i can filter while parsing file.In either case I get an empty 
> file. Elimination of this field gives me complete set of keywords - which 
> includes both search and display. 
>
> Here is the report definition I use:
>
> Predicate searchPredicate = new Predicate("AdNetworkType1", 
> PredicateOperator.IN, new String[] {"SEARCH"});
> Predicate negativePredicate = new Predicate("IsNegative", 
> PredicateOperator.IN, new String[] {"FALSE", "false"});
> Predicate keywordStatusPredicate = new Predicate("Status", 
> PredicateOperator.IN, new String[] {UserStatus.ACTIVE.getValue()});
> Predicate adGroupStatusPredicate = new Predicate("AdGroupStatus", 
> PredicateOperator.IN, new String[] {AdGroupStatus.ENABLED.getValue()});
> Predicate campaignStatusPredicate = new Predicate("CampaignStatus", 
> PredicateOperator.IN, new String[] {CampaignStatus.ACTIVE.getValue()});
>
> // Adding searchPredicate (with values SEARCH/CONTENT)to selector fetches 
> an empty record
> selector.setPredicates(new Predicate[] {negativePredicate, 
> keywordStatusPredicate,adGroupStatusPredicate,campaignStatusPredicate});
>
> // Get current data from AdServer--Adding AdNetworkType to this fetches an 
> empty file
> selector.setFields(new String[] 
> {"CampaignName","CampaignId","CampaignStatus",
> "AdGroupName","AdGroupId","AdGroupStatus", 
> "KeywordText","Id",  "Status","KeywordMatchType", 
> "MaxCpc","FirstPageCpc","IsNegative","DestinationUrl"});
> // Create report definition.
> ReportDefinition reportDefinition = new ReportDefinition();
> reportDefinition.setReportName("Placement Listing & Status #" + 
> System.currentTimeMillis());
> reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.TODAY);
>
> reportDefinition.setReportType(ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT);
> reportDefinition.setDownloadFormat(DownloadFormat.TSV);
> reportDefinition.setIncludeZeroImpressions(true); //Tried setting this 
> both true and false
> reportDefinition.setSelector(selector);
>
> Please suggest if I am missing anything in the above definition?
>
> Appreciate any help.
>
> Thanks
> Supraja
>

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

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


Re: Issue in Google adwords API

2012-09-05 Thread Ibrahim Ozturkcan
Using both Google.Adwords or Google.Ads.Common is not solving the problem. 
Its not building.

On Friday, June 8, 2012 12:57:30 PM UTC+3, Rajesh G wrote:
>
> How to fix the below issue while working with google adwords client API
>
> The type 'Google.Api.Ads.Common.Lib.AdsUser' is defined in an assembly 
> that is not referenced. 
> You must add a reference to assembly 'Google.Ads.Common, Version=1.0.0.0, 
> Culture=neutral, PublicKeyToken=52807268f2b614dc'.
>
>
>
>

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


how to Retrive campaign budget in C#

2012-09-05 Thread kaminimishra
Hi,

Can you please tell me how to retrieve campaign budget in .net. Please help 
me it's urgent.

Thanks in Advance. 

Regards,
Kamini

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


the creation date of a campaign to show?

2012-09-05 Thread spetz
hey there,

I query campaigns in "all time" as google adwords does. I know that I could 
fetch the whole campaign data by setting start date to something 01/01/1900 
and it works as I see the same results (amounts and numbers I mean) with 
adwords. but the question is what is the exact start date of that result 
set, that is not year 1900 for example. This means Google is able to show 
the creation date of an account to use it to fetch all data from the 
beginning, how will we do that using API?

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

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


Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Jason Stedman
I don't do much with PHP, but as far as I can tell adding namespaces would 
remove support for PHP versions < 5.3, currently the minimum version is 5.2

it would be great if there were a way to reach out to the AdWords PHP community 
oob and find out how many people are actually still relying on legacy PHP. 

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

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


Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Kasper Pedersen
@Anash, that would be great. I'll send you an email :)

Changing the official client obviously has some major benefits, my only 
concern is that a lot of my gripes will require breaking backwards 
compatibility.

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

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


Re: Migration to v201206 java api

2012-09-05 Thread aminotsukasa
Thank you Anash.
Would you check two more substitute class ?
V201109 package has these class. but V201206 class don't have.

1.ServiceAccountantManager (to know api operation count and remove service 
class reference)
2.RelatedToKeywordSearchParameter(to keyword suggestion service)

Cheers.

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