Re: Maximum length of Display Name field in Performance Report

2014-05-02 Thread Igor Schut
Hi Ray,

Thank you for looking in to this.

Igor

Op donderdag 1 mei 2014 20:03:01 UTC+2 schreef Ray Tsang (AdWords API Team):

 Igor,

 The length of the display name field could change hence we don't have a 
 single max length value.

 Thanks,

 Ray

 On Tuesday, April 29, 2014 9:02:54 AM UTC-4, Igor Schut wrote:

 Hi,

 It came to our attention that the Display Name for (in this case) the 
 Automatic Placement Performance Report is quite large, example: Free Fun 
 Jigsaw Puzzle with Farm Animals Cartoon for young toddlers and the kids at 
 preschool.

 We would like to know the maximum length of the Display Name fields in 
 Performance Reports.

 Thanks,
 Igor



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

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


Re: Audience statistics for Search campaigns

2014-05-02 Thread Igor Schut
Hi Ray,

Yes, I am able to download a report using the AdWords UI.

It's at every Search campaign containing Audiences. We do see click data 
but I'm unable to download these using AdHoc reports. It seem to contain 
only Display campaign Audiences.

Thanks,
Igor

Op donderdag 1 mei 2014 20:20:13 UTC+2 schreef Ray Tsang (AdWords API Team):

 Igor,

 Are you able to download that kind of report from AdWords UI?  Please 
 point me to the exact data you are looking for.

 Thanks,

 Ray

 On Thursday, May 1, 2014 3:08:13 AM UTC-4, Igor Schut wrote:

 Hi Ray,

 The Audience Performance Report only includes audiences for Display 
 campaigns.

 I would like to retrieve Audience data for Search campaigns.

 Thanks,
 Igor

 Op woensdag 30 april 2014 16:58:36 UTC+2 schreef Ray Tsang (AdWords API 
 Team):

 Igor,

 Does the Audience Performance 
 reporthttps://developers.google.com/adwords/api/docs/appendix/reports#audiencehelp
  you in this case?

 Thanks,

 Ray

 On Wednesday, April 30, 2014 7:49:15 AM UTC-4, Igor Schut wrote:

 Hi,

 How is it possible to download statistics aggregated on Audiences 
 within' Search campaigns? We do see that it is possible to retrieve 
 statistics with performance reports for Display campaigns.

 Thanks,
 Igor



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

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


Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread suga priya
Thank you.Can we try with test account i having pending approval developer 
token



On Wednesday, 30 April 2014 19:25:29 UTC+5:30, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Sugappriya,

 Yes - the 
 TargetingIdeaServicehttps://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaServicemirrors
  the functionality of the Keyword Planner tool.  The GetKeywordIdeas.php 
 examplehttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  I 
 mentioned in my previous post shows how to use this service.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, April 30, 2014 2:35:27 AM UTC-4, suga priya wrote:

 Hi Josh,

 Thanks for the information.I am gonna start using Adwords API in couple 
 of days. Before that i would like confirm with you we can able to get 
 search volume through API instead of getting through keyword planner 
 manually.

 Thanks,
 Sugappriya

 On Tuesday, 29 April 2014 22:54:08 UTC+5:30, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Sugappriya,

 There are several code examples in the PHP client library that 
 demonstrate how to do this for various use cases.

- 
 EstimateKeywordTraffic.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php
  - 
predict upcoming performance for keywords
- 
 GetKeywordIdeas.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  - 
view past performance for new keyword ideas

 If instead you are interested in viewing the performance of keywords 
 that are already in your account, you could use the Keywords 
 Performance 
 Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords.
  
  See the 
 DownloadCriteriaReport.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Reporting/DownloadCriteriaReport.php
  code 
 sample for how to run reports.  You will have to modify that sample 
 slightly so that it runs the Keywords Performance Report, but the changes 
 should be fairly self-explanatory.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, April 29, 2014 9:43:25 AM UTC-4, suga priya wrote:

 Can anyone please let me know the steps to get search volume of 
 keywords in php?


 Thanks,
 Sugappriya



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

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


Re: API with Limited Access

2014-05-02 Thread STeP


Hi Anash,
Our client have added our account under their MCC with read-only access.
We have also created our own MCC but we have not yet been granted approval 
for the developer token.
What are the next steps? Can you please advice.
 
Cheers.
On Friday, April 25, 2014 10:41:33 PM UTC+3, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi,

 Yes, this can be done. Ask your client to invite a user from your company 
 to manage their accounts (instead of linking it under your MCC), and give 
 that user reporting-only permissions as explained in 
 https://support.google.com/adwords/answer/1704346?hl=en. Then use that 
 shared login email to make calls to the client account. All get() calls 
 will succeed, all mutate() calls will fail.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Friday, April 25, 2014 2:58:45 AM UTC-4, STeP wrote:

 Dears,

 We are developing a C# application that requires API access to the 
 AdWords account of one of our clients.
 We found out that the only way is to link the client's account to our 
 AdWords developer account.
 The client is concerned that linking his Live account to our developer 
 account will give us full control on his Live account.
 Is there a way where they can limit our API access to only reading data 
 and downloading reports.
 Please advise.

 Thank you in advance.



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

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


GeoTargetTypeSetting only 2 countries

2014-05-02 Thread Alikko
Hello,

I want to set up GeoTargetTypeSetting only some countries.
Can you help me for that please?

Best Regards

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

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


Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread sugarose89
I cant setup billing preferences if i select India region.Can you help me?

On Friday, May 2, 2014 3:07:09 PM UTC+5:30, suga priya wrote:

 Thank you.Can we try with test account i having pending approval developer 
 token



 On Wednesday, 30 April 2014 19:25:29 UTC+5:30, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Sugappriya,

 Yes - the 
 TargetingIdeaServicehttps://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaServicemirrors
  the functionality of the Keyword Planner tool.  The GetKeywordIdeas.php 
 examplehttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  I 
 mentioned in my previous post shows how to use this service.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, April 30, 2014 2:35:27 AM UTC-4, suga priya wrote:

 Hi Josh,

 Thanks for the information.I am gonna start using Adwords API in couple 
 of days. Before that i would like confirm with you we can able to get 
 search volume through API instead of getting through keyword planner 
 manually.

 Thanks,
 Sugappriya

 On Tuesday, 29 April 2014 22:54:08 UTC+5:30, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Sugappriya,

 There are several code examples in the PHP client library that 
 demonstrate how to do this for various use cases.

- 
 EstimateKeywordTraffic.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php
  - 
predict upcoming performance for keywords
- 
 GetKeywordIdeas.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  - 
view past performance for new keyword ideas

 If instead you are interested in viewing the performance of keywords 
 that are already in your account, you could use the Keywords 
 Performance 
 Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords.
  
  See the 
 DownloadCriteriaReport.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Reporting/DownloadCriteriaReport.php
  code 
 sample for how to run reports.  You will have to modify that sample 
 slightly so that it runs the Keywords Performance Report, but the changes 
 should be fairly self-explanatory.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, April 29, 2014 9:43:25 AM UTC-4, suga priya wrote:

 Can anyone please let me know the steps to get search volume of 
 keywords in php?


 Thanks,
 Sugappriya



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

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


Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread sortivo . ad
Hi,
I tried to follow the manual for creating location extension 
herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
 
There is written, that the FeedMapping is not need, because it is generated 
automatically.

But even if my code is almost the same like the Java example, the mine is 
throwing exception:

soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault 
 xmlns=https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


I could not find anything about this problem, not even here in this forum. 
Can you please me get an advice, please?

Thank you

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

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


Re: Can I modify the target URL of an ad programmatically?

2014-05-02 Thread charles
To confirm, you want to use the *same display URL* on each ad, but you want 
to *test different destination URLs*?

Perhaps you could create one ad for each hard-coded product URL, and keep 
all ad attributes identical except for the destination URL.

When product 1 sells out you should then be able to pause the ad with that 
corresponding destination URL so no more traffic is sent.

If all you want to do is test different destination URLs for a single 
product then you could probably just set up an experiment for one ad with 
different destination URLs. Of course if you sell out of the product in 
this case you would want to pause all of the ads :)

On Sunday, April 13, 2014 11:04:43 PM UTC-7, Dmitri Pisarenko wrote:

 Hello,

 Imagine, I have a shop at http://myshop.com.

 Every item has its own page:

 1) http://myshop.com/product-1
 2) http://myshop.com/product-2

 I have a Google AdWords ad with display URL http://myshop.com/ .

 AFAIK, the real URL can be any URL on the domain myshop.com, which means 
 that I can direct the user to

 1) http://myshop.com/ ,
 2) http://myshop.com/product-1 and
 3) http://myshop.com/product-2 .

 I want to run an experiment and find out, whether people buy more when 
 after the click they see all products ( http://myshop.com/ ) or one 
 particular product (e. g. http://myshop.com/product-1 ).

 Therefore, I want to create a program, which

 1) Has a hard-coded list of product URLs ( http://myshop.com/product-1 , 
 http://myshop.com/product-2 ).

 2) At the beginning, the target URL of the ad is 
 http://myshop.com/product-1 .

 3) The program looks in regular intervals, which products are sold.

 4) When it notices that http://myshop.com/product-1 has been sold, it 
 modifies the ad so that now it points to http://myshop.com/product-2 .

 Question: Is it possible with Google AdWords API to change the target URL 
 of an existing ad?

 Thanks

 Dmitri


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

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


getBulkKeyword Ideas - More than 800 results?

2014-05-02 Thread David Fothergill
Hi there,

I've been using the get() method to pull keyword ideas via 
the TargetingIdeaService successfully.  Having converted this to use the 
getBulkKeywordIdeas method (removing errors by using only 
passing RelatedToUrlSearchParameter in the selector I am getting results, 
but still only limited to 800 (and the same keywords as just using the 
standard get() method.

This seems to contravene expected behavior, so am wondering if I'm missing 
a vital step?  Or is it the case that 800 is the max here also?

Thanks,
David

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

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


How can I show the customer balance.

2014-05-02 Thread take
Hi

How can I show the customer balance using version 201309 adwords api?

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

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


Re: Password expired error even if I am using OAauth2

2014-05-02 Thread Ray Tsang (AdWords API Team)
Mahesh,

Thanks - please send me (in private) the MCC CID, and also the CID you are 
trying to access.
When getting the refresh token, please make sure you were logged in as the 
MCC user, and the the CID is properly linked to the corresponding MCC.

Thanks,

On Thursday, May 1, 2014 6:43:32 PM UTC-4, Ray Tsang (AdWords API Team) 
wrote:

 Mahesh,

 With respect to the error 
 {Google.Api.Ads.AdWords.Util.Reports.ReportDownloadError[1]} will you be 
 able to parse through the object and drill into the actual error and error 
 messages itself?

 Secondly, the trace log contains gzip contain.  Could I trouble you to 
 turn off gzip compression in the App.config?

 Thanks,

 Ray

 On Thursday, May 1, 2014 2:13:31 PM UTC-4, Ray Tsang (AdWords API Team) 
 wrote:

 Mahesh,

 I will need to see the errors field for more details - I need the full 
 request/response log.
 For proxy related settings, you may need to double check the App.config 
 file and proxy settings.

 Thanks,

 Ray


 On Thursday, May 1, 2014 12:53:38 PM UTC-4, Mahesh Nerlekar wrote:

 I am trying to use the new version 201309 or 201402 and now I am getting 
 following error./..

 Error creating the Web Proxy specified in the 'system.net/defaultProxy' 
 configuration section.

 I tried adding full trust in System.web in configuration section. but 
 still no use... not sure whats wrong?


 On Wednesday, April 30, 2014 4:58:27 PM UTC-5, Mahesh Nerlekar wrote:

 I think this is the error I am getting while downloading campaign 
 performance report or keyword performance report.

 Google.Api.Ads.AdWords.Util.Reports.ReportsException: Report download 
 errors occurred, see errors field for more details.
at 
 Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadReportToStream(String
  
 downloadUrl, Boolean returnMoneyInMicros, String postBody, Stream 
 outputStream)
at 
 Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadClientReportInternal(String
  
 downloadUrl, String postBody, Boolean returnMoneyInMicros, String path)
at 
 Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadClientReport[T](T
  
 reportDefinition, Boolean returnMoneyInMicros, String path)
at 
 Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadClientReport[T](T
  
 reportDefinition, String path)
at Adwords.GetAdwords.DownloadReportFromAdwords(AdWordsUser user, 
 AdsOAuthProviderForApplications oAuth2Provider) in \\ghosn01b\nerlekma$\My 
 Documents\Visual Studio 2012\Projects\Adwords\AdWords\GetAdwords.cs:line 
 178



 and here is the code I am using for it...



  ReportDefinition definition = CreateReportDefinition();

 user.OAuthProvider = oAuth2Provider;

 //loop through all the accounts we got from database 
 ga_config and download a file for each account.
 for (int i = 0; i  NoOfAccounts; i++)
 {
 (user.Config as AdWordsAppConfig).ClientCustomerId 
 = AccountIds[i].ToString();  
 fileName = AccountIds[i].ToString(); //+ _ + 
  DateTime.Today.AddDays(Convert.ToInt16(-1)).ToString(-MM-dd);
 filePath = downloadFolderPath + \\ + fileName;
 try
 {
 (user.Config as 
 AdWordsAppConfig).DeveloperToken = 
 Properties.Settings.Default.DeveloperToken;
 ReportUtilities utilities = new 
 ReportUtilities(user);
 utilities.User.OAuthProvider = oAuth2Provider;
 utilities.ReportVersion = v201306;
 utilities.DownloadClientReport(definition, 
 filePath);
 Console.WriteLine(Report was downloaded to 
 '{0}'., filePath);


 }
 catch (Exception ex)
 {
 Console.WriteLine(Error: Failed to download 
 report. Account ID : {0}. Error: {1}, fileName, ex);
 }

 FileInfo fileToDecompress = new FileInfo(filePath);

 if (fileToDecompress.Exists)
 {
 Decompress(fileToDecompress);
 fileToDecompress.Delete();
 }

 Let me know if you can help.



 On Wed, Apr 30, 2014 at 3:02 PM, Ray Tsang (AdWords API Team) 
 adwordsapiadvisor+...@google.com wrote:

 Mahesh,

 Could I trouble you to use the reply to author function to send me the 
 full request/response logs?  Specifically, where exactly are you seeing 
 the 
 error message?

 Thanks,

 Ray


 On Wednesday, April 30, 2014 2:49:17 PM UTC-4, Mahesh Nerlekar wrote:

 HI,

 I was downloading the reports from Adwords for a few months. Suddenly 
 I am getting an error 

 Logon Failure: the specified account password has expired.   I 
 refreshed the token and tried again thinking need to refresh the token 
 but 
 still error persists.

 Not sure what can be the issue, Any help in 

Re: invalid_request with .NET API for Report Request - Size Issue?

2014-05-02 Thread Ray Tsang (AdWords API Team)
Please share the top level MCC CID.

When you say 3 top accounts, do you mean they are top 3 that also belong 
to a single MCC CID?  Or are you logging in to each of the 3 MCC accounts 
individually?

Secondly, I recall that there was a similar question about .Net and service 
accounts previously - did that work?  Does the same mechanism work for *any* 
account? 
 Is it failing for *all *accounts?

Thanks,

On Thursday, May 1, 2014 10:43:56 PM UTC-4, apiapi wrote:

 It is happening for certain accounts under 3 top accounts. I cannot tell 
 if the problem is with the account or the AdGroups. I do not see any 
 differentiating properties on the account objects for those that work vs 
 those that break.

 Each of the 3 accounts has many sub-accounts. If you would like me to 
 share the account IDs, I can do so privately.


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

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


Re: Audience statistics for Search campaigns

2014-05-02 Thread Ray Tsang (AdWords API Team)
Igor,

To make sure I'm on the same page, could I trouble you to send me (using 
the reply to author function) the following:

   1. The report you download from the UI (and the screenshot of where you 
   download it)
   2. The report you try to download from the API for the same range of data

Thanks,

Ray

On Friday, May 2, 2014 3:37:54 AM UTC-4, Igor Schut wrote:

 Hi Ray,

 Yes, I am able to download a report using the AdWords UI.

 It's at every Search campaign containing Audiences. We do see click data 
 but I'm unable to download these using AdHoc reports. It seem to contain 
 only Display campaign Audiences.

 Thanks,
 Igor

 Op donderdag 1 mei 2014 20:20:13 UTC+2 schreef Ray Tsang (AdWords API 
 Team):

 Igor,

 Are you able to download that kind of report from AdWords UI?  Please 
 point me to the exact data you are looking for.

 Thanks,

 Ray

 On Thursday, May 1, 2014 3:08:13 AM UTC-4, Igor Schut wrote:

 Hi Ray,

 The Audience Performance Report only includes audiences for Display 
 campaigns.

 I would like to retrieve Audience data for Search campaigns.

 Thanks,
 Igor

 Op woensdag 30 april 2014 16:58:36 UTC+2 schreef Ray Tsang (AdWords API 
 Team):

 Igor,

 Does the Audience Performance 
 reporthttps://developers.google.com/adwords/api/docs/appendix/reports#audiencehelp
  you in this case?

 Thanks,

 Ray

 On Wednesday, April 30, 2014 7:49:15 AM UTC-4, Igor Schut wrote:

 Hi,

 How is it possible to download statistics aggregated on Audiences 
 within' Search campaigns? We do see that it is possible to retrieve 
 statistics with performance reports for Display campaigns.

 Thanks,
 Igor



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

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


Re: invalid_request with .NET API for Report Request - Size Issue?

2014-05-02 Thread apiapi
Hi Ray. Our Service Account generally works. The Service Account is tied to 
our master MCC. Under this MCC are multiple accounts, some of which are 
MCCs themselves - but my question does not include those child MCC 
accounts. I can provide the Account IDs out-of-band of the forum so you can 
view those account types.

When obtaining AdGroup information for some accounts under one of these 
top accounts, I get the invalid_request message. I do not believe that 
the request itself is invalid, because my code loops over all accounts and 
all AdGroups and it fails for the same accounts/AdGroups repeatedly. Maybe 
the problem is in the error messaging?


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

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


Re: invalid_request with .NET API for Report Request - Size Issue?

2014-05-02 Thread Ray Tsang (AdWords API Team)
If the 3 top level accounts are *not* under the master MCC, then you 
can't use the master MCC's access token to access those accounts.  Please 
provide those 3 account CIDs by using the reply to author feature.

Because the error came from OAuth 2.0 authorization, it's not an invalid 
report request, but rather, it's an invalid OAuth request.  I.e., there may 
be incorrect information passed to exchange service credentials for the 
access token.

Thanks,

Ray

On Friday, May 2, 2014 11:23:03 AM UTC-4, apiapi wrote:

 Hi Ray. Our Service Account generally works. The Service Account is tied 
 to our master MCC. Under this MCC are multiple accounts, some of which 
 are MCCs themselves - but my question does not include those child MCC 
 accounts. I can provide the Account IDs out-of-band of the forum so you can 
 view those account types.

 When obtaining AdGroup information for some accounts under one of these 
 top accounts, I get the invalid_request message. I do not believe that 
 the request itself is invalid, because my code loops over all accounts and 
 all AdGroups and it fails for the same accounts/AdGroups repeatedly. Maybe 
 the problem is in the error messaging?




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

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


Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread Josh Radcliff (AdWords API Team)
Hi,

As mentioned in this section of the Test Accounts 
Guidehttps://developers.google.com/adwords/api/docs/test-accounts#differences_between_test_accounts_and_production_accounts,
 
*TargetingIdeaService* returns dummy data for test accounts, so you can use 
your test account to verify your code works, but the actual data returned 
won't be very meaningful.

If you have an issue with your MCC billing and terms  conditions setup 
please use this form https://services.google.com/fb/forms/apicontact/ to 
get in touch with the appropriate team.

Thanks,
Josh, AdWords API Team

On Friday, May 2, 2014 5:57:29 AM UTC-4, sugar...@gmail.com wrote:

 I cant setup billing preferences if i select India region.Can you help me?

 On Friday, May 2, 2014 3:07:09 PM UTC+5:30, suga priya wrote:

 Thank you.Can we try with test account i having pending approval 
 developer token



 On Wednesday, 30 April 2014 19:25:29 UTC+5:30, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Sugappriya,

 Yes - the 
 TargetingIdeaServicehttps://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaServicemirrors
  the functionality of the Keyword Planner tool.  The GetKeywordIdeas.php 
 examplehttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  I 
 mentioned in my previous post shows how to use this service.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, April 30, 2014 2:35:27 AM UTC-4, suga priya wrote:

 Hi Josh,

 Thanks for the information.I am gonna start using Adwords API in couple 
 of days. Before that i would like confirm with you we can able to get 
 search volume through API instead of getting through keyword planner 
 manually.

 Thanks,
 Sugappriya

 On Tuesday, 29 April 2014 22:54:08 UTC+5:30, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi Sugappriya,

 There are several code examples in the PHP client library that 
 demonstrate how to do this for various use cases.

- 
 EstimateKeywordTraffic.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php
  - 
predict upcoming performance for keywords
- 
 GetKeywordIdeas.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php
  - 
view past performance for new keyword ideas

 If instead you are interested in viewing the performance of keywords 
 that are already in your account, you could use the Keywords 
 Performance 
 Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords.
  
  See the 
 DownloadCriteriaReport.phphttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Reporting/DownloadCriteriaReport.php
  code 
 sample for how to run reports.  You will have to modify that sample 
 slightly so that it runs the Keywords Performance Report, but the changes 
 should be fairly self-explanatory.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, April 29, 2014 9:43:25 AM UTC-4, suga priya wrote:

 Can anyone please let me know the steps to get search volume of 
 keywords in php?


 Thanks,
 Sugappriya



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

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


Re: PAID_ORGANIC_QUERY_REPORT vs AD_PERFORMANCE_REPORT Problem

2014-05-02 Thread Ray Tsang (AdWords API Team)
Could I trouble you to send the query that you've used, and which CID?

If there are no data, and not an error, it's very likely that no data is 
present in the system at the moment.  You could also verify this in the 
AdWords UI to see if a corresponding report there has any data.

Thanks,

Ray

On Thursday, May 1, 2014 11:29:42 PM UTC-4, apiapi wrote:

 Using v17 of the .NET library, I have downlaoded Ad Performance Report 
 data. I then used the same client and adgroups for the Paid Organic Query 
 report and received no data. 

 What could cause this kind of issue?

 Thanks.


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

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


Re: AverageCpc Time Span and Consistency?

2014-05-02 Thread Josh Radcliff (AdWords API Team)
Hi,

In terms of *reports*, your statement below is accurate.  As I mentioned in 
an earlier response, average CPC is simply Costs/Clicks for the date range 
selected on the report.  You can even confirm this by including Clicks, 
Cost, and AverageCPC in your report request -- if you calculate AverageCpc 
= Costs/Clicks you should see it matches the AverageCpc column in the 
report.

Thanks,
Josh, AdWords API Team

On Thursday, May 1, 2014 4:30:04 PM UTC-4, apiapi wrote:


 We are using the reporting API to pull reports on a repeating schedule and 
 storing the attributes locally.  

 1. We download a report on May 1st for a date range of April 20 to May 1. 
 One row has a date of April 25 for Ad ID 1234 with an Average CPC of $1.50.

 2. We download a report on May 2nd for a date range of April 1 to May 2. 
 One row has a date of April 25 for Ad ID 1234 with an Average CPC of $1.25.

 That could happen because report #2 has a longer date range, with more CPC 
 values to compare, so the average is different. Can you say if that is 
 accurate?


 I need to understand if Average CPC is calculated between the fixed date 
 of one year ago to today, or if Average CPC is calculated between the 
 min-max of the report selector object.

 Thanks.



  


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

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


Re: GeoTargetTypeSetting only 2 countries

2014-05-02 Thread Ray Tsang (AdWords API Team)
Alikko,

GeoTargetTypeSettinghttps://developers.google.com/adwords/api/docs/reference/v201402/CampaignService.GeoTargetTypeSettingdetermines
 how to geotarget (Location of Presence, Area of Interest, etc), 
but not the geotarget locations themselves (e.g., USA, New York, etc).  To 
target locations, you need to use the Location 
criterionhttps://developers.google.com/adwords/api/docs/reference/v201402/CampaignCriterionService.Location
.

You can find a list of location criterion IDs via the 
CSVhttps://developers.google.com/adwords/api/docs/appendix/geotargeting, 
or the 
LocationCriterionServicehttps://developers.google.com/adwords/api/docs/reference/v201402/LocationCriterionService
.

Please check the Location targeting 
guidehttps://developers.google.com/adwords/api/docs/guides/location-targetingfor
 more information.

Thanks,

Ray

On Friday, May 2, 2014 5:26:08 AM UTC-4, Alikko wrote:

 Hello,

 I want to set up GeoTargetTypeSetting only some countries.
 Can you help me for that please?

 Best Regards


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

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


Re: getBulkKeyword Ideas - More than 800 results?

2014-05-02 Thread Ray Tsang (AdWords API Team)
David,

800 is the limit at the moment.

Thanks,

Ray

On Friday, May 2, 2014 7:26:06 AM UTC-4, David Fothergill wrote:

 Hi there,

 I've been using the get() method to pull keyword ideas via 
 the TargetingIdeaService successfully.  Having converted this to use the 
 getBulkKeywordIdeas method (removing errors by using only 
 passing RelatedToUrlSearchParameter in the selector I am getting results, 
 but still only limited to 800 (and the same keywords as just using the 
 standard get() method.

 This seems to contravene expected behavior, so am wondering if I'm missing 
 a vital step?  Or is it the case that 800 is the max here also?

 Thanks,
 David


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

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


Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread Ray Tsang (AdWords API Team)
Hi,

Have you used the example 
filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
 
 We have a similar example for each of the client library depending on the 
platform you use.
Feed Mapping is created automatically but it isn't created in real time. 
 Because of this, in the examples, there is a retry to create the 
CustomerFeed.

Thanks!

Ray,

On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine is 
 throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this forum. 
 Can you please me get an advice, please?

 Thank you


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

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


Re: How can I show the customer balance.

2014-05-02 Thread Ray Tsang (AdWords API Team)
Hi,

Could I trouble you to clarify what you are looking for in terms of 
customer balance?  Is it the billing amount that needs to be paid?

Thanks,

Ray

On Thursday, May 1, 2014 10:25:24 PM UTC-4, take wrote:

 Hi

 How can I show the customer balance using version 201309 adwords api?


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

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


Re: PAID_ORGANIC_QUERY_REPORT vs AD_PERFORMANCE_REPORT Problem

2014-05-02 Thread apiapi
Yes, business side folks led me to believe there was data. There is not. 
Thanks.

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

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


Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread sortivo . ad
Hi,
thank you for the answer. Yes, I use example you posted, platform is Java. 
It really does something else, but after 8 attemps, that means over than 85 
minutes. It can not be correct behavior, or can it? I have really small 
google places account.

Thank you

On Friday, May 2, 2014 5:47:15 PM UTC+2, Ray Tsang (AdWords API Team) wrote:

 Hi,

 Have you used the example 
 filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
  
  We have a similar example for each of the client library depending on the 
 platform you use.
 Feed Mapping is created automatically but it isn't created in real time. 
  Because of this, in the examples, there is a retry to create the 
 CustomerFeed.

 Thanks!

 Ray,

 On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine is 
 throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this 
 forum. 
 Can you please me get an advice, please?

 Thank you



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

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


Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread Ray Tsang (AdWords API Team)
Hi,

Could I trouble you to link via the AdWords UI and see if the credentials, 
etc is working properly?
If so, could I trouble you to try again.

Secondly, please send me the full request/response log.

Thanks,

Ray

On Friday, May 2, 2014 3:33:59 PM UTC-4, sorti...@gmail.com wrote:

 Hi,
 thank you for the answer. Yes, I use example you posted, platform is Java. 
 It really does something else, but after 8 attemps, that means over than 85 
 minutes. It can not be correct behavior, or can it? I have really small 
 google places account.

 Thank you

 On Friday, May 2, 2014 5:47:15 PM UTC+2, Ray Tsang (AdWords API Team) 
 wrote:

 Hi,

 Have you used the example 
 filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
  
  We have a similar example for each of the client library depending on the 
 platform you use.
 Feed Mapping is created automatically but it isn't created in real time. 
  Because of this, in the examples, there is a retry to create the 
 CustomerFeed.

 Thanks!

 Ray,

 On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine 
 is throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE 
 @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this 
 forum. 
 Can you please me get an advice, please?

 Thank you



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

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


Re: Creating a Location Hierarchy Using LocationCriterionService

2014-05-02 Thread Jeremy Tremblay
Ray, 

Thanks so much for your prompt reply. I was hoping I was wrong... Are there 
any plans to provide that sort of search functionality in the future? Or is 
it perhaps intentionally excluded to reduce API traffic?

How would I go about updating my data set using the service? I can see how 
I might be able to update the Status property of geographical locations 
that I already have in my data set, but how would I know if a new one were 
added? Is there a mechanism for notification when a new data set is 
released in its entirety (i.e. the latest was released 2014-04-07)? 

Thanks again,

-jt-

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

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