Adword Developer token

2013-07-12 Thread Avvo Mail
I don't see AdWords API Center under Adword My Account. I need a 
developer token to build SOAP request. Please help.

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




Campaign individual budget

2013-07-12 Thread Cristiano Monteiro dos Santos
Hi guys.

I'm using Adwords Java API v201306. I have already created a campaign that 
is NOT using a shared budget (when I check on the Adwords interface, it 
shows I'm using an individual budget, giving me the option to switch to a 
budget from my shared library).

Now I'm trying to update that campaign, doing so by creating a new Budget 
object instance, setting the micro amount, delivery method and period 
attributes, setting it to the campaign, setting the campaign to an 
operation with a SET operator. When that operation is passed to the 
service, I'm getting the error [RequiredError.REQUIRED @ 
operations[0].operand.budget.budgetId].

So, how is it possible to update a campaign's budget without having to 
switch to a shared budget? As the campaign was created with an individual 
budget, why can't it stay as it is?

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: Special characters in Sitelinks

2013-07-12 Thread Anash P. Oommen (AdWords API Team)
Hi Jon,

Could you open an issue in the Perl client library's issue tracker? 
https://code.google.com/p/google-api-adwords-perl/issues/list

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, July 12, 2013 12:53:18 AM UTC+5:30, Jon wrote:


 When I create site links (FeedItems) with special/multi-byte characters, 
 it's not being interpretted as utf-8, and is ending up as ® instead of ® 
 at Google. This happens only for site links and not ads, etc. I am using 
 v201306 and the latest version (2.11) of the Perl library. 

 Are other people seeing this? Do we think this is a bug in the adowrds 
 api? Or maybe the Perl api? As best I can tell, I'm not doing anything 
 wrong; the requests work the same as for ads.

 Thanks,

 Jon


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Campaign individual budget

2013-07-12 Thread david
I believe even existing individual budgets have to be updated via the 
budgetService now. 
So you should be able to get the BudgetId field of your existing campaign 
by doing a GET to CampaignService (don't know the specifics of doing this 
using the Java client library). Then just mutate that budgetId using 
budgetService.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: 403 Forbidden error message when accessing Adwords API

2013-07-12 Thread d2ruv
Hi Anash,
 
Thank you for your suggestion.
 
 
The developer has reported the following feedback:
 
*  I've followed to your recommendation and got error code:

  ErrorCode = BadAuthentication

  For your convenience I've also attached our .config file.
*
 
Do you think it is worthwhile setting up Fiddler logging for further 
details?
 
Thank you in advance for your help.
 
Many thanks,
Dhruvesh

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




Google.AdWords.Examples.CSharp.exe.config
Description: XML document


Re: 403 Forbidden error message when accessing Adwords API

2013-07-12 Thread d2ruv
Hi Anash,
 
Thank you for your suggestion.
 
 
The developer has reported the following feedback:
 
*  I've followed to your recommendation and got error code:

  ErrorCode = BadAuthentication

  For your convenience I've also attached our .config file.
*
 
Do you think it is worthwhile setting up Fiddler logging for further 
details?
 
Thank you in advance for your help.
 
Many thanks,
Dhruvesh

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




Google.AdWords.Examples.CSharp.exe - MASKED PASSWORDS.config
Description: XML document


We are getting UNEXPECTED_INTERNAL_API_ERROR while downloading site likns report using 201302

2013-07-12 Thread Angel
Hi ,
 
Till last wee were able to download sitelinks report successfully but from 
past 3 days we are unable to download sitelinks reports for a particular 
client account.
We are getting unexpected_internal_api_error. For other client accounts we 
are able to download successfully.
 

-BEGIN API CALL-
Request
---

?xml version=1.0 encoding=utf-8?soap:Envelope xmlns:soap=
http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
http://www.w3.org/2001/XMLSchema;!--POST/api/adwords/cm/v201302/CampaignAdExtensionService
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client 
Protocol 4.0.30319.296)
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Host: adwords.google.com
Content-Length: 1504
Accept-Encoding: gzip
TimeStamp: Fri, 12 Jul 2013 05:54:22 GMT
--soap:HeaderRequestHeader xmlns=
https://adwords.google.com/api/adwords/cm/v201302;authToken xmlns=
https://adwords.google.com/api/adwords/cm/v201302;**/authTokendeveloperTokenxmlns=
https://adwords.google.com/api/adwords/cm/v201302;**/developerTokenclientCustomerIdxmlns=
https://adwords.google.com/api/adwords/cm/v201302;6523338259/clientCustomerIduserAgentxmlns=
https://adwords.google.com/api/adwords/cm/v201302;WPP: Vision-II adwords 
client (AwApi-DotNet/15.7.0, Common-Dotnet/1.7.0, .NET CLR/4.0.30319.296, 
gzip)/userAgent/RequestHeader/soap:Headersoap:Bodyget xmlns=
https://adwords.google.com/api/adwords/cm/v201302;serviceSelectorfieldsCampaignId/fieldsfieldsStatus/fieldspredicatesfieldAdExtensionType/fieldoperatorEQUALS/operatorvaluesSITELINKS_EXTENSION/values/predicatesdateRangemin20130707/minmax20130707/max/dateRangepagingstartIndex7000/startIndexnumberResults1000/numberResults/paging/serviceSelector/get/soap:Body/soap:Envelope

Response


soap:Envelope xmlns:soap=
http://schemas.xmlsoap.org/soap/envelope/;!--Content-Encoding: 
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 542
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Fri, 12 Jul 2013 09:54:22 GMT
Expires: Fri, 12 Jul 2013 09:54:22 GMT
Server: GSE
TimeStamp: Fri, 12 Jul 2013 05:54:22 GMT
--soap:HeaderResponseHeader xmlns=
https://adwords.google.com/api/adwords/cm/v201302;requestId0004e14d7eb8db500ae503c64a84/requestIdserviceNameCampaignAdExtensionService/serviceNamemethodNameget/methodNameoperations0/operationsresponseTime392/responseTimeunits0/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR@
 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/faultstringdetailApiExceptionFault
 
xmlns=
https://adwords.google.com/api/adwords/cm/v201302;message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR@
 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=InternalApiErrorfieldPath/fieldPathtrigger/triggererrorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorStringApiError.TypeInternalApiError/ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope
-END API CALL---
 
can anybody please look into this and help us.
 

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




Get remaining balance for an account

2013-07-12 Thread Дмитрий Пискарёв
Hello,

is there a way to get remaining budget for an account ? I googled several 
times, but found only several 2011 posts with short answer about the inability 
to do so.

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




Adhoc report with Oauth2 : looking for Documentation

2013-07-12 Thread SylvainFR
Hello,

We work on Adhoc report.

With Clientlogin, no problem, all works fine.

We tried with Oauth2 but we did not find the way to get report with this 
(recommanded!) method.

Is that possible to get documentation or step-by-step guide about getting 
report with Oauth2 identification ?

Best regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Targeting Idea Service Limits

2013-07-12 Thread David Torres (AdWords API Team)
Hi Victor,

You should be able to send ~2500 seed keywords, do you mind posting a 
sanitized (no developer token, no auth) example of your request.

Best,

- David Torres - AdWords API Team

On Monday, July 8, 2013 6:14:09 AM UTC-4, Victor Epand wrote:

 I am using adwords_api_php_4.3.0 library to run the targeting idea service 
 to get new keyword ideas with IDEAS and STATS requestTypes.

 I had thought the service could handle up to 2000 keywords in a single 
 query. Instead, I am finding the following. When I send the following 
 search parameters:

 Exclude Phrase Keywords: 86
 Query Keywords: 500
 ideaType: KEYWORD
 requestType: STATS
 numberResults: 500

 It works. I get the correct results. However, when I send the following:

 Exclude Phrase Keywords: 86
 Include Filter Terms: 164
 Query Keywords: 500
 ideaType: KEYWORD
 requestType: IDEAS
 numberResults: 500

 It doesn't work. Instead, I get the error message:
 [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ 
 selector.searchParameters[0].queries]

 I can reproduce the error easily, just by sending any 500 keywords, along 
 with 500 Include Filter Terms the same as the keywords, as such:
 Include Filter Terms: 500
 Query Keywords: 500
 ideaType: KEYWORD
 requestType: IDEAS
 numberResults: 500
 Result: [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ 
 selector.searchParameters[0].queries]

 However, the tool works with smaller numbers of keywords. If I reduce the 
 number of keywords down to about 100 or so, there is no problem.

 This works with 100 at a time... but what I want to know is... is there 
 any way to send larger batches of keywords, say 1000 or more at a time? I 
 am just asking to make sure I am using the API properly. Right now I am 
 sending  batches of no more than 100 keywords at a time. This seems to be 
 fine, unless someone can advise me how to send larger batches of keywords 
 at once.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Minimum funcionality requirements

2013-07-12 Thread David Torres (AdWords API Team)
Hi,

This forum is only for technical questions about the API, we can't 
interpret the Terms  Conditions and RMF for you. But I recommend you 
contacting our token review team, just asking this same question in the 
thread opened by them when you applied to access the API.

Best,

- David Torres - AdWords API Team

On Thursday, July 11, 2013 8:57:59 AM UTC-4, Piotr Dębowski wrote:

 Hello,
  
 I am in the process of test account application creating. But I have a 
 question: do we need to fulfill all minimum funcionality requirements if we 
 create interial application for one shop?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adword Developer token

2013-07-12 Thread David Torres (AdWords API Team)
Hi,

Are you using a login with read-only access?

Best,

- David Torres - AdWords API Team

On Thursday, July 11, 2013 6:40:16 PM UTC-4, Avvo Mail wrote:

 I don't see AdWords API Center under Adword My Account. I need a 
 developer token to build SOAP request. Please help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 do I get Criteria by CriteriaId?

2013-07-12 Thread David Torres (AdWords API Team)
Hi Aradhya,

For deleted criteria you also have to specific a predicate such as Status IN 
['DELETED']. By default deleted criteria is not returned by the services.

Best,

- David Torres - AdWords API Team

On Friday, July 12, 2013 2:11:35 AM UTC-4, aradhyat...@gmail.com wrote:

 Hi,

 I am using *CustomerSyncService *to get the ids of the criteria that have 
 been added or deleted during a time period.
 Now, I need the corresponding criterion objects from the ids.How do I 
 accomplish this?
 I tried using *CampaignCriterionService *and passing the CampaignIds and 
 CriteriaIds as the predicates, *but I do not get the deleted criteria 
 objects*.
 I looked into *ConstantDataService*, but it returns all criterias, and 
 there is no provision to filter by Ids.

 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: Campaign individual budget

2013-07-12 Thread David Torres (AdWords API Team)
Hi,

I can confirm what David just said. You need to use the BudgetOrderService 
to create/update budgets now.

Best,

- David Torres - AdWords API Team

On Friday, July 12, 2013 4:43:08 AM UTC-4, david wrote:

 I believe even existing individual budgets have to be updated via the 
 budgetService now. 
 So you should be able to get the BudgetId field of your existing campaign 
 by doing a GET to CampaignService (don't know the specifics of doing this 
 using the Java client library). Then just mutate that budgetId using 
 budgetService.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adword developer token

2013-07-12 Thread David Torres (AdWords API Team)
Hi,

Are you login with a read-only account?

Best,

- David Torres - AdWords API Team

On Thursday, July 11, 2013 6:37:19 PM UTC-4, Avvo Mail wrote:

 I don't see AdWords API Center under Adword  My account. I need a 
 developer token to build SOAP request. Please guide.

 Thanks
 -tm



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Campaign individual budget

2013-07-12 Thread Cristiano Monteiro
Just made the arrangements so at update time, I get the budget ID from the
existing campaign, set it to the newly created Budget instance and them
pass to the service.
Worked like a charm.
Thank you guys.
Take care


On Fri, Jul 12, 2013 at 5:45 PM, David Torres (AdWords API Team) 
adwordsapiadvisor+da...@google.com wrote:

 Hi,

 I can confirm what David just said. You need to use the BudgetOrderService
 to create/update budgets now.

 Best,

 - David Torres - AdWords API Team


 On Friday, July 12, 2013 4:43:08 AM UTC-4, david wrote:

 I believe even existing individual budgets have to be updated via the
 budgetService now.
 So you should be able to get the BudgetId field of your existing campaign
 by doing a GET to CampaignService (don't know the specifics of doing this
 using the Java client library). Then just mutate that budgetId using
 budgetService.

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




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-12 Thread Julian Khandros
Anash, 

Thank you for your continued help on this issue.  I replied to your post 
before by email, but I'm not sure if that made it to this forum, so I'll 
post my relpy here.

Your outline makes sense.  1 question is -- how to tell from the FeedItems 
below which of them are currently live in the UI vs those that are in the 
feed but are not showing ni the UI?

Thanks again.

Julian 

On Wednesday, July 10, 2013 1:21:59 AM UTC-4, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi Julian,

 I'll use the request ids in your logs to explain what's happening:

 1. 0004e09d237c94a80ae5230357a4: CampaignId 146894957 has 2 matching 
 functions. First matching function is feedId = 123917, feeditemIds 
 IN(850277, 6047117), the next one is feedId = 124037, feeditemIds IN(850517, 
 850637). So your campaign has 4 ad extensions.
 2. 0004e09d237fada00ae539491589: Feed id = 123917 has 5 fields 
 (CallPhoneNumber, CallCountryCode, CallCallTracking, CallCallOnly, 
 CallConversionDuration). This is a call extension feed.
 3. 0004e09d2383f7480ae50e8811c7: Feed id = 123917 has 3 phone numbers 
 in all. 
 4. 0004e09d2386a6c80ae58b4c24c0: FeedId = 124037 has 4 fields 
 (SitelinkName, SitelinkUrl, SitelinkDescription1, SitelinkDescription2). 
 This is a sitelinks feed.
 5. 0004e09d23892f380ae58949483a: FeedId = 124037 has 5 sitelinks in 
 all.

 So the way to interpret this whole thing would be,

 You have a sitelink feed with 5 sitelinks, and a call extension feed with 
 3 phone numbers. You added 2 sitelinks and 2 call extensions from those 
 feeds into campaign id 146894957. The UI agrees with these SOAP logs.

 Hope this helps. Let me know if you need more clarification.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor

 On Wednesday, July 10, 2013 9:56:28 AM UTC+5:30, Anash P. Oommen (AdWords 
 API Team) wrote:

 Thanks Julian,

 I'm looking into this now.

 Anash

 On Friday, June 28, 2013 8:34:59 PM UTC+5:30, Julian Khandros wrote:

 Google tech support folks, 

 Our campaign for campaignId 138805965 (name is Campaign #5) has just 1 
 Call Extension that's active.  But when get the call extensions via the 
 Feed-related APIs (CampaignFeedService, FeedService, FeedItemService) I get 
 4 call extensions (4 feed items).  Can you please tell me why 4 are sent 
 back?  Here's the outline of the data and the relevant id's amongst 
 CampaignFeedService, 
 FeedService, FeedItemService.  Thanks in advance for your help.

  Campaign Feed: Campaign ID 138805965, Feed ID 853485, 
 CampaignFeedStatus ACTIVE, Placeholder Types [2]
  Feed: feedId 853485, feedName Main phone number feed, feedOrigin 
 ADWORDS, FeedStatus ACTIVE
  FeedAttribute: attributeId 1, isPartOfKey false, attributeName 
 CallPhoneNumber, feedAttributeType STRING
  FeedAttribute: attributeId 2, isPartOfKey false, attributeName 
 CallCountryCode, feedAttributeType STRING
  FeedAttribute: attributeId 3, isPartOfKey false, attributeName 
 CallCallTracking, feedAttributeType BOOLEAN
  FeedAttribute: attributeId 4, isPartOfKey false, attributeName 
 CallCallOnly, feedAttributeType BOOLEAN
  FeedAttribute: attributeId 5, isPartOfKey false, attributeName 
 CallConversionDuration, feedAttributeType INT64
  FeedItem: feedItemId 4618485, feedId 853485, startTime null, endTime 
 null, feedItemStatus ACTIVE, devicePreference null
  FeedItemValidationDetail: feedItemMappingId 853485, validationStatus 
 VALID, approvalStatus UNCHECKED
 FeedItemAttributeValue: feedAttributeId 1, feedItemAttributeId 1, 
 booleanValue null, doubleValue null, integerValue null, stringValue (718) 
 998-7701
  FeedItemAttributeValue: feedAttributeId 2, feedItemAttributeId 2, 
 booleanValue null, doubleValue null, integerValue null, stringValue US
  FeedItemAttributeValue: feedAttributeId 3, feedItemAttributeId 3, 
 booleanValue false, doubleValue null, integerValue null, stringValue null
  FeedItemAttributeValue: feedAttributeId 4, feedItemAttributeId 4, 
 booleanValue false, doubleValue null, integerValue null, stringValue null
  FeedItemAttributeValue: feedAttributeId 5, feedItemAttributeId 5, 
 booleanValue null, doubleValue null, integerValue -1, stringValue null
  FeedItem: feedItemId 4618605, feedId 853485, startTime null, endTime 
 null, feedItemStatus ACTIVE, devicePreference null
  FeedItemValidationDetail: feedItemMappingId 853485, validationStatus 
 VALID, approvalStatus UNCHECKED
  FeedItemAttributeValue: feedAttributeId 1, feedItemAttributeId 1, 
 booleanValue null, doubleValue null, integerValue null, stringValue (718) 
 998-7701
  FeedItemAttributeValue: feedAttributeId 2, feedItemAttributeId 2, 
 booleanValue null, doubleValue null, integerValue null, stringValue US
  FeedItemAttributeValue: feedAttributeId 3, feedItemAttributeId 3, 
 booleanValue false, doubleValue null, integerValue null, stringValue null
  FeedItemAttributeValue: feedAttributeId 4, feedItemAttributeId 4, 
 booleanValue true, doubleValue null, integerValue null, stringValue null