Re: howtogetmerchantidusingjavacode

2014-05-20 Thread srikanthg . netelixir
Hi Josh,

Thanks for your help.

I can able to get the merchantId now.Thanks for the approach

On Friday, May 16, 2014 11:49:45 AM UTC+5:30, srikanthg...@gmail.com wrote:
>
> Hi Team,
>
> Can Some one help me to get merchant id of shopping campaigns using java 
> code.
>

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

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


Re: AuthorizationError.USER_PERMISSION_DENIED for one MCC but works for other MCC under "Parent MCC"

2014-05-20 Thread Joe
So they answer turned out to be that I had authenticated against another 
user when I used OAuth 2.0. I was signed in Chrome, but when I ran the 
c# OAuthTokenGenerator program, it threw up a browser window in IE, and as 
luck would have it, I was signed in as a different user. I just assumed it 
was signed in as the right user (it didn't help that I had 2 user names 
that were very similar). Once I reran the OAuthTokenGenerator program and 
logged in as the appropriate user, everything worked.

Big thanks to Josh for the help!!!


On Friday, May 16, 2014 9:38:22 AM UTC-4, Joe wrote:
>
> So there is a Parent MCC with 2 MCCs below it:
>
> Parent MCC
> --MCC 1
> --MCC 2
>
> Login and API Token are at the Parent MCC level. Within the Google Adwords 
> Website, both MCCs can be accessed all the way down to the Client IDs. Yet 
> within the API, only Clients within MCC 1 can be access. When accessing MCC 
> 2's Client IDs, a "(400) Bad Request" returns with the message 
> "AuthorizationError.USER_PERMISSION_DENIED"
>
> Someone please help!!!
>
> Thank you in advance!!!
>
>
>
>

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

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


Getting error while adding payment details

2014-05-20 Thread Wizzard
I am trying to signup for the API, I've accepted the terms (I think) and 
after I've entered the billing details on the real account and click save I 
get the error:

*We apologise for the inconvenience, but we are unable to process your 
request at this time. Our engineers have been notified of this problem and 
will work to resolve it. Please note that using your browser’s back button 
in AdWords can increase the likelihood of errors. If you think this was the 
cause of your error, please try again without using the back button.*

So I'm not sure if it's saved, Because when I try and call the API via a 
test account I get the error:

*An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
trigger:'']*

So I THINK it's because the billing on the main account for some reason 
can't save... I've tried 3 times.

Customer ID: 907-418-3773 (of the MCC account)
Test Customer ID: 791-970-0763 (of my test MCC account)

Any clues?


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

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


Re: Exclude users from Change History with API

2014-05-20 Thread mcc
Thanks Danial, is it likely that this would be implemented in the API any 
time soon. It would be much easier if I could see any external changes and 
import them rather than having to query the entire campaign and manually 
spot changes. Obviously in an ideal world my application would have 
exclusive access, but that is unfortunately not the case. I'm happy if 
multiple changes are grouped as I can query the individual elements 
directly.

Thanks

John

On Tuesday, May 6, 2014 12:59:07 PM UTC+1, Danial Klimkin wrote:
>
> Hello John,
>
>
> Unfortunately this is not possible at the moment. Please also note 
> CustomerSyncService only can tell you if particular object has changed 
> since some time in the past. Multiple changes within a period would be 
> returned as one change.
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, May 6, 2014 2:40:56 PM UTC+4, m...@kickstone.co.uk wrote:
>>
>> Hi, I'm trying to use the CustomerSyncService to enumerate changes to 
>> campaigns that have been made externally to my application. These are 
>> always made using different user ids to the one my application uses with 
>> the API and I like to be able to just select changes made by them rather 
>> than those made via my application. Is it possible or is this planned to 
>> allow me to specify or exclude specific users from the change history?
>>
>> As it doesn't appear possible now unless I'm missing something, so could 
>> it be added as a feature request?
>>
>> Thanks
>>
>> John
>>
>>
>>

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

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


Re: Auction Insights Report

2014-05-20 Thread Dorian Kind
Hi all,

as it's been almost exactly a year since the last post, let me bump this 
thread—are there are any news regarding Auction Insights?

Thanks and best regards,
Dorian

On Thursday, December 5, 2013 7:54:37 AM UTC+1, Takeshi Hagikura (AdWords 
API Team) wrote:
>
> Hi,
>
> At this moment, no specific timelines for it yet. 
> Once it's available we'll announce it on the blog and the release note.
>
> Best,
> - Takeshi, 
>
> On Wednesday, December 4, 2013 1:14:17 AM UTC+9, Daniel Gilbert wrote:
>>
>> This thread has been running for almost a year now! Any timelines on when 
>> this might be accessible via the API? Or has anyone worked out a way to 
>> access this data any other way?
>>
>> On Tuesday, November 26, 2013 3:45:14 AM UTC, Takeshi Hagikura (AdWords 
>> API Team) wrote:
>>>
>>> Hi Jeremy, 
>>>
>>> It's not available at this moment. 
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Friday, November 22, 2013 10:42:23 PM UTC+9, Jeremy Aube wrote:

 Just wanted to see if this might be available now.

 On Monday, April 1, 2013 3:24:20 AM UTC-4, Takeshi Hagikura (AdWords 
 API Team) wrote:
>
> Hi Anže,
>
> At this moment, we don't have the specific time frame when auction 
> insights will be available in API.  
> And currently it's not available to pull it automatically.
>
> Best,
> - Takeshi
>
> On Friday, March 29, 2013 10:18:40 PM UTC+9, Horhe wrote:
>>
>> Hello Takeshi,
>>
>> I am wondering when will AuctionInsights be available in API? There 
>> must be a way how to import these data to other external systems 
>> otherwise 
>> these stats are not useful. Is there any other alternative way how to 
>> import these data automatically, I believe not.
>>
>> Best regards, Anže
>>
>> On Friday, February 8, 2013 10:08:17 AM UTC+1, Takeshi Hagikura 
>> (AdWords API Team) wrote:
>>>
>>> Hello Arati,
>>>
>>> No, it's not available yet.
>>>
>>> Best,
>>> - Takeshi
>>>
>>> On Friday, February 8, 2013 4:58:45 PM UTC+9, Arati wrote:

 Hi Takeshi,

 Is this feature Auction Insight Report now available using Adword 
 api ?

 - Arati.

 On Friday, January 18, 2013 11:37:09 AM UTC+5:30, Takeshi Hagikura 
 (AdWords API Team) wrote:
>
> Hi Allen,
>
> We have it in our future plan, but don't have timeline for it yet.
>
> Best,
> - Takeshi
>
> On Thursday, January 17, 2013 10:28:38 AM UTC+9, Allen wrote:
>>
>> Hi Anash,
>>
>> Any update on the timeline for this?
>>
>> --Allen
>>
>> On Monday, 28 May 2012 07:46:55 UTC+10, Allen wrote:
>>>
>>> Can we reproduce the Auction Insights report via the API? 
>>>
>>> If not is there any timeline as to when it might be available?
>>>
>>>

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

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


AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-20 Thread GrueneOrchidee
I have created a test MCC several month ago and could make requests with 
OAuth2.0 for all customers that belong to this MCC. Since last week, I 
can't make requests for one of this customers that works the days before. I 
get always AuthorizationError.USER_PERMISSION_DENIED. The other customers 
don't return this error. Now I added a new customer to this MCC and I get 
the same error message. What's wrong? 

Here is my SOAP Request:




















*http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201309";>falsengts
 
(AwApi-Java, AdWords-AppEngine/1.20.0, Common-Java/1.20.0, JAX-WS/Unknown, 
Java/1.7.0, 
maven)X8723084704https://adwords.google.com/api/adwords/cm/v201309"; 
xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201309"; 
xmlns:ns3="https://adwords.google.com/api/adwords/rm/v201309"; 
xmlns:ns4="https://adwords.google.com/api/adwords/mcm/v201309"; 
xmlns:ns5="https://adwords.google.com/api/adwords/o/v201309"; 
xmlns:ns6="https://adwords.google.com/api/adwords/ch/v201309";>Id2014041520140416*
**

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

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


Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

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

The API uses the provided search terms to get a list of all keywords 
related to those search terms. Whether a given keyword is related to one 
search term in your request or twenty, the anticipated volume for that 
keyword will be the same.

Cheers,
Josh, AdWords API Team

On Monday, May 19, 2014 10:30:52 PM UTC-4, Scott Luther wrote:
>
> Hi Josh,
>
> Thanks. I'm still not quite sure how to pull the data for multiple 
> keywords. I don't expect the value for a single keyword to change, but I'm 
> still not understanding why the API doesn't combine the volume from two 
> keywords (when two are specified). Is there something I'm missing here?
>
> On Monday, May 19, 2014 2:11:22 PM UTC-7, Josh Radcliff (AdWords API Team) 
> wrote:
>>
>> Hi Scott,
>>
>> If you are interested in past performance for a specific set of criteria, 
>> please see my earlier message 
>> today 
>> where 
>> I covered this information and let me know if you still have questions.
>>
>> For predicted future performance you can use 
>> TrafficEstimatorService,
>>  
>> and even specify the ID of a 
>> campaign
>>  and 
>> the IDs of ad 
>> groups
>>  that 
>> you want AdWords to use to improve the estimates. If you do not provide 
>> these IDs, however, you can only get estimates based on 
>> keyword+
>>  Location 
>> and/or 
>> Language
>> .
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>

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

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


Re: I want to specify a Campaign.ServingStatus to predicates of CampaignReport.

2014-05-20 Thread Brian Moeskau
I was just browsing the report fields today and noticed *ServingStatus* is 
now included!  Not sure if this was a direct result of this discussion, but 
glad to see it.

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

On Wednesday, April 23, 2014 10:49:15 AM UTC-5, Ray Tsang (AdWords API 
Team) wrote:
>
> Brian,
>
> Thanks for the break down!  I will log this request.
>
> Cheers,
>
> Ray
>
> On Sunday, April 20, 2014 1:36:35 AM UTC-4, Brian Moeskau wrote:
>>
>> The Status field is the status as selected by the *user* (enabled, 
>> paused, deleted) while the ServingStatus is set by the *system* based on 
>> factors like campaign dates, billing set up correctly, etc. A campaign can 
>> be ACTIVE, but with a ServingStatus of PENDING or SUSPENDED and *not 
>> serving ads* because of a configuration or billing issue, and it would 
>> be very useful to be able to show this in a campaign report.  It seems 
>> clear that this should be selectable in the Campaign Performance report -- 
>> any reason why not?
>>
>> Brian
>>
>> On Wednesday, March 5, 2014 1:10:20 PM UTC-6, Ray Tsang (AdWords API 
>> Team) wrote:
>>>
>>> Hiroshi,
>>>
>>> Does the Status 
>>> fieldget
>>>  you what you need?
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>>
>>> On Wednesday, March 5, 2014 2:16:10 AM UTC-5, hiroshi.S wrote:

 Hi,

 I'm using the Campaign Performance Report.
 I want to specify a Campaign.ServingStatus to predicates of 
 CampaignReport.
 Do you have any plans to become available in the future?

 thanks
 hiroshi



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

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


Re: USER_PERMISSION_DENIED

2014-05-20 Thread Danial Klimkin
Hello,


I've received your configuration file. First of, it looks like both OAuth 
and OAuth2 are enabled:



Please comment out or remove lines related to OAuth (OAuth1.0a).

You also need to either fill in or comment out the "OAuth2AccessToken" 
field and provide a value for "OAuth2RedirectUri".


-Danial, AdWords API Team.


On Wednesday, May 7, 2014 7:28:47 AM UTC+4, micde...@gmail.com wrote:
>
> Hi,
>   I caught the "USER_PERMISSION_DENIED" exception while testing the 
> CampaignService against the test-MCC-Acount using latest APIs version with 
> offline   OAuth2.
>
>   Product-MCC-Account and Test-MCC-Account were created,so did 
> refreshToken.At first i assumed that I really do not have API access for 
> that client account,
> after double checking I went back to examples and got the same error 
> again.I was confused if i made any wrong configuration, mine:
>   1.DeveloperToken--->an approved MCC-Acount DeveloperToken from my 
> friends,mine has some troubles for  "incomplete_signup";
>   2.ClientCustomerId--->my Test-MCC-Account's ClientCustomerId
>   3.Email--->my Test-MCC-Account's Email
>   4.Password--->my Test-MCC-Account's Password
>   5.OAuth2ClientId--->my Test-MCC-Account's (project) OAuth2ClientId 
>   6.OAuth2ClientSecret--->my Test-MCC-Account's (project) 
> OAuth2ClientSecret
>   7.OAuth2RefreshToken--->my Test-MCC-Account's (project) 
> OAuth2RefreshToken
>
>   anyone can help me?
>

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

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


Re: I want to specify a Campaign.ServingStatus to predicates of CampaignReport.

2014-05-20 Thread Ray Tsang (AdWords API Team)
Yes - It is now available.  Thanks you all for clearly helping us 
understand your needs.

Cheers! =) 

Ray

On Tuesday, May 20, 2014 11:46:54 PM UTC+8, Brian Moeskau wrote:
>
> I was just browsing the report fields today and noticed *ServingStatus*is now 
> included!  Not sure if this was a direct result of this discussion, 
> but glad to see it.
>
> https://developers.google.com/adwords/api/docs/appendix/reports#campaign
>
> On Wednesday, April 23, 2014 10:49:15 AM UTC-5, Ray Tsang (AdWords API 
> Team) wrote:
>>
>> Brian,
>>
>> Thanks for the break down!  I will log this request.
>>
>> Cheers,
>>
>> Ray
>>
>> On Sunday, April 20, 2014 1:36:35 AM UTC-4, Brian Moeskau wrote:
>>>
>>> The Status field is the status as selected by the *user* (enabled, 
>>> paused, deleted) while the ServingStatus is set by the *system* based 
>>> on factors like campaign dates, billing set up correctly, etc. A campaign 
>>> can be ACTIVE, but with a ServingStatus of PENDING or SUSPENDED and *not 
>>> serving ads* because of a configuration or billing issue, and it would 
>>> be very useful to be able to show this in a campaign report.  It seems 
>>> clear that this should be selectable in the Campaign Performance report -- 
>>> any reason why not?
>>>
>>> Brian
>>>
>>> On Wednesday, March 5, 2014 1:10:20 PM UTC-6, Ray Tsang (AdWords API 
>>> Team) wrote:

 Hiroshi,

 Does the Status 
 fieldget
  you what you need?

 Thanks,

 Ray


 On Wednesday, March 5, 2014 2:16:10 AM UTC-5, hiroshi.S wrote:
>
> Hi,
>
> I'm using the Campaign Performance Report.
> I want to specify a Campaign.ServingStatus to predicates of 
> CampaignReport.
> Do you have any plans to become available in the future?
>
> thanks
> hiroshi
>
>

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

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


Re: Adwords API Bug?

2014-05-20 Thread Michael Cloonan (AdWords API Team)
Hi,

Yes, you can reply directly to me (privately) by hitting the drop down 
arrow and choosing "Reply to author".

Regards,
Mike, AdWords API Team

On Tuesday, May 20, 2014 12:57:44 AM UTC-4, Dzu wrote:
>
> Can i send information to your email?
>
>
>
> 2014 m. gegužė 19 d., pirmadienis 23:22:08 UTC+3, Michael Cloonan (AdWords 
> API Team) rašė:
>>
>> Hello,
>>
>> I am not sure I understand the issue you are trying to describe. Are you 
>> saying that, once a month (for one day only), your campaigns are showing 
>> more clicks than they really have gotten? Is this only via the API, or does 
>> the UI show the same data.
>>
>> Can you please give more information on what exactly you are doing, what 
>> you expect to see, and what you are seeing other than the expected result, 
>> so I can take a closer look at this?
>>
>> I also deleted your post (and my initial response, which quoted your 
>> post), because it included some private information. Please be careful not 
>> to share IDs, developer tokens, etc. when making public forum posts.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>

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

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


Re: Download campaigns, get a budget

2014-05-20 Thread Michael Cloonan (AdWords API Team)
Hi Igor,

I've conferred with some teammates, and the behavior you're seeing is 
normal right now. You cannot see AdWords Express campaigns via the UI where 
the other campaigns are, but you can see them via the API. We are actively 
working to see if we can improve the user experience for this.

I'm not sure why you would be unable to ignore a specific campaign. You 
could, like you said, look for the AWX_ prefix in the campaign name. Do you 
have more details on why this isn't a workable solution?

Regards,
Mike, AdWords API Team

On Tuesday, May 20, 2014 1:57:49 AM UTC-4, Igor Schut wrote:
>
> Hi Mike,
>
> Thanks for the quick response.
>
> By budget I meant; Shared Library > Budgets. There you can find simular 
> objects with the exact same data.
>
> As far as the campaign goes, can you send us a screenshot with this 
> campaign being in the AdWords UI? We are unable to locate this.
>
> As far as your fix goes: we can not just simply ignore a specific 
> campaign. This has to be customized for specific clients if this would be 
> the fix to go for. We first would like to have an explanation for why this 
> campaign shows up with use of the API and not is not visible in the AdWords 
> UI.
>
> Thanks,
> Igor
>
> Op maandag 19 mei 2014 21:26:13 UTC+2 schreef Michael Cloonan (AdWords API 
> Team):
>>
>> Hi Igor,
>>
>> I did a little more research into this, and it seem that these campaigns 
>> are created either via the AdWords Express UI or API. When using the 
>> AdWords API, you should simply ignore these campaigns, and all their child 
>> objects, to make sure not to interfere with AdWords Express.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Monday, May 19, 2014 2:08:29 AM UTC-4, Igor Schut wrote:
>>>
>>> Hi there,
>>>
>>> We have this strange issue on our production environment.
>>>
>>> We download campaigns from AdWords using the CampaignServiceInterface. 
>>> The statistics are retrieved with use of the Campaign Performance Report. 
>>> In both we get a campaign with the name 
>>> "AWX_002:00a83a9f_00e6b5a0".
>>>
>>> The strange part is that this campaign is not shown in the AdWords UI as 
>>> campaign; but it seems to be a Budget in the Shared library. The statistics 
>>> retrieved do match the statistics shown in AdWords in the budgets. The 
>>> total amount of statistics of our campaigns do not match anymore because of 
>>> this extra data.
>>>
>>> We ran a quick query on our database for more campaigns starting with 
>>> "AWX_" and we do see this for multiple clients. In overall we have 11 
>>> campaigns like this.
>>>
>>> I have included the screenshot of the downloaded campaign.
>>>
>>> Thanks,
>>> Igor Schut
>>> bGenius
>>>
>>

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

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


Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-20 Thread Scott Luther
Hi Josh,

Now I see. For each Keyword we send to the TrafficEstimatorService API, we 
get a "keywordEstimate" back. That's where the confusion was for me, 
because when I first looked I must have missed the additional values in the 
response.

In any case, I'm still not quite sure how to determine how many people it's 
estimated the ad will reach when three Keywords are targeted together. 
Right now we're calculating an average based on the minimum and maximum on 
a per-Keyword basis. Can I just calculate the average of each individual 
keyword and add it all together to get an average for all keywords combined?

On Tuesday, May 20, 2014 7:57:57 AM UTC-7, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi Scott,
>
> The API uses the provided search terms to get a list of all keywords 
> related to those search terms. Whether a given keyword is related to one 
> search term in your request or twenty, the anticipated volume for that 
> keyword will be the same.
>
> Cheers,
> Josh, AdWords API Team
>

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

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


Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

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

It sounds like you are looking for historical or predicted statistics at an *ad 
group* level, but neither *TargetingIdeaService* nor 
*TrafficEstimatorService* will provide stats at the ad group level. 
*TargetingIdeaService* returns keyword or placement-level historical stats 
(depending on the 
ideaType
 of 
the request), and *TrafficEstimatorService* returns keyword level stats 
(neither 
CampaignEstimateRequest
 nor 
AdGroupEstimateRequest
 contains 
statistics).

Best regards,
Josh, AdWords API Team

On Tuesday, May 20, 2014 2:25:40 PM UTC-4, Scott Luther wrote:
>
> Hi Josh,
>
> Now I see. For each Keyword we send to the TrafficEstimatorService API, we 
> get a "keywordEstimate" back. That's where the confusion was for me, 
> because when I first looked I must have missed the additional values in the 
> response.
>
> In any case, I'm still not quite sure how to determine how many people 
> it's estimated the ad will reach when three Keywords are targeted together. 
> Right now we're calculating an average based on the minimum and maximum on 
> a per-Keyword basis. Can I just calculate the average of each individual 
> keyword and add it all together to get an average for all keywords combined?
>
> On Tuesday, May 20, 2014 7:57:57 AM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Scott,
>>
>> The API uses the provided search terms to get a list of all keywords 
>> related to those search terms. Whether a given keyword is related to one 
>> search term in your request or twenty, the anticipated volume for that 
>> keyword will be the same.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>

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

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


Re: Getting error while adding payment details

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

This may be due to your locale -- users in some locales have reported 
problems signing terms and conditions or entering billing information.

Please fill out this contact 
form to 
get in touch with our API Token Review Team. They should be able to resolve 
this for you.

Cheers,
Josh, AdWords API Team

On Tuesday, May 20, 2014 6:28:18 AM UTC-4, Wizzard wrote:
>
> I am trying to signup for the API, I've accepted the terms (I think) and 
> after I've entered the billing details on the real account and click save I 
> get the error:
>
> *We apologise for the inconvenience, but we are unable to process your 
> request at this time. Our engineers have been notified of this problem and 
> will work to resolve it. Please note that using your browser’s back button 
> in AdWords can increase the likelihood of errors. If you think this was the 
> cause of your error, please try again without using the back button.*
>
> So I'm not sure if it's saved, Because when I try and call the API via a 
> test account I get the error:
>
> *An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
> trigger:'']*
>
> So I THINK it's because the billing on the main account for some reason 
> can't save... I've tried 3 times.
>
> Customer ID: 907-418-3773 (of the MCC account)
> Test Customer ID: 791-970-0763 (of my test MCC account)
>
> Any clues?
>
>
>

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

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


Re: Integer Id fields in GEO_PERFORMANCE_REPORT

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

I've submitted a separate enhancement request to add fields for the Long 
IDs to the report. We may not switch the meaning of the existing fields 
since that could cause problems for developers who are expecting a 
combination of Long and String values in those fields. I'll post here when 
I have updates on either issue.

Cheers,
Josh, AdWords API Team

On Monday, May 19, 2014 8:25:37 PM UTC-4, Devesh Parekh wrote:
>
> Hi Takeshi,
>
> This bug is causing the reporting endpoint to return data that I cannot 
> automatically map to an ID. For example, when I run "SELECT CityCriteriaId, 
> MetroCriteriaId, RegionCriteriaId, CountryCriteriaId, 
> MostSpecificCriteriaId, Impressions,Clicks FROM GEO_PERFORMANCE_REPORT 
> WHERE AdGroupId=8385025797 DURING 20140501,20140515", I get the following 
> two rows, which are referring to two different Zacatecas, but I can't tell 
> which Zacatecas by reading the report:
>
> Unspecified,,Zacatecas,Mexico,Zacatecas,---,---
> Unspecified,,Zacatecas,Mexico,Zacatecas,---,---
>
> If the report returned integer IDs like the documentation says (
> https://developers.google.com/adwords/api/docs/appendix/reports#geo), I 
> would know which Zacatecas each line is referring to.
>
> -- 
> Devesh
>
> On Monday, July 29, 2013 11:18:03 AM UTC-7, Devesh Parekh wrote:
>>
>> Thanks, Takeshi. Can you also request that they add integer id fields to 
>> the report?
>>
>> -- 
>> Devesh
>>
>> On Sunday, July 28, 2013 11:45:08 PM UTC-7, Takeshi Hagikura (AdWords API 
>> Team) wrote:
>>>
>>> Hi Devesh,
>>>
>>> Thanks. Confirmed the situation. 
>>> Escalated a request to fix the fieldType to String. 
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Saturday, July 27, 2013 3:10:21 AM UTC+9, Devesh Parekh wrote:

 Hi Takeshi,

 Yes, all the values for these ID fields are non-numerical (like 
 "Ireland" and "Cork"), and you can verify it by running the example query 
 I 
 provided. According to the documentation, these should be Integers, and I 
 would much prefer to have the report behave as documented instead of as 
 the 
 way it currently behaves.

 -- 
 Devesh


 On Thu, Jul 25, 2013 at 10:49 PM, Takeshi Hagikura (AdWords API Team) <
 adwordsapiad...@google.com> wrote:

> Hi, 
>
> Was there a non numerical value for Id field?
> If not, you can map it to Integers in a programing language. 
> Basically the result is returned as CSV or XML as you specified when 
> you download a report.
>
> Best,
> - Takeshi, 
>
> On Wednesday, July 24, 2013 9:19:34 AM UTC+9, Devesh Parekh wrote:
>>
>> According to https://developers.google.com/adwords/api/docs/appendix/
>> reports#geo, CountryCriteriaId and RegionCriteriaId should be 
>> Integers, but the when I send an AWQL query to the reportdownload 
>> endpoint (
>> https://adwords.google.com/api/adwords/reportdownload/v201306) to 
>> return those fields, I get Strings. Example query: SELECT 
>> CountryCriteriaId, RegionCriteriaId, Impressions FROM 
>> GEO_PERFORMANCE_REPORT DURING 20130101,20130723
>>
>> Can you make them Integers?
>>
>> -- 
>> Devesh
>>
>  -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 adwor...@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api...@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 a topic in the 
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/adwords-api/EiGdtzXY30s/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> adwords-api...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>



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

Re: AuthorizationError.USER_PERMISSION_DENIED at TestMCC

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

I noticed that the same users have been granted access to several of the 
accounts in your MCC. As a result, if your refresh token was obtained while 
logged in as one of those users (e.g., the one that starts with 
"adwords18") then you would be able to issue API requests against those 
accounts, regardless of the MCC structure, but API requests would fail 
against any account that hasn't granted that user access.

Could you try logging out of all of your Google accounts and then running 
GetRefreshToken.java
 again, 
and make sure you log in as the MCC account owner? If that doesn't fix the 
problem, please send all of the customer IDs (a few that are working and a 
few that are not) *only to me* by clicking *Reply to Author*.

Thanks,
Josh, AdWords API Team

On Tuesday, May 20, 2014 9:12:14 AM UTC-4, GrueneOrchidee wrote:
>
> I have created a test MCC several month ago and could make requests with 
> OAuth2.0 for all customers that belong to this MCC. Since last week, I 
> can't make requests for one of this customers that works the days before. I 
> get always AuthorizationError.USER_PERMISSION_DENIED. The other customers 
> don't return this error. Now I added a new customer to this MCC and I get 
> the same error message. What's wrong? 
>
> Here is my SOAP Request:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> * xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/ 
> "> xmlns="https://adwords.google.com/api/adwords/cm/v201309 
> ">falsengts
>  
> (AwApi-Java, AdWords-AppEngine/1.20.0, Common-Java/1.20.0, JAX-WS/Unknown, 
> Java/1.7.0, 
> maven)X8723084704  
> xmlns="https://adwords.google.com/api/adwords/cm/v201309 
> " 
> xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201309 
> " 
> xmlns:ns3="https://adwords.google.com/api/adwords/rm/v201309 
> " 
> xmlns:ns4="https://adwords.google.com/api/adwords/mcm/v201309 
> " 
> xmlns:ns5="https://adwords.google.com/api/adwords/o/v201309 
> " 
> xmlns:ns6="https://adwords.google.com/api/adwords/ch/v201309 
> ">Id2014041520140416*
> **
>

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

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


Click and cost data descrepancy

2014-05-20 Thread Gopi
We download click information using reports into our system. We are seeing 
a slight number mismatch of Clicks and Cost for the month of May for few 
campaigns.

When the performance report was downloaded last week for may 10th the 
number of clicks were 212 and today when we download the report again for 
May 10th, we are seeing 210 clicks. Is there any reconciliation Google does 
on the campaigns?

Thanks
Gopi

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

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


Re: How do I use the TrafficEstimatorService in the PHP library with Verticals?

2014-05-20 Thread Scott Luther
Hi Josh,

So there is no way for us to determine an estimation of how many 
impressions a set of keywords will provide?

On Tuesday, May 20, 2014 1:13:00 PM UTC-7, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi,
>
> It sounds like you are looking for historical or predicted statistics at 
> an *ad group* level, but neither *TargetingIdeaService* nor 
> *TrafficEstimatorService* will provide stats at the ad group level. 
> *TargetingIdeaService* returns keyword or placement-level historical 
> stats (depending on the 
> ideaType
>  of 
> the request), and *TrafficEstimatorService* returns keyword level stats 
> (neither 
> CampaignEstimateRequest
>  nor 
> AdGroupEstimateRequest
>  contains 
> statistics).
>
> Best regards,
> Josh, AdWords API Team
>

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

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


Recommended Ruby pattern(s) for adding CampaignCriterionService criteria during campaign creation?

2014-05-20 Thread charles
Are there examples specific to the Ruby client lib for adding (e.g.) 
location criteria/criterion during campaign creation?

I've read the 
add_campaigns.rb
 example 
which uses CampaignService for campaign creation. 

And I've read the 
add_campaign_targeting_criteria.rbwhich
 uses 
CampaignCriterionService for adding location criteria.

But I haven't seen any examples which use both services during campaign 
creation, and (as a novice Rubyist) I'm wondering what are some recommended 
patterns. 

If I've missed something in the github repo or other developer docs please 
feel free to point me in the right direction. Otherwise I'm keen to know 
how others add campaign-level criteria during campaign creation.

Thanks!

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

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


Re: Recommended Ruby pattern(s) for adding CampaignCriterionService criteria during campaign creation?

2014-05-20 Thread charles
After a bit of digging it appears the best way to do this might be in two 
steps:
1. Create the campaign 
2. Then add criteria separately

According to the location targeting 
guide,
 
"you need to create Location objects for each region you want to target and 
add them using CampaignCriteronService.mutate."

And looking back over the aforementioned 
add_campaign_targeting_criteria.rbexample it appears an existing campaign ID is 
necessary to add criteria.

So it appears OP might be answered, but in case I've missed something or if 
I'm going about this the wrong way feel free to add your feedback.

On Tuesday, May 20, 2014 10:26:25 PM UTC-7, charles wrote:
>
> Are there examples specific to the Ruby client lib for adding (e.g.) 
> location criteria/criterion during campaign creation?
>
> I've read the 
> add_campaigns.rb
>  example 
> which uses CampaignService for campaign creation. 
>
> And I've read the 
> add_campaign_targeting_criteria.rbwhich
>  uses 
> CampaignCriterionService for adding location criteria.
>
> But I haven't seen any examples which use both services during campaign 
> creation, and (as a novice Rubyist) I'm wondering what are some recommended 
> patterns. 
>
> If I've missed something in the github repo or other developer docs please 
> feel free to point me in the right direction. Otherwise I'm keen to know 
> how others add campaign-level criteria during campaign creation.
>
> Thanks!
>

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

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


Re: BiddingStrategyId for a campaign in CAMPAIGN AdHoc reports

2014-05-20 Thread Ray Tsang (AdWords API Team)
Sanju,

This is now available.  Please see our updated 
documentation
.

Cheers,

Ray

On Thursday, May 8, 2014 3:03:20 AM UTC+8, Ray Tsang (AdWords API Team) 
wrote:
>
> Sanju,
>
> Thanks for the feedback.  I've added it as a request.
>
> Cheers,
>
> Ray
>
> On Wednesday, May 7, 2014 9:41:14 AM UTC-4, Sanju wrote:
>>
>> Hi Team,
>>
>> It would be great help if google API team add BiddingStrategyId field in 
>> CAMPAIGN_PERFORMANCE_REPORT. The external projects which use API like us, 
>> we daily update the whole account using adhoc report. Like BudgetId try to 
>> provide BiddingStrategyId which will be helpful to know which campaign is 
>> using which bidding type/flexible bidding strategy.
>>  
>

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

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