Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-06-22 Thread 'AdWords API Advisor' via AdWords API and Google Ads API Forum
Hi Ron,

I've been checking in with them on a regular basis, but unfortunately I 
don't have any progress to report yet.

Thanks,
Josh, AdWords API Team

On Friday, June 22, 2018 at 10:08:21 AM UTC-4, Ronald Findling wrote:
>
> Is there some feedback from the engineering team?
>
> Am Donnerstag, 17. Mai 2018 16:44:27 UTC+2 schrieb Josh Radcliff (AdWords 
> API Team):
>>
>> Hi Ron,
>>
>> The engineering team is still digging into this. I'll be sure to update 
>> this thread as soon as I have more information.
>>
>> In the meantime, please retry the requests as Dorian suggested earlier.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, May 16, 2018 at 4:34:19 PM UTC-4, Ronald Findling wrote:
>>>
>>> Hi Josh,
>>>
>>> are there any updates on this topic? We are eagerly awaiting your 
>>> response on this one.
>>>
>>> Best Regards,
>>> Ron
>>>
>>> Am Freitag, 4. Mai 2018 21:18:47 UTC+2 schrieb Josh Radcliff (AdWords 
>>> API Team):

 Hi Dorian,

 Tracking down the root cause is proving quite challenging, so I don't 
 have any news to report just yet. In the meantime, retrying failed 
 requests 
 (provided you're confident the request is valid) is a good approach.

 Thanks,
 Josh, AdWords API Team

 On Friday, May 4, 2018 at 7:32:45 AM UTC-4, Dorian Kind wrote:
>
> Hi Josh,
>
> any updates on this topic? Can we just retry downloads that fail with 
> this specific error condition (400 HTTP status code and no response 
> content) for the time being?
>
> Thanks for your feedback and best regards,
> Dorian
>
> On Monday, 23 April 2018 14:52:50 UTC+2, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Ron,
>>
>> Thanks for getting back to me. I think we have enough examples now to 
>> track this down. The eng team is making progress, but I don't have any 
>> updates to report just yet. I'll reply back as soon as I have more info.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Monday, April 23, 2018 at 4:16:20 AM UTC-4, Ronald Findling wrote:
>>>
>>> Taking into account the daylight savings we currently have UTC+2.
>>> Concerning the 502 unfortionately I don't have the logs at hand any 
>>> more -- but what I remember was an 502 which resulted in a 400 in our 
>>> usage 
>>> of the library.
>>>
>>> Best Regards,
>>> Ron
>>>
>>> Am Montag, 16. April 2018 23:01:11 UTC+2 schrieb Josh Radcliff 
>>> (AdWords API Team):

 Also, I forgot to ask: is that timestamp in CST?

 Thanks,
 Josh, AdWords API Team

 On Monday, April 16, 2018 at 4:59:35 PM UTC-4, Josh Radcliff 
 (AdWords API Team) wrote:
>
> Hi Ron,
>
> I'm a little perplexed by the most recent example. I see it shows 
> both:
>
> com.google.api.ads.adwords.lib.utils.ReportException: *502*: Bad 
> Gateway
>
> and:
>
> Caused by: HTTP Response Code: *400*
>
> Was that a bad copy/paste, or are you actually seeing both 502 and 
> 400 mentioned within the same error?
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, April 16, 2018 at 11:27:53 AM UTC-4, Ronald Findling 
> wrote:
>>
>> After adding some more logging, another example that results in a 
>> 400 on our side:
>>
>>
>> 19:07:52 [WARN] c.g.a.a.a.lib.utils.report_download Request made: 
>> Service: reportdownload Method: POST clientCustomerId: XXX URL: 
>> https://adwords.google.com//api/adwords/reportdownload/v201710 
>> Request 
>> ID: null ResponseTime(ms): null OperationsCount: null IsFault: true 
>> FaultMessage: com.google.api.ads.adwords.lib.utils.ReportException: 
>> 502: 
>> Bad Gateway
>> 2018-04-15 19:07:52 [INFO] c.g.a.a.a.lib.utils.report_download 
>> HTTP request:
>> accept-encoding: [gzip]
>> authorization: REDACTED
>> user-agent: [XXX (AwApi-Java, Common-Java/3.12.0, Java/1.8.0_121, 
>> maven, ReportDownloader)]
>> developertoken: REDACTED
>> clientcustomerid: XXX
>> includezeroimpressions: false
>>
>> Content:
>> __rdquery: SELECT Conversions,ConversionValue FROM 
>> SHOPPING_PERFORMANCE_REPORT WHERE CountryCriteriaId = 2250 DURING 
>> 20180316,20180415
>> __fmt: XML
>>
>> Caused by: HTTP Response Code: 400 at 
>> com.google.api.ads.adwords.lib.utils.v201710.DetailedReportDownloadResponseException$Builder.build(DetailedReportDownloadResponseException.java:35)
>>
>> Am Freitag, 30. März 2018 15:15:38 UTC+2 schrieb Josh Radcliff 
>> (AdWords API Team):
>>>
>>> Hi Ron,
>>>
>>> 

Re: After October 2 - Can not use the AdWords API any more

2017-09-28 Thread 'AdWords API Advisor' via AdWords API Forum
Hi Nadav,

I'll second pretty much what Zweitze said. I'll ask my colleague to follow 
up on the bug you filed on the issue tracker with details, but the short 
summary is that you can take the github snapshot, compile it for .NET4.5 
and use that binary for approximately 8 more months -- until v201708 
sunsets. We might continue making changes to the library, but it shouldn't 
matter as long as you are looking for a specific bug fix, which we will 
resolve as appropriate.

Please don't stay on v201609, upgrade to v201708 and we will help you out 
on the issue tracker thread. 

For the long term, try moving to .NET 4.5.2 or a newer version. We moved to 
.NET 4.5.2 since the lifecycle for .NET 4, 4.5 and 4.5.1 ended last year. 
See https://support.microsoft.com/en-us/help/17455/lifecycle-faq-net-framework 
for additional context.

Cheers
Anash P. Oommen,
AdWords API Advisor.

On Thursday, September 28, 2017 at 6:50:53 AM UTC-4, Zweitze wrote:
>
> A few years ago I was in a similar situation, when Google moved the 
> framework from 2.0 to 4.0 - but my software was closely tied to SharePoint 
> v3 (2007) which is .NET 2.0.
>
> To stay on .NET 4.0 you have a few options:
>
>- Stop using the library, and add webservice references in Visual 
>Studio directly. VS will study the webservices itself and come up with 
>something. So you'll miss all the library stuff like ReportUtilities but 
> at 
>least you got something workable.
>- Build your own version of the library.
>
> I did the second. I downloaded the sources of the library from the OLD 
> framework. Then I downloaded the sources of the next version, on the newer 
> framework. I compared all sources and made up my own library, which 
> essentially was the old library plus handpicked improvements of the new 
> library.
> After that, I downloaded the sources of the oldest version of the library 
> that was supporting a newer AdWords API. I compared those sources with the 
> sources of what I call "next version" above, and applied the changes to my 
> library. Then I had a library supporting a newer version.
>
> This method only works when the library developers don't apply very big 
> changes. It bought me 18 months (!) and then we were finally ready to move 
> to the newer .NET version. You probably have less time because the library 
> developers are trying to have the library support .NET Core and other 
> things, which implies big changes.
>
> Oh, one more thing: On 2 October v201609 will not completely disappear. It 
> will keep working, but every now and then you get a sunset error. If you 
> retry you may get the right answer. This works for another few days, maybe 
> weeks. Disclaimer: this was the behavior about 2-3 years ago, I don't know 
> if it's still the case and I can't predict how Google will handle this on 
> October 2 and onwards.
>
>
> On Thursday, September 28, 2017 at 10:13:52 AM UTC+2, Nadav De Bruin wrote:
>>
>> As stated here 
>> <http://googleadsdeveloper.blogspot.co.il/2017/08/adwords-api-v201609-sunset-reminder.html>
>>  "*on October 2, 2017. After this date, all v201609 API requests will 
>> begin to fail.*"
>> The recommendation is to migrate to newer version.
>>
>> We use:
>> Google.AdWords v18.34
>> Google.Ads.Common v3.18
>> I've tried to migrate but get error that the .Net 4.5 Framework is not 
>> supported by the new version.
>>
>> We can not upgrade the framework for this project because other 
>> dependencies and it is very sensitive project in the production 
>> environment. 
>> So it seems that we are going to stop using the AdWords API.
>>
>> If someone can help here we'll be happy. 
>>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67feaaef-41b1-4b15-874e-9640279dd725%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Tip: Seeing discrepancy in numbers between UI and API reports?

2013-11-01 Thread AdWords API Advisor


If you happen to see discrepancy in numbers between UI and API reports, 
this might be due to data generated from your shared ads (i.e. shared 
creatives). The AdWords API currently does not have support for shared ads. 
As a result, the data between UI and API may differ.

To learn more about shared ads, please see 
https://support.google.com/adwords/answer/1722117?hl=en.

--AdWords API Team

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

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


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

2013-09-19 Thread AdWords API Advisor
Hi, 

Correct me if I'm wrong, you'd like to get client customer Ids under an MCC 
you authenticated using OAuth2?
If so this 
examplehttps://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201306/accountmanagement/GetAccountHierarchy.javahelps
 you how to write such code.

Best,
- Takeshi, AdWords API Team
2013年9月17日火曜日 21時42分08秒 UTC+9 g...@mediasales.hu:

 Hi!

 I would like to get the clientcustomerID automatically after a successfull 
 OAuth2.0 login. On the MCC account  the clients have on their accounts a 
 setup that gives permissions for them inside the MCC. So they only see what 
 they have permission for. I would like to get this information. So if they 
 login with Oauth2.0 they can report from thoose accounts which they have 
 permisson for. I tried CustomerService and ManagedCustomerService without 
 any success.

 How to solve this problem? Pls help.

 Thanks,


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

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

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


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

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

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

Best,
- Takeshi, AdWords API Team

2013年9月18日水曜日 1時57分48秒 UTC+9 mm:

 Hey guys - any update on enabling this in the new java client library? I 
 would like to begin migration to that client library, but since we do have 
 this working on the old library, I don't want to lose that functionality  
 would hate to invest a lot of time and energy figuring out how to hack it 
 in if it's on the way...

 Thanks!
 mm

 On Wednesday, January 2, 2013 11:04:21 AM UTC-6, Emmanuel Espina wrote:

 Thanks Kevin

 If it were toggleable it would be very easy to confirm what we speculate: 
 the slowest part of the uploading process is the network transmission. We 
 didn't do any serious testing of this put since XML is so verbose, it 
 sounds reasonable.

 In my opinion, gzip should be default because I think that most people 
 that use the API want to upload big batches of keywords. Otherwise they 
 would use the simpler web interface.

 Thanks!
 Emmanuel


 El viernes, 28 de diciembre de 2012 13:03:28 UTC-3, Kevin Winter (AdWords 
 API Team) escribió:

 Hi Emmanuel,
   While the new library does support gzip, it's not currently exposed in 
 an accessible way.  I filed an 
 issuehttp://code.google.com/p/google-api-ads-java/issues/detail?id=42on 
 the issue tracker to expose this feature.

 Out of curiosity, are you more interested in requests/responses being 
 handled all the time with gzip or is it more important that this be 
 toggleable?  (i'm trying to determine if theres a reason to not have this 
 on by default).

 - Kevin Winter
 AdWords API Team

 On Wednesday, December 26, 2012 1:02:18 PM UTC-5, Emmanuel Espina wrote:

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

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

 Thanks
 Emmanuel



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

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

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


Re: 3.2.1 PHP API Bug

2012-10-19 Thread AdWords API Advisor
Hi Joni,

You're absolutely correct, thank you for spotting this.

We've just pushed a new release to the repository (Rev id: #284). The 
packaged downloads (version 
3.2.2http://code.google.com/p/google-api-adwords-php/downloads/list) 
will be available shortly.

http://code.google.com/p/google-api-adwords-php/source/detail?r=284

- Regards, AdWords API Team.

On Monday, October 15, 2012 7:58:45 AM UTC+1, Joni Salmi wrote:

 Hey,

 Is this the right forum to report bug?

 Is it just me or is API Version 3.2.1 UTIL_PATH somehow wrong.
 In init.php UTIL_PATH is defined to 'Google/Api/Ads/Common/Util'

 And in reporting examples script tries to load UTIL_PATH . 
 '/ReportUtils.php';
 But the ReportUtils.php is located in 'Google/Api/Ads/AdWords/Util' 
 directory.

 Workaround:
 In init.php define REPORT_UTIL_PATH to 'Google/Api/Ads/AdWords/Util'
 And when using reporting load ReportUtils from REPORT_UTIL_PATH

 Another possible workaround, NOT TESTED!
 Try copying files from 'Google/Api/Ads/AdWords/Util' to
 'Google/Api/Ads/Common/Util'

 Greetings from Finland,
 Joni Salmi


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

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


Re: INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-18 Thread AdWords API Advisor
Hi Binhu,

As Yeison mentioned, can you just check that you are setting the 
DEFAULT_SERVER in the settings.ini to be the sandbox? As the$developerToken 
you've 
specified looks to be constructed for the sandbox.

Please see https://developers.google.com/adwords/api/docs/sandbox for more 
information.

-Ads Developer Relations Team.

On Thursday, October 11, 2012 8:00:48 AM UTC+1, binh nguyen wrote:

 Hi Mr/Mrs/Miss.

 I am a new guys on Adwords API.
 I am developing to getRelatedKeyword by Google Adwords API PHP 
 But when i run code. I get value:

 *[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'...@gmail.comjavascript:
 ++USD']*

 My Code:

* $username = binh@gmail.com javascript:;
 $password = **;
 $currencyCode = USD;
 $developerToken = $username++$currencyCode; 
 try {

  $user = new AdWordsUser(null, $username, $password, 
 $developerToken);
  $user-SetDefaultServer(https://adwords-sandbox.google.com;);
  $user-LogAll();
  $user-SetClientId('9840908587');

  $targetingIdeaService = 
 $user-GetService('TargetingIdeaService','v201109');

  $keyword = new Keyword();
  $keyword-text = utf8_encode('gangnam style');

  $keyword-matchType = 'BROAD';

  $selector = new TargetingIdeaSelector();
  $selector-requestType = 'STATS';
  $selector-ideaType = 'KEYWORD';
   
  $selector-requestedAttributeTypes = 
 array('CRITERION','GLOBAL_MONTHLY_SEARCHES', 'TARGETED_MONTHLY_SEARCHES',
   'AVERAGE_TARGETED_MONTHLY_SEARCHES', 
 'COMPETITION','EXTRACTED_FROM_WEBPAGE'); 
   
  $paging = new Paging();
  $paging-startIndex = 0;
  $paging-numberResults = 10;
  $selector-paging = $paging;
   
  //v201109
   
 $relatedToKeywordSearchParameter = new 
 RelatedToKeywordSearchParameter();
 $relatedToKeywordSearchParameter-keywords = array($keyword);

 $keywordMatchTypeSearchParameter = new 
 KeywordMatchTypeSearchParameter();
 $keywordMatchTypeSearchParameter-keywordMatchTypes = 
 array('BROAD');

 $locations = array();
 $location = new Location();
 $location-id = 2704; 
 $locations[] = $location;

 $locationTargetParameter = new 
 LocationSearchParameter($locations); // Expects arra of locations

 $languages = array();
 $language = new Language();
 $language-id = 1040;
 $languages[] = $language;
   
 $languageTargetParameter = new LanguageSearchParameter($languages);
   //v201109
 $selector-searchParameters = 
 array($relatedToKeywordSearchParameter,$keywordMatchTypeSearchParameter, 
 $locationTargetParameter, $languageTargetParameter);

 $page = $targetingIdeaService-get($selector);

   // Display related keywords.
   
   if (isset($page-entries)) {
 foreach ($page-entries as $targetingIdea) {
   $data = MapUtils::GetMap($targetingIdea-data);
   $keyword = $data['CRITERION']-value;
   $averageMonthlySearches =
   isset($data['AVERAGE_TARGETED_MONTHLY_SEARCHES']-value)
   ? $data['AVERAGE_TARGETED_MONTHLY_SEARCHES']-value : 0;
   printf(Keyword with text '%s', match type '%s', and average
 monthly 
   . search volume '%s' was found.\n, $keyword-text,
   $keyword-matchType, $averageMonthlySearches);
 }
   } else {
 print No related keywords were found.\n;
   }
 } catch (Exception $e) {
   print $e-getMessage();
 } 


 Please help me to fix INVALID_TOKEN_HEADER

 Thanks
 *

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

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


Re: INVALID_TOKEN_HEADER when using Adwords API in sandbox

2012-10-18 Thread AdWords API Advisor
Hi Binhu,

As Yeison mentioned, can you just check that you are setting the 
DEFAULT_SERVER in the settings.ini to be the sandbox? As the
 $developerToken you've specified looks to be constructed for the sandbox.

Please see https://developers.google.com/adwords/api/docs/sandbox for more 
information.

-Ads Developer Relations Team.

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

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


Re: What happend to targetContentContextual for Campaign.networkSetting? (v201209)

2012-10-17 Thread AdWords API Advisor
Hi bgraves,

targetContextContextual is being depricated in favour of 
TargtRestrictSetting. Please see 
CampaignService.TargetRestrictSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.TargetRestrictSettingfor
 details. Any campaign created in v201206 and onwards will have 
TargetRestrictedSetting by default. For more information on the product 
side changes that correspond to the API changes, please see the blog post More 
Flexible Targeting on 
Googlehttp://adwords.blogspot.in/2012/06/more-flexible-targeting-on-google.html
.

-Ads Developer Relations Team.

On Wednesday, October 10, 2012 6:44:27 PM UTC+1, bgraves wrote:

 Does this have anything to do with the UI changes made this setting for 
 Adwords UI?  How do I get this value now?  If I can't, how can I refactor 
 the code that depends on the setting?
  
 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


Hanging out for the Summer

2012-06-15 Thread AdWords API Advisor
Hi All,

If you'd like to join us during one of our upcoming AdWords API Office 
Hours, we've posted our schedule for the summer on the calendar. 
See http://googleadsdeveloper.blogspot.com/2012/06/hanging-out-for-summer.html 
for details.

Please come with your questions, feedback, and requests!

Thanks,
--Stan, AdWords API Team

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

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


Sneak-preview of the new AdWords API Java Library

2011-12-27 Thread AdWords API Advisor
Hi everyone,

We just launched a sneak preview of the new AdWords API Java library.
This is an experimental version to get early feedback.

You can find the example project ready to download here:

http://code.google.com/p/google-api-ads-java/downloads/detail?name=adwords-examples-0.2.0.tar.gz

Once you extract the library, it's as easy as:

$ cd adwords-examples/adwords_axis

# Modify ads.properties file (see README)

$ mvn compile
$ mvn exec:java -
Dexec.mainClass=adwords.axis.v201109.GetAllCampaigns

Some of the features are:
  - Maven2 support
  - SL4J support
  - Only logging soap of warning or higher (configurable)
  - Easier configuration of credentials
  - OAuth

We have great things in store, but if there is anything else you'd
like to see, please let us know.

Thanks,
Adam and the Java library team

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

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


AdWords API v201109 is now available

2011-10-07 Thread AdWords API Advisor
We’re pleased to announce the launch of AdWords API v201109, which
includes upgrades to targeting and reporting. We’ve highlighted some
of the new features in this blog post:
http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-launch-providing.html

A complete list of changes is available in the release notes:
http://code.google.com/apis/adwords/docs/reference/

--AdWords API Team

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

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


Re: Cost of using the AdWords API to manage ads and keywords

2011-08-11 Thread AdWords API Advisor
Hi Peter,

Retrieving 5 keywords using AdGroupCriterionService will cost you 5 
API units as per the rate sheet. Instead, you can use a keyword performance 
report to pull your keywords and their stats. You can create one report 
definition for 400 units and download the report daily; report download 
won't cost you any API units. Updating the status and budgets will cost you 
API units, but chances are that those costs are lesser since you may not 
update 5 keywords every day.

AdWords API also provides some free units to Advertisers; see 
http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=45891 for 
details. If you are an Agency, you can apply for AdWords API preferred 
pricing to receive free units. See 
http://www.google.com/adwords/api/preferredpricing/ for details.

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Daily reporting - Best time to execute.

2011-08-11 Thread AdWords API Advisor
Hi Rob,

I believe this is the link you are looking for: 
http://adwordsapi.blogspot.com/2011/06/statistics-in-reports.html. Check our 
blog site at http://adwordsapi.blogspot.com/ for more AdWords API technical 
blogs.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Authentication problems with .Net Library

2011-08-11 Thread AdWords API Advisor
Hi Nariz,

You have to initialize the sandbox by running the GetAllCampaigns example, 
and after that your configuration would work just fine. As for using OAuth, 
you should add a Global.asax and add some initialization code in your 
Global::Init(). See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/oauth/Global.asax.cs
 for 
details. 

Hope this helps, let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: assigning Adwords customer ID dynamically

2011-08-11 Thread AdWords API Advisor
Hi,

AdWordsUser exposes a parameterized constructor that allows you to provide a 
clientId without using ini file. See 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#101
 for 
details.

Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: V201101 AdGroup bids is Nothing

2011-08-11 Thread AdWords API Advisor
Hi,

AdGroup bids is still available, see 
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.AdGroup.html#bids
 for 
details. You just have to use the right selectors to get the fields. The 
rule is that if you don't see a selector for a field, that's probably 
because it is a complex type, so you have to refer to that type's 
documentation to see what its selectors are. For instance, AdGroup.bid is 
not selectable, but 
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.ManualCPCAdGroupBids.html
 lists KeywordMaxCpc as a selector field name. So if you were to request 
KeywordMaxCpc in addition to Id, Name, Status, then you will start 
getting all 
ManualCPCAdGroupBidshttp://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.ManualCPCAdGroupBids.html,
 
with its keywordMaxCpc field populated. Same goes for other types of 
AdGroup.bids.

You can also refer to 
http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201101-AdGroupService,
 
it shows the list of all the available selectors by service, and the object 
field it maps to.

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: V201101 CampaignCriterion and Keyword.text missing

2011-08-11 Thread AdWords API Advisor
Hi,

You need to add KeywordText as a selector field to get the criterion text. 
See 
http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201101-CampaignCriterionService
 for 
the list of all possible selector names for CampaignCriterionService.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Can I get all ads by campaign at once?

2011-08-11 Thread AdWords API Advisor
Hi Eric,

Yes, you will get all ads if you don't specify paging.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Update text and match_type of keyword in AdGroupCriterionService

2011-08-11 Thread AdWords API Advisor
Hi,

AdWords doesn't allow keyword text and matchtype to be updated once you 
create a keyword. You have to delete the existing keyword and create a new 
one to achieve this. Same goes for ads too.

Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Client Authentication, What would you suggest?

2011-08-11 Thread AdWords API Advisor
Hi Yagmur,

OAuth for downloading reports is a widely requested feature. The AdWords 
team knows about it and it is in the roadmap. I don't have a date by which 
this feature will be available, but we will definitely announce on the forum 
and our blog (adwordsapi.blogspot.com) when this feature becomes available 
in AdWords API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: adwords api help

2011-08-09 Thread AdWords API Advisor
Hi gonglujiang,

You can 
use 
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetRelatedKeywords.java
 
as a starting point, it shows how to use the TargetingIdeaService. It shows 
how to use AVERAGE_TARGETED_MONTHLY_SEARCHES, you can refer to other 
available options at 
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.TargetingIdeaSelector.html
. 

Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: TargetingIdeaService - v201101 - Search History returning 0 for July 2011

2011-08-09 Thread AdWords API Advisor
Hi Rob,

What does MonthlySearchVolume.countSpecified tell you? Is that false? See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/AdWords/v201101/AdWordsApi.cs#9560
 for 
details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: API

2011-08-09 Thread AdWords API Advisor
Hi,

The Keyword tool functionality is available from AdWords API 
TargetingIdeaService. See 
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
 fro 
details. See 
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/GetRelatedKeywords.java
 for 
a code example.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Adword Account Restore through account structure report

2011-08-08 Thread AdWords API Advisor
Hello Meet,


The functionality could be replicated via API but needs significant logic to 
be implemented on the client side. One needs to implement whole pull, save 
and restore process which exist in AWE.


-Danial, AdWords API Team.

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

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


Re: Can I get all ads by campaign at once?

2011-08-08 Thread AdWords API Advisor
Hello Eric,


Yes, it is possible with Generic Selectors. You can use the IN predicate as 
long as you have the ids of all ad groups. For example, in Ruby:

  selector = {   
   
:fields = ['Id', 'Status'], 
   
:ordering = [{:field = 'Id', :sort_order = 'ASCENDING'}], 
   
:predicates = [ 
   
  {:field = 'AdGroupId', :operator = 'IN', :values = [id1, id2, 
id3...]}
]   

  }

So you can do one query to get AdGroups list and another one to get all ads 
of it.


-Danial, AdWords API Team.

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

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


Re: ClientID

2011-08-08 Thread AdWords API Advisor
Hi Doug,

You need email and password when you are using ClientLogin as the 
authentication mechanism (which is also the default). If you are using 
OAuth, you don't need to set them, but you have to set user-SetOAuthInfo() 
instead. See 
http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/public/login.php
 for 
details on how AdWordsUser is initialized in this case.

You need one of ClientId / ClientEmail when the logged in OAuth user or the 
Email is an MCC account. This is used to identify the AdWords account 
against which the calls are happening.

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Adding keywords to exitsting Campaigns/AdGroups/Ads

2011-08-08 Thread AdWords API Advisor
Hi Joseph,

You can take a look at 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/AddAdGroupCriteria.php,
 
this code example shows how to add a keyword or a placement to an existing 
AdGroup.

Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Keyword search volume

2011-08-08 Thread AdWords API Advisor
Hi Manu,

The v201101 API won't return seed keywords if request type is IDEAS. See 
http://groups.google.com/group/adwords-api/browse_thread/thread/38b3e6e39db5fdfc
 for 
a discussion.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: View ads with parameters - sandbox

2011-08-08 Thread AdWords API Advisor
Hi Rafael,

You can add ad parameters in the sandbox, but you can't see them in action 
since ads added to the sandbox aren't served. You may have to use the 
production account to test this out.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: I got Report Download working for an MCC account

2011-08-08 Thread AdWords API Advisor
Hi,

v201101 cross client reports aren't supported; the feature was launched and 
later unlaunched. The .NET client library code was written at the time the 
feature was initially launched, it is not expected to work with the server 
endpoint. So your fix may break again in the future.

That said, could you report this issue at 
http://code.google.com/p/google-api-adwords-dotnet/issues/list? This will 
help me track the issue when the feature is publicly relaunched.

Cheers,
Anash P. Oommen,
AdWords API Advisor.


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

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


Re: API setup I always get error that client must be specified

2011-08-05 Thread AdWords API Advisor
Hello John,


What exactly is the error message you are getting? Are you specifying your 
MCC email as 'email' field?


-Danial, AdWords API Team.

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

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


Re: Adwords API and account restore

2011-08-05 Thread AdWords API Advisor
Hello meet,


What exactly do you mean by 'restoring the account'?


-Danial, AdWords API Team.

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

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


Re: Adwords API and account restore

2011-08-05 Thread AdWords API Advisor
Locking as duplicate thread of: 
https://groups.google.com/forum/?pli=1#!topic/adwords-api/PAP3HxISO80

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

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


Re: Bug in AdWords Campaign management table.

2011-08-05 Thread AdWords API Advisor
Hello Tom,


This forum is for AdWords API discussions. Thank you for your feedback but I 
suggest logging the issue on the AdWords forum instead:

  http://www.google.com/support/forum/p/AdWords


-Danial, AdWords API Team.
  

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

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


Re: Unit Usage Not Updating

2011-08-04 Thread AdWords API Advisor
Hi JPM,


Please send me your MCC ID over email.


-Danial, AdWords API Team.

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

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


Re: AdGroupAdService Keyword Details are not fetching

2011-08-04 Thread AdWords API Advisor
Hello Sahdev,


Please attach XML request code and the server reply for the issue.


-Danial, AdWords API Team.

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

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


Re: How many units will be used

2011-08-03 Thread AdWords API Advisor
Hello lavender,


The API usage is billed based on API request types. Please refer to this 
rate sheet for mode details:

  http://code.google.com/apis/adwords/docs/ratesheet.html


-Danial, AdWords API Team.

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

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


Re: User accounts and license agreement questions

2011-08-03 Thread AdWords API Advisor
Hello,


Unfortunately I am not in position to give legal advises, please check the 
Terms and Conditions. Please make sure you only use your own developer token 
though.

http://code.google.com/apis/adwords/docs/terms.html


As for part 2, we currently have no public interface for account creation. 
It is possible to share number of pre-created accounts between your users 
but make sure to keep track of billing on your side.


-Danial, AdWords API Team.

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

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


Re: Sandbox ADGROUP_PERFORMANCE_REPORT xml file data

2011-08-01 Thread AdWords API Advisor
Hello Sanju,


Do you get any results if you change date range from YESTERDAY to ALL_TIME? 
Are you sure the campaign ids are correct?

If you do, please attach full XML request code (for the report definition 
creation). Please make sure to remove sensitive data like Auth or Dev 
tokens.


-Danial, AdWords API Team.

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

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


Re: V13 ReportService sunsetting

2011-08-01 Thread AdWords API Advisor
Hello Peet,


The date has not been set yet, please refer to the following post for more 
details:

  
http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sunset.html


-Danial, AdWords API Team.

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

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


Re: Cost, MaxCPC and other currency columns coming in multiples of 1,000,000,000,000

2011-08-01 Thread AdWords API Advisor
Hello TJ,


Can you confirm the value is '247900' in the raw XML report returned 
by AdWords API *before* any processing by your system?


-Danial, AdWords API Team.

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

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


Re: Sandbox developer token

2011-07-29 Thread AdWords API Advisor
Hi Adam,

As I mentioned over the email, the key name should be AdWordsApi.Server, not 
AdWordsApi.Url. See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/App.config#60
 for 
reference.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Keyword Performance report missing CreativeId (was available in v13)

2011-07-27 Thread AdWords API Advisor
Hi Uzair,

I've responded to your other thread. Please follow up on that thread since 
this thread is about AdWords API reports.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-27 Thread AdWords API Advisor
Hi Yaron,

My guess is that the sandbox is throwing a valid error, but may be it is an 
error that is not available in v200909. Could you try making the API call in 
v201101 instead and see if the call works for you?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Google adwars api

2011-07-27 Thread AdWords API Advisor
Hi,

As jsteadman suggested, some of these functionality are available through 
AdWords API (in the context of Ads, not search), but in general, AdWords API 
is not an SEO API. There are some though, Alexa API comes to mind. You might 
also want to search a bit on stackoverflow, there are several threads 
discussing SEO APIs there.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Sandbox developer token

2011-07-27 Thread AdWords API Advisor
Hi Adam,

Are you setting these value in your console app's App.config? (Hint: Check 
in bin\Debug\YourApp.exe.config, are the right values showing up in that 
config file)? Setting the values in the client library's app.config won't 
have any effect, it is just for reference.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Update Ad

2011-07-27 Thread AdWords API Advisor
Hi Doug,

Once you create an Ad, only a few fields like cpc and status can be updated. 
If you need to update destination url, heading, etc., then you need to 
delete the old ad and create a copy of the Ad. This is how AdWords work, the 
behaviour is not specific to AdWords API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Client Authentication, What would you suggest?

2011-07-26 Thread AdWords API Advisor
Hi Yagmur,

AdWordsUser(header) does work, I'm not sure why it isn't working for you. 
See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v13/AccountServiceNoConfigDemo.cs
 for 
details. Other than that, there are couple of more ways to switch the config 
at runtime.

1. user.config.DeveloperToken = newdevelopertoken;
service = (CampaignService) 
user.GetService(AdWordsService.v201101.CampaignService);

2. service = (CampaignService) 
user.GetService(AdWordsService.v201101.CampaignService);
service.RequestHeader.DeveloperToken = newdevelopertoken;

The OAuth addition for the .NET library missed the client library update 
blog, I guess it will be announced for the next update blog. There's an 
ASP.NET project example that shows how the library works with OAuth. 
Essentially, you comment out Email, Password in web.config, set 
AuthorizationMethod to OAuth. Then initialize the OAuth library in your 
Global.asax.cs.

See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/#svn%2Ftrunk%2Fexamples%2Fcsharp%2Foauth
 for 
details.

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: why no campaigns?

2011-07-26 Thread AdWords API Advisor
Hi Steve,

You could check in the following order for troubleshooting:

1. Is your config file being picked up properly? (Set a wrong password in 
the config file, your call should fail).
2. Is the call going to sandbox or production environment? Your config says 
it goes to production, but you might want to double check.
3. Have you provided a valid Advertiser login email for client_email? If you 
give an MCC account here, then your call will still succeed, but you won't 
get any campaigns back.
4. Does the Advertiser account pointed to by client_email actually have 
campaigns? I've seen in some cases that developers make call to the wrong 
account by mistake.

Cheers,
Anash P. Oommen,
AdWords API Advisor.




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

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


Re: Client Authentication, What would you suggest?

2011-07-26 Thread AdWords API Advisor
Hi Yagmur,

AdWordsUser(header) was broken in v12.2.0 and fixed in v12.3.0. May be you 
had a broken library version at your end for a while. Report downloads using 
OAuth is still not available, so you can't use OAuth for reporting yet. For 
other services, OAuth works fine and the library fully supports it.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: ReportDefinitionService Cross-Client

2011-07-26 Thread AdWords API Advisor
Hi,

As of now, we haven't announced the plans for releasing cross-client support 
in v201101, but we will announce them on the AdWords API blog 
(adwordsapi.blogspot.com) when support is available. Also, for your 
reference, 
http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sunset.html
 is 
the blog that contains the sunset plans that jstedman is referring to.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Sandbox developer token

2011-07-26 Thread AdWords API Advisor
Hi Adam,

Your sandbox developerToken is yourlogin++CUR, where CUR is the currency 
code. An example developer token for sandbox would be 
john@gmail.com++USD. See 
http://code.google.com/apis/adwords/docs/sandbox.html for more details on 
using the AdWords API sandbox.

That said, AdWords API will throw error about invalid developer token if you 
use the production developer token against sandbox account and vice versa. 
If your call is connecting to the production account even after specifying 
sandbox service in config file, then there's something wrong with the way 
the option is specified in the config file. Either that, or your code is 
picking up a wrong config file.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Need Help in using Adword Keyword tool.

2011-07-26 Thread AdWords API Advisor
Hi Uzair,

The functionality of the Keyword tool is available in AdWords API through 
TargetingIdeaService. See 
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
 for 
details.

Assuming you are new to the AdWords API, this is what you need to do to use 
the TargetingIdeaService:

1. You need to signup for AdWords API if you haven't done so already. For 
this, you need to create an MCC (My Client Center) account if you don't have 
one already. After that, login to the MCC account, navigate to My 
Account-AdWords API Center and follow the instructions on that page to 
complete the signup process for AdWords API.
2. Pick an existing client library in a programming language of your choice 
to use AdWords API.
3. Pick a code example from the client library's set of examples, and modify 
it to suit your purpose.

Here are some links for your reference:

- Create an MCC: 
http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=7725
- Sign up for API: 
https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=enanswer=15104
- List of client libraries: 
http://code.google.com/apis/adwords/docs/clientlibraries.html
- Code example for TargetingIdeaService (PHP): 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.php

Hope this helps. Let me know if you have more questions.

Cheers,
Anash P. Oommen,
AdWords API Advisor.


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

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


Re: 回覆:Re: 回覆:Re: 回覆:CampaignAdExtensionService

2011-07-25 Thread AdWords API Advisor
Hi Keung,

This issue happens when the order of elements in your SOAP request
doesn't match the order in wsdl. See
http://groups.google.com/group/adwords-api/browse_thread/thread/f5057acf438bc702/
for the announcement and discussion of this issue.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Jul 25, 4:11 pm, Keung Chan chanchike...@gmail.com wrote:
 Dear Kevin,
 Sorry to reply late.
 The problem solved without changing the code. It happens all of a sudden. I
 don't why, but it's solved. Thank you very much.

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

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


Re: .NET Sandbox access

2011-07-25 Thread AdWords API Advisor
Hi Simone,

The error message you are seeing is slightly misleading; you are getting it 
because you are specifying an empty ClientCustomerId header instead of not 
specifying one. Try commenting out ClientCustomerId and ClientEmail headers 
in your web.config, or set 
servicedAccountService.RequestHeader.ClientCustomerId 
= servicedAccountService.RequestHeader.ClientEmail = null and your code 
should work fine.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Sandbox AuthorizationError.USER_PERMISSION_DENIED after migrating Google Apps domain

2011-07-25 Thread AdWords API Advisor
Hi John,

One thing you could check at your end if your email got migrated properly 
during the Google Apps migration, or whether it got renamed to 
youremail%dom...@gtempaccount.com during migration. If it got renamed to 
gtempaccount.com format, then try resolving that issue in your Google Apps 
domain, and your code should work just fine. Otherwise use the 
gtempaccount.com email for generating AuthTokens, and the code should work 
fine.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Keyword Stats in Sandbox

2011-07-25 Thread AdWords API Advisor
Hi Doug,

To test stats, try making a call to a test production account; your code 
seems fine to me.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: R: UNEXPECTED_INTERNAL_API_ERROR on production

2011-07-25 Thread AdWords API Advisor
Hi Elfurk,

I can't replicate this issue at my end, could you let me know if you can 
replicate this issue, and if so, provide the request id?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: virtual merchant gateway doubt

2011-07-25 Thread AdWords API Advisor
Hi,

This forum deals with AdWords API, you should probably ask your question on 
the Virtual Merchant gateway developer forum.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: is there any google asp.net api for get the site PR value?

2011-07-25 Thread AdWords API Advisor
Hi,

As Tim mentioned, there aren't any public APIs that exposes PageRank values.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Is it possible to save ad statistics, when text ads are updated with Google API?

2011-07-25 Thread AdWords API Advisor
Hi Donatas,

If you delete an Ad and create a copy of that Ad, then it is not possible to 
carry forward the old Ad statistics to the new Ad. Though, if you run an Ad 
performance report, you can grab the old Ad's statistics.
Since you are updating prices and related numbers, you might want to take a 
look at AdParamService; it may fit your needs. See 
http://code.google.com/apis/adwords/docs/reference/latest/AdParamService.html 
for 
details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Campaignid and adgroupid

2011-07-25 Thread AdWords API Advisor
Hi Venessy,

Could you check if you are making calls to the AdWords API sandbox or the 
production account? This may be set from the library's settings.ini. If this 
doesn't solve your issues, you could post the sanitized SOAP logs on this 
thread and I could help you out.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Client Email (Eronously) Invalid

2011-07-25 Thread AdWords API Advisor
Hi Chris, Joshua,

May be it is related to Google Apps migration, you might want to check this 
thread: 
http://groups.google.com/group/adwords-api/browse_thread/thread/c9eb81e134f7741d

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: reportdefinitionservice ad_performance report

2011-07-22 Thread AdWords API Advisor
Hello Soumya,


We don't have an example for this particular report readily available, but 
the code should be very similar to the Keyword Performance report example 
here:

  
http://www.google.com/codesearch/p?hl=en#V0-SpqftL4s/examples/csharp/v201101/AddKeywordsPerformanceReportDefinition.cs


-Danial, AdWords API Team.

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

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


Re: yes my question is about API and what do it mean to me

2011-07-21 Thread AdWords API Advisor
Hi,

If you have a specific question about AdWords API, then feel free to ask and 
we will help you with your queries.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas,

Which version of the library (not the API) are you using? The latest version 
is 12.4.0. I'm trying to replicate the issue you are mentioning, but so far 
I'm out of luck.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas,

I still can't replicate this issue. I'm using v12.4.0, but the proxy code 
hasn't changed from v12.3.0. Here's how I am testing, that may give a hint 
about what's going wrong.

- Setup a proxy using squid: 
http://news.softpedia.com/news/Seting-Up-a-HTTP-Proxy-Server-with-Authentication-and-Filtering-52467.shtml
- Downloaded 
http://google-api-adwords-dotnet.googlecode.com/files/awapi_dotnet_lib_src_12.4.0.zip.
- Extracted the project and opened AdWords.v2008.sln in VS 2008.
- Set the proxy url, username, password in examples\csharp\App.config.
- Set Developer token, Email, password, ClientEmail in 
examples\csharp\App.config
- Run AdWords.Examples.CSharp with command line argument as 
v201101.GetAllCampaigns.

My call fails for wrong username/password (407 Proxy Authentication 
required) and succeeds for the right username/password in App.config.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: internal server error

2011-07-13 Thread AdWords API Advisor
Hi Soumya,

Is there any particular reason why you don't want to use the AdWords API 
.NET client library? See http://code.google.com/p/google-api-adwords-dotnet/ 
for 
more details. Also, a working version of the code you posted is available 
here just in case you don't want to make use of the library: 
http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#Option_1:_Make_a_raw_API_call
.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Pause a client account through MCC API

2011-07-13 Thread AdWords API Advisor
Hi Mahesh, 

Pausing all campaigns in a client is the best approach to pause a child 
account using AdWords API. You can use ServicedAccountService to retrieve 
the customer id for accounts, and then pause all campaigns in that account. 
AdWords API can take either clientEmail or clientCustomerId in SOAP headers.

See 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAccountHierarchy.php
 for 
details on retrieving accounts using ServicedAccountService.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: The same report, obtained through the api V201101, is smaller

2011-07-13 Thread AdWords API Advisor
Hi,

I would check if the column names are same or different. Some of the columns 
like CampaignId won't be available through front end downloads even if the 
report definition has it.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: API billing using Client Manager accounts

2011-07-13 Thread AdWords API Advisor
Hi Nath,

Your account (i.e. the MCC holding the developer token) gets charged. You 
can use InfoService (
http://code.google.com/apis/adwords/docs/reference/latest/InfoService.html) 
methods to figure out the cost breakup for each client and transfer the cost 
to your clients.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


Upcoming Sandbox DB Refresh: Thursday, April 28

2011-04-27 Thread AdWords API Advisor
Hi,

The AdWords API Sandbox's database is scheduled to be refreshed on Thursday
, April 28, during which all data stored in the sandbox will be cleared.
 AdWords API v13 users will have to recreate their client accounts by making
a request to AccountService.getClientAccounts(), and v200909 users or later
should make a request to CampaignService.get().  More information on the
sandbox environment and our periodic refreshes is available at:

  http://code.google.com/apis/adwords/docs/sandbox.html

Best,
- Eric Koleda, AdWords API Team

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

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


AdWords Downtime: March 20, 3am-7am PT

2011-03-18 Thread AdWords API Advisor
We'll be performing routine system maintenance on Sunday, March 20 from
approximately 3:00am to 7:00am PT. You won't be able to access AdWords or
the API during this time frame, but your ads will continue to run as normal.

Best,
- Eric Koleda, AdWords API Team

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

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


Re: API server request error

2011-03-16 Thread AdWords API Advisor
Hi Wei,

I haven't heard about any such issues, but just to be sure, I'll check with 
my team and let you know.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: cross client reports

2011-03-15 Thread AdWords API Advisor
Hi Rayden,

If you could mail your account details to adwordsapiadvi...@google.com and 
ping this thread, I could check with the AdWords team if this is possible.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: 500: Failure. A JSON object is returned with a FAILURE status.

2011-03-15 Thread AdWords API Advisor
Hi,

You aren't trying to download a cross-client report, right?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Ad parameters in adwords CLI

2011-03-15 Thread AdWords API Advisor
Hi Daniel,

Thanks for submitting the patch! Adam will follow up with you on the issue 
thread.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: login the sandbox with the php client

2011-03-15 Thread AdWords API Advisor
Hi Peter,

What error are you seeing? An error thrown by AuthToken class means there is 
something wrong with your email/password. At that stage, you haven't got as 
far as making an API call. You are still generating an authToken to be used 
with AdWords API later.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: login the sandbox with the php client

2011-03-15 Thread AdWords API Advisor
Hi Peter,

Also, is the library picking up auth.ini? I think the library would load 
defaults if it cannot find auth.ini and go ahead, so I'd check if the 
username and password are right on the line where the call fails.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: CreativeApprovalStatus Predicate APPROVED doesn't return results in v201101

2011-03-15 Thread AdWords API Advisor
Hi Jeremy,

Do you have a report definition id or a response id from the SOAP response 
xml?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: API Fatal Error. We Need Help.

2011-03-15 Thread AdWords API Advisor
Hi,

Is it that the script is terminating when the error occurs? Is your error 
log showing any exceptions being thrown by PHP itself?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Increase in ConcurrentModification Exceptions?

2011-03-15 Thread AdWords API Advisor
Hi Margaret,

If you can share the response ids for such requests online, then that would 
be most helpful.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Adwords Reporting

2011-03-15 Thread AdWords API Advisor
Hi Peter,

As of now, cross client reports aren't available, see 
http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html
 for 
details. Once this feature is available for everyone, you should be able to 
run reports against multiple accounts.

Another thing worth noting is that if you don't specify any predicates, then 
the report will run for an entire account. So you can just schedule a single 
adgroup performance report with no predicates and request adgroupid as a 
column. This saves you the trouble of running GetAllCampaigns and later 
GetAllAdGroups.

As for retrieving accounts under an MCC, see 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetAccountHierarchy.php
.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: 500: Failure. A JSON object is returned with a FAILURE status.

2011-03-15 Thread AdWords API Advisor
Hi Steffen,

I'll check this with the reporting team and post updates on this thread.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-14 Thread AdWords API Advisor
Hi,

I had a look at your account. Appears like you worked with the AdWords 
Specialists to change the account password and the account is working fine 
now. Could you confirm if this the case? Are you facing more issues?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Still cannot access my account

2011-03-14 Thread AdWords API Advisor
Hi,

What other details does the AuthTokenException provide? For instance, what 
does AuthTokenErrorCode field say?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: V13 Report Service - Sunset

2011-03-14 Thread AdWords API Advisor
Hi Remya,

Cross client reports is available from v201101, see 
http://code.google.com/apis/adwords/docs/reportingtopics.html#crossclient for 
details. However, it is currently available only to a few customers. Cross 
client reports will be available for all in coming weeks. See 
http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html
 for 
details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: can't connect to AdGroupService-- java.net.ConnectException: Connection timed out

2011-03-14 Thread AdWords API Advisor
Hi Rajini,

Timeout issues are transitory in nature, they typically disappear in a short 
while. Are you still seeing these errors?

Cheers,
Anash P. Oommen,
AdWords API Advisor

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

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


Re: trying to create an api

2011-03-14 Thread AdWords API Advisor
Hi,

I got your mail, I'll follow up with you over the email.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: about new Selector.

2011-03-14 Thread AdWords API Advisor
Hi Rayden,

To add to what codeninja mentions, you can request any field that is marked 
as Selectable. Also, whenever an object has a member field as an instance of 
another class (e.g. Campaign has a property named budget, which is a class 
named Budget), then there won't be any selector field names on that property 
itself. You have to go within the Budget class to see what the selector 
fieldname for each property is (e.g. if you need campaign.budget.period, you 
have to use Period as the field name as mentioned on 
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Budget.html).
 
Other than that, the structure of the object returned by the API call will 
be intact (e.g. if you request Period, then campaign.budget will be 
returned as expected, and the period field will be set. If you haven't 
requested other fields, then other fields of budget object won't be 
returned.

Also, the rule of thumb is that to get something, you have to request it 
explicitly. There may be a few cases where you get back more fields than you 
asked for, but please don't count on it as a standard behaviour.

Cheers,
Anash P. Oommen,
AdWords API Advisor.


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

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


Re: Adwords Reporting

2011-03-14 Thread AdWords API Advisor
Hi Peter,

Please feel free to ask any questions you may have, and I'll help you out. 
Also, http://code.google.com/apis/adwords/videos/ has a new video on 
ReportService. I haven't watched it yet since it is a recent video, but I'm 
sure it covers more details that can help you out.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: cross client reports

2011-03-14 Thread AdWords API Advisor
Hi Rayden, Rob,

We will announce on the blog when the cross client reports become available 
for everyone. As mentioned in the blog, the feature was released as part of 
v201101, but didn't go well. So it has been limited to a limited set of 
developers for now.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Ad parameters in adwords CLI

2011-03-14 Thread AdWords API Advisor
Hi Daniel,

Thanks for taking an interest in the project. You can file a Blank Report 
issue with the patch attached and we will contact you about integrating it.

Thanks,
Adam Rogal, AdWords API Team

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

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


Re: Ad parameters in adwords CLI

2011-03-14 Thread AdWords API Advisor
To clarify, use this link: 
http://code.google.com/p/google-api-adwords-java/issues/entry?template=Blank%20report

Thanks,
Adam Rogal, AdWords API Team

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

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


Re: Invalid XML Placements performance report including *** Unexpected exception???

2011-03-11 Thread AdWords API Advisor
Hi,

Reports throw exception in a slightly different way than the other API 
methods. If an exception is raised during report download, then the report 
contents will be of the form

!!!userid_code|||report definition id|||exception message???

I've picked your report download details from the logs and passed it on to 
the reports team for further investigation.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: Will AdWords API allow adding blocked ip's?

2011-03-11 Thread AdWords API Advisor
Hi Quince,

AdWords API doesn't provide this option. You could file a feature request 
here: 
http://adwords.google.com/support/aw/bin/request.py?contact_type=cfeedback

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: trying to create an api

2011-03-11 Thread AdWords API Advisor
Hi,

Please mail the account details to adwordsapiadvi...@google.com and
ping this thread when done. I'll follow up with you over the mail.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Mar 11, 7:02 am, singaporegirl janet.quekferl...@gmail.com wrote:
 Hi, thks for your information but it still does not tell me what I
 need to know,I signed up for an API token thru this 
 linkhttps://adwords.google.com/select/netapisignup/UsageInfo?stylePrefOve...
 a different email sa...@...info' on Mar 6 and did not receive any
 email confirmation of signing up or any email letting me know if the
 token was approved.

 my simple questions as follows:
 1) Do I need an MCC account with emal sa...@...info' `before
 signing up for API token
 2) If an MCC account is needed before signing up for API - Now that I
 have signed up for API token with sa...@...info' - can I used the
 same email to sign up MCC, then sign up for APÎ - wld this email
 sa...@...info' be rejected

 Thks

 On Mar 7, 10:58 pm, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:







  Hi,

  There are couple of things you can do.

  - If you have applied for a developer token from an MCC, then you
  don't need to apply again to change the email address of the account.
  See this FAQ link on how to change the login email of an existing
  account:http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=24828

  - If you have some valid reason for applying for tokens in a second
  account (e.g., applied in the wrong account, and can't be fixed by
  just changing the email address), then go ahead and apply for a token
  from the new email address. One of the tokens will eventually get
  approved and other will be rejected. If you find that the tokens in
  the account you need isn't approved, then let me know on this thread,
  and I'll help you out.

  Cheers,
  Anash P. Oommen,
  AdWords API Advisor.

  On Mar 8, 7:45 am,singaporegirljanet.quekferl...@gmail.com wrote:

   Hi Willem

   Thanks for yr reply - I know that I need to create an MCC account with
   different email address - since I hve already signed up for API thru
   this 
   linkhttps://adwords.google.com/select/netapisignup/UsageInfo?stylePrefOve...
   using  different email than my adword account, will I get rejected if
   I use new email (the one that I used to signed up for API) to register
   MCC and then apply for API again?  That is my question

   Hope someone from API team can answer.

   Thanks

   On Mar 7, 7:36 am, Willem van Rooyen wil...@xpodyt.com wrote:

Hiya

Also had some issues with all this. First off, you can access the
sandbox without a developer token (use your adwords account or any
gmail account for testing).

A developer token (the thing you need to use the Production API) is
applied for via (and attached to) an MCC acount.
Do that here:http://www.google.com/intl/en/adwords/myclientcenter/

You HAVE to sign up with a different email address than the one you
used for your adwords sign-up. Only the MCC account will have the My
Account-Adwords API Center you probably keep reading about in the
Help docs.

So you'll end up with two accounts: Adwords and Adwords MCC, you can
link more Adwords accounts using the MCC, hence the need for a
separate (management sign-up).

Hope this helps.

   singaporegirlwrote:
 hello, I am a newbie and was reading the forum/help on how to create
 an API.  I understand that I need a new MCC account not this one for
 Adwords.  During a search on the forum, found a link to the
 registration page
https://adwords.google.com/select/netapisignup/UsageInfo?stylePrefOve...
 and after feeling in with a different email address, and click
 'continue' it went into the help section!

 My question is do I create the new MCC account with diffferent email
 before filling up the above form or will the MCC account be created
 with the email I indicated on the form?  If MCC acc is not auto
 generated when the form was filled and I create a MCC acc with that
 email, will I get rejected when I apply for API again?

 Please advise - tks- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -

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

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


Re: Input is not proper UTF-8, indicate encoding

2011-03-11 Thread AdWords API Advisor
Hi,

Could you post an issue at 
http://code.google.com/p/google-api-adwords-php/issues/list and ping this 
thread? I'll ask the library owner to take a look at it.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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

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


Re: login the sandbox with the php client

2011-03-11 Thread AdWords API Advisor
Hi Peter,

You could alternately call CampaignService.get(). 
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetAllCampaigns.php
 should 
do the trick.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


  1   2   3   4   5   6   7   8   9   10   >