Re: newbie to adword api - creating reports

2013-02-25 Thread Takeshi Hagikura (AdWords API Team)
Hi Alan,

Sorry for answering here late.

Looks like it's a php library specific matter.
Originally, ReportDefinitionService is not needed for downloading Adhoc 
reports (or using AWQL) like the Java library do.
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/reporting/DownloadCriteriaReportWithAwql.java
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/reporting/DownloadCriteriaReport.java

I'll ask the php library maintainer for confirmation.

Best,
- Takeshi, 

On Monday, February 18, 2013 8:22:19 PM UTC+9, Alan Coleman wrote:
>
> Hi Takeshi,
>
> I'm a bit confused about the now-deprecated ReportsDefinitionService.
>
> Reporting Basics encourages us to update our applications to use AdHoc 
> Reports: https://developers.google.com/adwords/api/docs/guides/reporting 
>
> However the two examples above both contain reference to
> ReportDefinitionService.
>
> $user->LoadService('ReportDefinitionService', 'v201209');
>
> Do AdHoc and AWQL Reports still use ReportDefinitionService, even if it 
> is deprecated? 
>
> As always, thanks for all your help.
>
>
> On Friday, January 18, 2013 6:05:27 AM UTC, Takeshi Hagikura (AdWords API 
> Team) wrote:
>>
>> Hello Paul,
>>
>> 1) Basically, there are two ways of querying reports. AdHoc 
>> reports
>>  and AWQL . 
>>
>> In AdHoc reports, you should query reports using report definition xml
>> In AWQL, you should query reports using AWQL String.
>>
>> Both of them have examples.
>> AdHoc reports : 
>> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReport.php
>> AWQL : 
>> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReportWithAwql.php
>>
>> 2) See the code examples above.
>>
>> 3) Please see examples above, if you have further questions, please post 
>> it here.
>>
>> Best,
>> - Takeshi, AdWords API Team
>>
>> On Thursday, January 17, 2013 5:43:45 PM UTC+9, Paul C wrote:
>>>
>>> hi all,
>>>
>>> i'm a newbie to adwrods api, and I have a task to create daily reports 
>>> from several adwords accounts and Pull the data into CSV file  (i'm 
>>> working on PHP), 
>>>
>>> the reports i need to generate are:
>>>
>>>
>>> · Cost per campaign
>>>
>>> · Clicks
>>>
>>> · Impressions
>>>
>>> ·  Ad
>>>
>>> · Language
>>>
>>> · Country
>>>
>>> · Campaign
>>>
>>> · conversion data
>>>
>>>
>>> my question is:
>>>
>>> 1. how do i query each one of the above (the name to put on code) , i 
>>> found this link 
>>> https://developers.google.com/adwords/api/docs/appendix/reports 
>>>
>>> 2. how do i work with the PHP library? where is the report creating?
>>>
>>> 3. in general , how do i query reports?
>>>
>>>
>>> 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: Does changing query string in Destination URL via Adwords API trigger editorial?

2013-02-25 Thread Zweitze
Maybe your team is worried about this:

Google requires that all URLs (the destination URLs of ads and keywords, 
and the visible URLs of ads) within one group all point to the same domain. 
When the destination URLs are redirected to other URLs, Google looks at the 
final destination URL. It gets more complicated when you use subdomains, 
check out the display URL 
policy
.

Further, Google keeps a quality score of all keywords, and the quality 
score is partly determined by the contents of the landing page where the 
user is taken - and the response time of the webserver too. So, if you 
change the URLs Google will recalculate the quality score, and that score 
could be less than it is now.

I hope this helps.


On Friday, February 22, 2013 7:36:06 PM UTC+1, Taylor Lilley wrote:
>
> This is an ongoing debate at my company. We run massive Adwords accounts. 
> I need to automate adding or changing query string parameters on large 
> numbers of keywords. Our SEM team is nervous that this could cause the 
> Adwords editorial staff to disable large numbers of keywords while they 
> review the changes (effectively killing traffic).
>
> I can understand why changing the domain or page in the URL might cause 
> this. But changing the query string should not, I would think.
>
> Can anybody confirm/deny this possibility?
>

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




Adwords can't get campaigns ( entries = null )

2013-02-25 Thread Hassan Absike
Hi  i need your help :(

i want get campaigns , whene i use the sandbox serveur i get this error :

Warning: SoapClient::SoapClient(
https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl) 
[soapclient.soapclient]: failed to open stream: HTTP request failed! 
HTTP/1.1 503 Service Unavailable in D:\www\adwords\test.php on line 80

-

Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from '
https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl' 
: failed to load external entity "
https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl"; 
in D:\www\adwords\test.php on line 80

-
if i change the ADWORDS_API_SERVER to https://adwords.google.com no error , 
but no result .
tnx

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




Developer token - Pending approval

2013-02-25 Thread adwords
It has been over 6 months since our application is pending approval. Could 
you possibly expedite the approval process. 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.




Analytics - Variable Source Traffic

2013-02-25 Thread Cristiano Gomes
how do I get the source of traffic (Adwords) on analytics programmatically, 
or any store in a variable. Thank you.

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




Applied for a test account over a week ago

2013-02-25 Thread david
I applied for a test account api key around 12 days ago and still haven't 
heard anything back.

Should I reapply, I sent an email to the adwordsapi-tok...@google.com email 
address 4 or 5 days ago but never heard anything back.

Thanks,
David

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Did Not Receive AdWords API Test Account Application Results

2013-02-25 Thread Jarad Collier
I'm really not trying to be annoying here but this issue is still 
unresolved.  *I am developing a tool right now and urgently need to have 
this test campaign set up*.  Feb. 9th is when I first submitted this 
request.  The page states to contact this forum if 10 days go by and I have 
not received a response.  Today is 2/24/2013 so 15 days have gone by 
without a response.  I am following instructions as directed but am getting 
no response from API forum admins.  I have also proactively sent an email 
to adwordsapi-tok...@google.com as well but have received no response.

What more can I do to facilitate this?

On Thursday, February 21, 2013 4:22:07 PM UTC-8, Jarad Collier wrote:
>
> I followed the steps here on the "Getting Started" page.  I filled out 'this 
> form'
>  
> 10 days ago and have not received a response or results.
>
> All I'm trying to do is get my test campaign set up.  It's been 10 days of 
> silence with me anxiously awaiting a response.
>
> So... as it also states on that "Getting Started" page:
> If you do not receive the results within 10 days of your application, 
> contact us on the forum
> .
>
> That's what I'm doing now.
>
> Who can help me?  What information do you need? MCC = 871-513-8923
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: NullPointerException in java client lib 1.12.4

2013-02-25 Thread Minh Tran
Ok I've resolved this now.

The reason the NullPointerException occurs is because the try block it is 
in is assuming that the Soap call executed successfully from earlier, 
except in my case it didn't. It actually threw an InvocationTargetException 
at SoapClientHandler.java:109 so you guys need to fix up your client lib to 
throw this exception back instead of assuming it worked. 

The reason for the InvocationTargetException was because of this(note the 
package name refers to a previous version of the api which no longer exists)

java.lang.ClassNotFoundException: *com.google.api.adwords*
.lib.AdWordsHttpSender

Upon more digging around, I noticed in my project I have my own 
client-config.wsdd file which had this class in it. I removed this file and 
it finally worked. This project was based on an older version of the api. 
Not sure if this was documented in the migration docs as it looks like you 
have removed the old ones from your site, my api version was 201109.

On Friday, February 22, 2013 3:14:24 PM UTC+11, Minh Tran wrote:
>
> Hi
>
> I am running the GetCampaigns class in the java examples and it runs 
> successfully. However I copied it to my own project and ran it from there 
> and I get the following exception. Any ideas?
>
>  Exception in thread "main" java.lang.NullPointerException
>
> at com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(
> AxisHandler.java:194)
>
> at com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(
> SoapServiceClient.java:64)
>
> at com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(
> SoapServiceClient.java:93)
>
> at $Proxy14.get(Unknown Source)
>
> at 
> au.com.appliancesonline.adwords_portal.service.impl.GetCampaigns.runExample(
> GetCampaigns.java:76)
>
> at au.com.appliancesonline.adwords_portal.service.impl.GetCampaigns.main(
> GetCampaigns.java:56)
>
>
> Upon debugging, at AxisHandler.java:194, the following is null, 
> messageContext.getResponseMessage()
>
>
> My pom file has the same inclusions as the one in the examples
>
> 
>
>  com.google.api-ads
>
>  ads-lib
>
>  1.2.14
>
>  
>
>
>  
>
>  com.google.api-ads
>
>  adwords-axis
>
>  1.2.14
>
>  
>
>
>  
>
>  com.google.http-client
>
>  google-http-client-jackson2
>
>  1.13.1-beta
>
>  
>
>

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




From Adwords to Adsene

2013-02-25 Thread Been Gotti
I have spent over one hundred dollars in my adwords account. I have reached 
60,000 adword impressions and 108 click.
 Now keep in mind that the purpose of paying for advertising is to profit. 
So far, adwords haven't driven any clicks to 
 my adsense. If  you have a answer to my problem please know that i have 
been working on the keywords and ads.
Im Just tired of paying 2.50 - 3.50  per click and not gaining. HELP!:(

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

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

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




Re: Can we have access to yesterday's rank of keywords in AdWords API?

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi Nicholas,

No, this isn't possible. If you want history of rank, you should keep track 
of it yourself.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, February 22, 2013 3:35:30 AM UTC+5:30, Nicolas C. wrote:
>
> Hello
>
> Is there a way to get access to yesterday's rank of keywords with AdWords 
> API?
>
> Thanks
>
> Nicolas
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi Adam,

The error means that you have an expired token in v20:authToken. You should 
refresh it by making a call to ClientLogin API when you get the error. 
ClientLogin API provides tokens that are long lived, but it is upto the 
server to invalidate it in between if required.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, February 22, 2013 2:41:58 AM UTC+5:30, Adam Yhap wrote:
>
> Hey I keep getting this error whenever I send my request. I looked online 
> and everywhere says it is because of expiring auth/access Tokens. I 
> regularly get new tokens so I cannot figure out what is causing this. I am 
> sending an empty request. I am sending to 
> /AdGroupCriterionServiceInterface. Could it be I left out something in the 
> api signup? I don't see how because I am getting a token which means 
> authentication is all good, right?
>
> http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:v20="https://adwords.google.com/api/adwords/cm/v201209";>
>
>   
>  
>  *
>  
>  *
>
>  *
> 
>  *
>
>  true
>  
>  true
>   
>
>
>   
> 
>  ?
>   
>
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Enhanced Campaign properties in reports?

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi Hans,

I believe these values may be exposed in the next API version. Which 
specific fields are you looking for, and what reports?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, February 22, 2013 8:11:58 AM UTC+5:30, HK wrote:
>
> Hi,
>
> The message from Google as I see it has always been to use reports to get 
> a full copy of someone's account and we are doing this extensively. Works 
> great and we probably get millions of ads that way and store them locally. 
> Now we have the need to get the forwardCompatibilityMap values in the same 
> ad performance report (used as an old structure report). I don't see that 
> this is possible and it means rewriting a lot of code to use the "regular 
> APIs" for ads. Any plans to include these attributes in the reports?
>
> Thanks,
> Hans
>

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

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

--- 
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: Status of 765-119-2928 Test Account

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi,

Looks like this account is already marked as test account. Could you make a 
call and confirm if it works?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, February 20, 2013 11:59:05 PM UTC+5:30, 
googl...@icrossing.com wrote:
>
> Recently we created a test account (765-119-2928), attached it to our MCC, 
> and submitted an application on January 23rd.   However, we have not 
> received any further notification or confirmation regarding this and any 
> next steps.  
>
> Can you please look into this?  We are needing to use this for our 
> development.
>
> Thank you,
>
> The iCrossing 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

--- 
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: I am waiting more than 1 week for token review, please help !

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi,

Please forward your questions about token approval to 
adwordsapi-tok...@google.com.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, February 19, 2013 4:24:37 PM UTC+5:30, pages...@gmail.com wrote:
>
> dear 
> I am waiting more than 1 week for token review, please give me some reply .
> thx.
>

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

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

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




Re: Adwords can't get campaigns ( entries = null )

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi Hassan,

Please request a test account for making sandbox calls. See 
https://developers.google.com/adwords/api/docs/test-accounts for details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.


On Friday, February 22, 2013 5:42:48 PM UTC+5:30, Hassan Absike wrote:
>
> Hi  i need your help :(
>
> i want get campaigns , whene i use the sandbox serveur i get this error :
>
> Warning: SoapClient::SoapClient(
> https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl)
>  
> [soapclient.soapclient]: failed to open stream: HTTP request failed! 
> HTTP/1.1 503 Service Unavailable in D:\www\adwords\test.php on line 80
>
> -
>
> Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from '
> https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl'
>  
> : failed to load external entity "
> https://adwords-sandbox.google.com/api/adwords/cm/v201206/CampaignService?wsdl";
>  
> in D:\www\adwords\test.php on line 80
>
> -
> if i change the ADWORDS_API_SERVER to https://adwords.google.com no error 
> , but no result .
> tnx
>

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

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi,

You must have received a mail from adwordsapi-tok...@google.com. Please 
follow up on that mail for more details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, February 22, 2013 5:53:13 PM UTC+5:30, adw...@apishops.com wrote:
>
> It has been over 6 months since our application is pending approval. Could 
> you possibly expedite the approval process. 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: From Adwords to Adsene

2013-02-25 Thread Anash P. Oommen (AdWords API Team)
Hi,

Since this is a product question, could you please ask your question on 
https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488
 instead?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, February 25, 2013 7:31:01 AM UTC+5:30, Been Gotti wrote:
>
> I have spent over one hundred dollars in my adwords account. I have 
> reached 60,000 adword impressions and 108 click.
>  Now keep in mind that the purpose of paying for advertising is to profit. 
> So far, adwords haven't driven any clicks to 
>  my adsense. If  you have a answer to my problem please know that i have 
> been working on the keywords and ads.
> Im Just tired of paying 2.50 - 3.50  per click and not gaining. HELP!:(
>

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

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

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




Re: SOAP headers and the new AdWords API pricing

2013-02-25 Thread Danial Klimkin
Hello Zweitze,


I don't see the contradiction here -- units will be removed but operations 
will stay. We plan to update this shortly but I can't tell any particular 
date.


-Danial, AdWords API Team.


On Friday, February 22, 2013 5:53:46 PM UTC+4, Zweitze wrote:
>
> Danial,
>
> In this 
> threadyou
>  contradict your statement below.
> Now, what will happen, will the responseheader (and therefore the API and 
> client libraries) be updated or not?
>
> Thanks again!
>
>
> On Tuesday, February 5, 2013 12:25:55 PM UTC+1, Danial Klimkin wrote:
>>
>> Hello Zweitze,
>>
>>
>> The responseHeader and client libraries will be updated to reflect the 
>> changes. We can not provide any exact date for the change.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, January 31, 2013 1:45:16 PM UTC+4, Zweitze wrote:
>>>
>>> Hello,
>>>
>>> I saw the announcement about the new AdWords API 
>>> pricing
>>> .
>>> As I understand the access will now be limited on the amount of 
>>> operations, instead on the amount of units.
>>>
>>> As stated in the documentation, every AdWords API response has a response 
>>> header , which 
>>> contains the amount of units and operations of the last call, an internal 
>>> ID and the internal processing time.
>>>
>>> Now, the number of operations in the response header has a different 
>>> meaning than the number of operations described in the new AdWords API 
>>> pricing.
>>>
>>> My questions are:
>>> 1. Will we be able to retrieve the number of operations (as described by 
>>> the AdWords pricing) from the response header?
>>> 2. Will the response header, as currently described in the 
>>> documentation, be changed when the new AdWords API pricing is implemented?
>>> 3. If so, will the client libraries be updated and when are they planned 
>>> to be available?
>>> 4. If the response header is not changed, what will be the meaning of 
>>> the members "units" and "operations" after the new AdWords API pricing is 
>>> implemented?
>>>
>>> Thanks in advance!
>>>
>>

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

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

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




Re: Enhanced Campaign properties in reports?

2013-02-25 Thread Zweitze
I don't want to hijack this topic, but I am looking for reports of 
individual sitelinks, and an API to access sitelinks on group level.


On Monday, February 25, 2013 10:17:16 AM UTC+1, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Hans,
>
> I believe these values may be exposed in the next API version. Which 
> specific fields are you looking for, and what reports?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Friday, February 22, 2013 8:11:58 AM UTC+5:30, HK wrote:
>>
>> Hi,
>>
>> The message from Google as I see it has always been to use reports to get 
>> a full copy of someone's account and we are doing this extensively. Works 
>> great and we probably get millions of ads that way and store them locally. 
>> Now we have the need to get the forwardCompatibilityMap values in the same 
>> ad performance report (used as an old structure report). I don't see that 
>> this is possible and it means rewriting a lot of code to use the "regular 
>> APIs" for ads. Any plans to include these attributes in the reports?
>>
>> Thanks,
>> Hans
>>
>

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

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

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




Re: Adwords API is still pending after 13months

2013-02-25 Thread andy
Hi Danial and the Adwords team,

I sent you an email last week (following on from what you said) can you 
please advise me as to what else i need to do and how long this might take.

Thanks in advance

Andy

On Thursday, February 21, 2013 10:13:52 AM UTC, Danial Klimkin wrote:
>
> Hello Andy,
>
>
> Please use "Reply to Author" button under drop down on the right.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, February 20, 2013 5:21:44 PM UTC+4, 
> an...@mediabandit.co.ukwrote:
>>
>> Hi Daniel,
>>
>> I'd like to email you the MCC-CID can you please let me know where i 
>> should send it too?
>>
>> Thanks
>>
>> Andy
>>
>> On Wednesday, February 20, 2013 11:03:32 AM UTC, 
>> an...@mediabandit.co.ukwrote:
>>>
>>> Hi Daniel,
>>>
>>> AS i mentioned in the original post i've already emailed them on 
>>> multiple occasions.  I've just double checked my email and i've also sent 
>>> the following emails to the api-tokens team
>>>
>>> 17th Feb 2012 - FW: Fwd: [#962583577] ACTION REQUIRED: Your AdWords API 
>>> Developer Token
>>> 25th Jan 2013 - Adwords API access still pending
>>> 11th Feb 2013 - FW: Fwd: [#962583577] ACTION REQUIRED: Your AdWords API 
>>> Developer Token
>>>
>>> I'd prefer not to put my MCC in the public domain -- i will see about 
>>> emailing it to you? 
>>>
>>> Andy
>>>
>>> On Wednesday, February 20, 2013 10:56:51 AM UTC, Danial Klimkin wrote:

 Hello,


 Did you contact the tokens review team via adwordsa...@google.com ?

 Please let me know your MCC CID.


 -Danial, AdWords API Team.



 On Wednesday, February 20, 2013 2:46:00 PM UTC+4, 
 an...@mediabandit.co.uk wrote:
>
> I've emailed the Adwords API team on a number of occasions, most 
> recently on the:
>
> 12th Feb
> 14th Feb
> 18th Feb
>
> I was in contact with a David Torres (he contacted me on the 11th Feb) 
> but he seems to have dropped of the face of the earth.
>
> I really need API access in order to properly realise my business goals
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: newbie to adword api - creating reports

2013-02-25 Thread Paul Matthews (AdWords API Team)
Hi Alan,

Due to the way the PHP library works, we include the 
ReportDefinitionService to load in the appropriate classes for constructing 
the ReportUtils request. Classes such as: Selector, Predicate and 
ReportDefinition are included by the ReportDefinitonService include.

We are looking into ways to remove this and will keep you posted with our 
developments.

- Paul, AdWords API Team.

On Monday, 18 February 2013 11:22:19 UTC, Alan Coleman wrote:
>
> Hi Takeshi,
>
> I'm a bit confused about the now-deprecated ReportsDefinitionService.
>
> Reporting Basics encourages us to update our applications to use AdHoc 
> Reports: https://developers.google.com/adwords/api/docs/guides/reporting 
>
> However the two examples above both contain reference to
> ReportDefinitionService.
>
> $user->LoadService('ReportDefinitionService', 'v201209');
>
> Do AdHoc and AWQL Reports still use ReportDefinitionService, even if it 
> is deprecated? 
>
> As always, thanks for all your help.
>
>
> On Friday, January 18, 2013 6:05:27 AM UTC, Takeshi Hagikura (AdWords API 
> Team) wrote:
>>
>> Hello Paul,
>>
>> 1) Basically, there are two ways of querying reports. AdHoc 
>> reports
>>  and AWQL . 
>>
>> In AdHoc reports, you should query reports using report definition xml
>> In AWQL, you should query reports using AWQL String.
>>
>> Both of them have examples.
>> AdHoc reports : 
>> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReport.php
>> AWQL : 
>> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReportWithAwql.php
>>
>> 2) See the code examples above.
>>
>> 3) Please see examples above, if you have further questions, please post 
>> it here.
>>
>> Best,
>> - Takeshi, AdWords API Team
>>
>> On Thursday, January 17, 2013 5:43:45 PM UTC+9, Paul C wrote:
>>>
>>> hi all,
>>>
>>> i'm a newbie to adwrods api, and I have a task to create daily reports 
>>> from several adwords accounts and Pull the data into CSV file  (i'm 
>>> working on PHP), 
>>>
>>> the reports i need to generate are:
>>>
>>>
>>> · Cost per campaign
>>>
>>> · Clicks
>>>
>>> · Impressions
>>>
>>> ·  Ad
>>>
>>> · Language
>>>
>>> · Country
>>>
>>> · Campaign
>>>
>>> · conversion data
>>>
>>>
>>> my question is:
>>>
>>> 1. how do i query each one of the above (the name to put on code) , i 
>>> found this link 
>>> https://developers.google.com/adwords/api/docs/appendix/reports 
>>>
>>> 2. how do i work with the PHP library? where is the report creating?
>>>
>>> 3. in general , how do i query reports?
>>>
>>>
>>> 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: Cant sign up to MCC

2013-02-25 Thread Paul Matthews (AdWords API Team)
The link can sometimes be missing (or display broken css) if there's an 
extension enabled that may block assets.

For instance, the AdBlock Plus extension often blocks assets containing 
AdWords in the name. Especially from Google IPs.

Can you try starting (a current version of) firefox in safe-mode, to 
confirm you see the same experience?

Cheers,

- Paul, AdWords API Team.

On Wednesday, 20 February 2013 19:35:48 UTC, Marcel Pietsch wrote:
>
> I finally figured it out. The sign up page does not work if you try to 
> open it with Safari oder Firefox (both OS X). But it magically works with 
> Google Chrome. This is … weird, to say at least.
>
> Am Dienstag, 4. Dezember 2012 08:57:23 UTC+1 schrieb Sergio Rossi:
>>
>> Hi Jeremy!
>> Me too have experienced the same broken page and do not understand how to 
>> create an MCC account!
>> Are you then able to find the right page working?
>>
>> Bye.
>>
>> Il giorno domenica 20 maggio 2012 14:44:54 UTC+2, Jeremy ha scritto:
>>>
>>> I'm trying to sign up to the MCC so that I can request Google Adwords 
>>> API access and the form seems broken, showing no stylesheet and having 
>>> limited functionality.
>>>
>>> I'm assuming this is just temporary downtime and will be fixed... Any 
>>> ideas?
>>>
>>> Cheers.
>>>
>>

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

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

--- 
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: Required functional requirement

2013-02-25 Thread Paul Matthews (AdWords API Team)
Hi Kesera,

This forum is for AdWords API Technical questions. For information 
regarding Ts and Cs, please contact the Tokens team at: 
adwordsapi-tok...@google.com

Cheers,

- Paul, AdWords API Team.

On Wednesday, 20 February 2013 05:54:49 UTC, kesera wrote:
>
> May I ask you about section III, (3), f of AdWords API terms of use.
>
>  
>
> There is a mention below; 
>
> "It is necessary for all API clients to show the function to understand in 
> a list of RMF at least"
>
>  
> Do we have to show the essential function on the tool screen to operate?

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




targetingideaservice - search trends are zero - average local search value exists in web interface

2013-02-25 Thread u_api_user
Hello Adwords API Team,

we are trying to retrieve keywords ideas and its statistics from the google 
keyword tool using the "targetingideaservice".
We assume that we are using the right parameters. The Problem is that we 
sometimes receiving a response
that contains an array with local search values (TARGETED_MONTHLY_SEARCHES) 
which are zero. This is equal to the web interface,
so it's ok. But we also want to have the average through the whole year. 
Because of the
fact that all values have the value zero, the average is also zero because 
we have to calculate it out
of the given monthy values. We assume that it is not possible requesting a 
single average value (for local stats) without
calculation (maybe we are wrong).
Anyway on the web-interface it seems to be different. For some 
keyword-ideas there are no values for the search trends 
but an average value (for local search volume) which has to be calculated 
out of other statistics. 

We are using the latest api version.

Thanks for you efforts.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: targetingideaservice - search trends are zero - average local search value exists in web interface

2013-02-25 Thread Ewan Heming
Hi,

The 
SEARCH_VOLUME
 attribute 
should contain the approximate average searches given your targeting 
choices. This should match the local search volume in the web interface. 
It's not possible to request both the local and global values using the 
same API request; to obtain the global stats, you need to issue a query 
without any targeting parameters.

Regards,

Ewan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: targetingideaservice - search trends are zero - average local search value exists in web interface

2013-02-25 Thread u_api_user
Hi Ewan,

thanks for your reply!


On Monday, February 25, 2013 3:39:47 PM UTC+1, Ewan Heming wrote:
>
> Hi,
>
> The 
> SEARCH_VOLUME
>  attribute 
> should contain the approximate average searches given your targeting 
> choices. This should match the local search volume in the web interface. 
>

I think this is the value for "Google Search Network". But we would like to 
have the "Local monthly searches". But what we see are just the results of 
each months delivered
by the search trends. We compared it with the web interface.

 

> It's not possible to request both the local and global values using the 
> same API request; to obtain the global stats, you need to issue a query 
> without any targeting parameters.
>

In that case you have to make two requests, that's what we've already 
noticed.


Best Regards. 

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

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

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




Re: Does changing query string in Destination URL via Adwords API trigger editorial?

2013-02-25 Thread Taylor Lilley
In general, those are valid concerns. However, in our specific case we are 
talking about doing this:

Current URL:
http://www.foo.com/somePage/?a=g&b=123456

New URL:
http://www.foo.com/somePage/?a=g&b=123&c=12345678


The new parameter does not affect the content of the landing page. It 
simply allows better tracking via various logging and analytics systems.
This is far less "invasive" than many bid management systems are, which 
overwrite the entire URL with a click tracking URL that then redirects to 
the originally defined destination.

Are we stuck? Do we just have to test the hypothesis on some low traffic 
keywords and see what happens?



On Monday, February 25, 2013 12:13:30 AM UTC-8, Zweitze wrote:
>
> Maybe your team is worried about this:
>
> Google requires that all URLs (the destination URLs of ads and keywords, 
> and the visible URLs of ads) within one group all point to the same domain. 
> When the destination URLs are redirected to other URLs, Google looks at the 
> final destination URL. It gets more complicated when you use subdomains, 
> check out the display URL 
> policy
> .
>
> Further, Google keeps a quality score of all keywords, and the quality 
> score is partly determined by the contents of the landing page where the 
> user is taken - and the response time of the webserver too. So, if you 
> change the URLs Google will recalculate the quality score, and that score 
> could be less than it is now.
>
> I hope this helps.
>
>
> On Friday, February 22, 2013 7:36:06 PM UTC+1, Taylor Lilley wrote:
>>
>> This is an ongoing debate at my company. We run massive Adwords accounts. 
>> I need to automate adding or changing query string parameters on large 
>> numbers of keywords. Our SEM team is nervous that this could cause the 
>> Adwords editorial staff to disable large numbers of keywords while they 
>> review the changes (effectively killing traffic).
>>
>> I can understand why changing the domain or page in the URL might cause 
>> this. But changing the query string should not, I would think.
>>
>> Can anybody confirm/deny this possibility?
>>
>

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

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

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




Re: adwords api calls for MRF on campaign reporting

2013-02-25 Thread David Torres
Hi Iain,

All the lines in the reporting requirements of the RMF are covered by 
fields available in reports, take a look at our reports reference page:

https://developers.google.com/adwords/api/docs/appendix/reports

Best,

- David Torres - AdWords API Team

On Tuesday, February 19, 2013 1:04:29 PM UTC-5, iainc wrote:
>
> in order to meet the MRF for adwords campaign reporting, we have been 
> looking for the appropriate API calls
>
> we cannot identify the following adwords campaign reporting api calls for:
>
>- Device e.g. desktop 
>- Click Type e.g. site link 
>- Conversion Rate (is there a call for this or do we need to work this 
>out manually?)  
>- Cost per conversion (is there a call for this or do we need to work 
>this out manually?)   
>
> we have used the following developer reference for all the other stats 
> https://developers.google.com/adwords/api/docs/reference/  (left tree 
> menu v201209)
>
> your help would be greatly appreciated!
>
> thank you in advance
>
> cheers 
>
> Iain
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: QuotacheckError.INCOMPLETE_SIGNUP

2013-02-25 Thread David Torres
Hi Daniel,

Please write to adwordsapi-tok...@google.com, they should be able to help 
you find out what is going on with your test account. Remember to include 
your MCC and test account IDs.

Best,

- David Torres - AdWords API Team

On Thursday, February 21, 2013 3:24:33 AM UTC-5, Daniel Sparby wrote:
>
> Hi,
>
> Approxemately 10 days ago I applied for test account acces on one of our 
> accounts in MCC.
> When I try to run v201209 getCampaigns against this test account user, I 
> get the following error: QuotaCheckError.INCOMPLETE_SIGNUP.
>
> From what I can understand on the forums, it's either related to billing 
> information or the test account haven't been approved yet.
> If I recall right, I also read a thread that said to post on the forums if 
> you were still receiving this error after 10 days.
>
>
> Looking forward to your response.
> Best Regards, Daniel.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: [QuotaCheckError.INCOMPLETE_SIGNUP] - Test account approval

2013-02-25 Thread David Torres
Hi Daniel,

Please write to adwordsapi-tok...@google.com, they should be able to help 
you find out what is going on with your test account. Remember to include 
your MCC and test account IDs.

Best,

- David Torres - AdWords API Team

On Thursday, February 21, 2013 3:39:31 AM UTC-5, Espen Kvalvik wrote:
>
> Hi,
>
> I'm currently developing a tool with AdWords API and my time is running 
> out. I applied for a test account for an account on my MCC account... 
> phew.. for over 10 days ago, and I really cant do anything before I have 
> the test account approved, and as far as I have understood the error 
> message shown above is related to the test account not being approved.
>
> Really appreciate a fast response,
>
> Br,
>
> Espen Kvalvik
>
> Edit:
>
> Full error message:
>
> *Fatal error*: Uncaught SoapFault exception: [soap:Server] 
> [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] in 
> /Applications/MAMP/htdocs/Løsning/include/aw_api_php_lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:201
>  
> Stack trace: #0 
> /Applications/MAMP/htdocs/Løsning/include/aw_api_php_lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php(201):
>  
> SoapClient->__soapCall('get', Array, NULL, Array, Array) #1 
> /Applications/MAMP/htdocs/Løsning/include/aw_api_php_lib/src/Google/Api/Ads/AdWords/v201209/CampaignService.php(5778):
>  
> AdsSoapClient->__soapCall('get', Array) #2 
> /Applications/MAMP/htdocs/Løsning/include/functions.inc.php(29): 
> CampaignService->get(Object(Selector)) #3 
> /Applications/MAMP/htdocs/Løsning/include/functions.inc.php(10): 
> getSetCampaigns(Object(SimpleXMLElement), Object(AdWordsUser)) #4 
> /Applications/MAMP/htdocs/Løsning/test.php(15): getAdwordsUser() #5 {main} 
> thrown in*
> /Applications/MAMP/htdocs/Løsning/include/aw_api_php_lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php
> * on line *201*
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Did Not Receive AdWords API Test Account Application Results

2013-02-25 Thread David Torres
Hi Jarad,

Please reply me (Reply Author button) your MCC and Test Account CIDs.

Best,

- David Torres - AdWords API Team

On Sunday, February 24, 2013 2:23:13 PM UTC-5, Jarad Collier wrote:
>
> I'm really not trying to be annoying here but this issue is still 
> unresolved.  *I am developing a tool right now and urgently need to have 
> this test campaign set up*.  Feb. 9th is when I first submitted this 
> request.  The page states to contact this forum if 10 days go by and I have 
> not received a response.  Today is 2/24/2013 so 15 days have gone by 
> without a response.  I am following instructions as directed but am getting 
> no response from API forum admins.  I have also proactively sent an email 
> to adwordsa...@google.com  as well but have received no 
> response.
>
> What more can I do to facilitate this?
>
> On Thursday, February 21, 2013 4:22:07 PM UTC-8, Jarad Collier wrote:
>>
>> I followed the steps here on the "Getting Started" page.  I filled out 'this 
>> form'
>>  
>> 10 days ago and have not received a response or results.
>>
>> All I'm trying to do is get my test campaign set up.  It's been 10 days 
>> of silence with me anxiously awaiting a response.
>>
>> So... as it also states on that "Getting Started" page:
>> If you do not receive the results within 10 days of your application, 
>> contact us on the forum
>> .
>>
>> That's what I'm doing now.
>>
>> Who can help me?  What information do you need? MCC = 871-513-8923
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: NullPointerException in java client lib 1.12.4

2013-02-25 Thread David Torres
Hi,

Thanks a lot for your bug report, do you mind filing it in the library 
project http://code.google.com/p/google-api-ads-java/issues/list.

Best,

- David Torres - AdWords API Team

On Sunday, February 24, 2013 7:04:48 PM UTC-5, Minh Tran wrote:
>
> Ok I've resolved this now.
>
> The reason the NullPointerException occurs is because the try block it is 
> in is assuming that the Soap call executed successfully from earlier, 
> except in my case it didn't. It actually threw an InvocationTargetException 
> at SoapClientHandler.java:109 so you guys need to fix up your client lib to 
> throw this exception back instead of assuming it worked. 
>
> The reason for the InvocationTargetException was because of this(note the 
> package name refers to a previous version of the api which no longer exists)
>
> java.lang.ClassNotFoundException: *com.google.api.adwords*
> .lib.AdWordsHttpSender
>
> Upon more digging around, I noticed in my project I have my own 
> client-config.wsdd file which had this class in it. I removed this file and 
> it finally worked. This project was based on an older version of the api. 
> Not sure if this was documented in the migration docs as it looks like you 
> have removed the old ones from your site, my api version was 201109.
>
> On Friday, February 22, 2013 3:14:24 PM UTC+11, Minh Tran wrote:
>>
>> Hi
>>
>> I am running the GetCampaigns class in the java examples and it runs 
>> successfully. However I copied it to my own project and ran it from there 
>> and I get the following exception. Any ideas?
>>
>>  Exception in thread "main" java.lang.NullPointerException
>>
>> at com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(
>> AxisHandler.java:194)
>>
>> at com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(
>> SoapServiceClient.java:64)
>>
>> at com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(
>> SoapServiceClient.java:93)
>>
>> at $Proxy14.get(Unknown Source)
>>
>> at 
>> au.com.appliancesonline.adwords_portal.service.impl.GetCampaigns.runExample(
>> GetCampaigns.java:76)
>>
>> at au.com.appliancesonline.adwords_portal.service.impl.GetCampaigns.main(
>> GetCampaigns.java:56)
>>
>>
>> Upon debugging, at AxisHandler.java:194, the following is null, 
>> messageContext.getResponseMessage()
>>
>>
>> My pom file has the same inclusions as the one in the examples
>>
>> 
>>
>>  com.google.api-ads
>>
>>  ads-lib
>>
>>  1.2.14
>>
>>  
>>
>>
>>  
>>
>>  com.google.api-ads
>>
>>  adwords-axis
>>
>>  1.2.14
>>
>>  
>>
>>
>>  
>>
>>  com.google.http-client
>>
>>  google-http-client-jackson2
>>
>>  1.13.1-beta
>>
>>  
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Warning on test account

2013-02-25 Thread David Torres
Hi Jeremy,

You can ignore that UI message for the moment.

Best,

- David Torres - AdWords API Team

On Friday, February 22, 2013 3:35:26 PM UTC-5, Jeremy Aube wrote:
>
> One of my test accounts has the following warning:
>
> Your account isn't active because you haven't entered your billing 
> information. To activate your account and start running your ads, enter 
> your billing information. Learn how.
>
> Is this normal or does it mean that my test account isn't a true test 
> account?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201209, TargetingIdeaService, Unmarshalling Error, local: "RequestHeader"

2013-02-25 Thread David Torres
Hi Albert,


Hi Albert,

Since the TargetingIdeaService belongs to a different namespace - o, as 
compared to other services (e.g. CampaignService - cm). Your RequestHeader 
element needs to be set to the o namespace. Because this kind of SOAP 
mappings annoyances is why we recommend developers to use our client 
libraries. See the following XML snippet on how the header should look 
like, pay close attention at the xmlns attributes attached to every field:

https://adwords.google.com/api/adwords/o/v201209";
*>
  https://adwords.google.com/api/adwords/cm/v201209"*
>REDACTED
  https://adwords.google.com/api/adwords/cm/v201209*";>User 
Agent
  https://adwords.google.com/api/adwords/cm/v201209*";>false
  https://adwords.google.com/api/adwords/cm/v201209*";>false


Best,

- David Torres - AdWords API Team

On Saturday, February 23, 2013 5:12:07 PM UTC-5, Albert wrote:
>
>
> hi, 
>
> i can't figure out what seems to be wrong with the below request,
>
> thanks in advance,
> albert
>
> -SoapRequest at 23/02/2013 23:41:36
>   
>   http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";> 
>  
>   https://adwords.google.com/api/adwords/cm/v201209";> 
>  
>   xxx
>  
>  
>   xxx 
>  
>  
>   111 
>  
>  
>   yyy 
>  
>  
>   false 
>  
>
>  
>  
>   https://adwords.google.com/api/adwords/o/v201209";> 
>  
>
>  
>   mars cruise 
>  
>  
>   saturn o2 
>  
>
>
> KEYWORD 
>
>
> IDEAS 
>
>
> KEYWORD_TEXT 
>
>
> SEARCH_VOLUME 
>
>
> CATEGORY_PRODUCTS_AND_SERVICES 
>
>
> https://adwords.google.com/api/adwords/cm/v201209";> 
>   0 
>  
> https://adwords.google.com/api/adwords/cm/v201209";> 
>   500 
>  
>
>  
>
>  
>
>   -SoapResponse at 23/02/2013 23:41:38
>   http://schemas.xmlsoap.org/soap/envelope/
> "> 
>  
>
>  
>   soap:Server 
>  
>  
>   Unmarshalling Error: unexpected element (uri: 
> " 
>   https://adwords.google.com/api/adwords/cm/v201209 
> " 
>   , local: 
> " 
>   RequestHeader 
> " 
>   ). Expected elements are
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}ApiExceptionFault 
> > 
>   , 
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}RequestHeader 
> > 
>   , 
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}ResponseHeader 
> > 
>   , 
> < 
>   {https://adwords.google.com/api/adwords/o/v201209}get 
> > 
>   , 
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}getBulkKeywordIdeas 
> > 
>   , 
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}getBulkKeywordIdeasResponse
>  
> > 
>   , 
> < 
>   {
> https://adwords.google.com/api/adwords/o/v201209}getResponse 
> > 
>  
>
>  
>
>   
>

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