Re: Traffic estimator service: discrepancy between API and UI results

2015-09-08 Thread Mark
Hello All,

Should I get Results same as UI using TrafficEstimatorService, If yes,
How I can get Top Estimated results like clicks, impressions, cost etc.. 
 which is set under daily forecast and there predictions
like 
Clicks
185 – 226


Is this value possible using API?

Also Is all platform (Mobile, Desktop, Tablets) supported using API?

I am asking this because using API I can get Keywords Estimates but not 
generic estimates shown at top under UI.

Thanks

On Thursday, January 16, 2014 at 5:09:26 AM UTC+5:30, Ray Tsang (AdWords 
API Team) wrote:
>
> Joao,
>
> Could I trouble you to send me the full SOAP request/response log (with 
> sensitive information removed) using the "Reply to Author" feature?
> Secondly, for the same criteria, could I trouble you to also send me the 
> result you get in the UI?
>
> This will help me investigate this question
>
> Thanks!
>
> --
> Ray Tsang (AdWords API Advisor)
>
>
> On Friday, January 10, 2014 3:15:21 PM UTC-5, João Pedro Lisboa wrote:
>>
>> Hi all,
>>
>> I am using the most recent version of Adwords API (v201309) and I am 
>> having problems with Traffic Estimator service.
>> When I perform the a query through API, results don't match with UI.
>>
>> For example, I want to do a query to find the estimated traffic for the 
>> keyword "sapato masculino" (men's shoes), restricted to Brazil and 
>> Portuguese language. I do it for a set of bids, in order to find out the 
>> best initial bit to set up on my keyword settigns. The problem is that when 
>> I do the same query through Adwords UI, it results in different numbers. 
>> API's results are always more optimist. When I set the bit to a high value, 
>> such as R$ 99,99, the number of impressions are the same for the both 
>> results. But the maximum values for average position, cpc and CTR (and, 
>> consequently, number of clicks) is never the same --> API's results are 
>> better then UI's. Of course, I am using the same account for the both of 
>> methods...
>>
>> Can somebody helps me please? 
>>
>> Following is my source code (in C#). I perform the test for values from 
>> R$0,01 to R$0,10. Only the maximum number of impressions matches with UI's 
>> results:
>>
>>
>> ===
>>
>> using Google.Api.Ads.AdWords.Lib;
>> using Google.Api.Ads.AdWords.v201309;
>>
>> using System;
>> using System.Collections.Generic;
>> using System.IO;
>> using System.Text;
>>
>> namespace CPCOptimizer
>> {
>> class Program
>> {
>> public static void Main(string[] args)
>> {
>> Program codeExample = new Program();
>> try
>> {
>> string kw = "sapato masculino";
>> codeExample.TrafficEstimator(new AdWordsUser(),  10 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  9 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  8 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  7 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  6 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  5 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  4 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  3 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  2 * 
>> 100, kw, KeywordMatchType.BROAD);
>> codeExample.TrafficEstimator(new AdWordsUser(),  1 * 
>> 100, kw, KeywordMatchType.BROAD);
>>
>> Console.Read();
>> }
>> catch (Exception ex)
>> {
>> Console.WriteLine(ex.ToString());
>> }
>> }
>>
>> /// 
>> /// Runs the code example.
>> /// 
>> /// The AdWords user.
>> public void TrafficEstimator(AdWordsUser user, long maxCpc, 
>> string kw, KeywordMatchType matchType)
>> {
>> // Get the TrafficEstimatorService.
>> TrafficEstimatorService trafficEstimatorService = 
>> (TrafficEstimatorService)user.GetService(
>> AdWordsService.v201309.TrafficEstimatorService);
>> 
>> // Create keywords. Up to 2000 keywords can be passed in a 
>> single request.
>> Keyword keyword1 = new Keyword();
>> keyword1.text = kw;
>> keyword1.matchType = matchType;
>>
>> // Create a keyword estimate request for each keyword.
>> List keywordEstimateRequests = new 
>> List();
>> keywordEstimateRequests.Add(new KeywordEstimateRequest() { 
>> keyword = 

Re: Problem creating App Engagement Ads

2015-09-08 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian,

Unfortunately, I haven't got update back from the engineering team.
I'll let you know once I get update.

Best,
Thanet, AdWords API Team

On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
sebastian.lame...@despegar.com wrote:
>
> Hello Thanet,
> You replied to me privately on September 2nd after my private response to 
> you.
> Do you have news on this issue? I am still getting the UI crash after 
> creating TempalteAd's
> with the AdWords API.
>
> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hello Sebastian,
>>
>> Sorry for the delay.
>> Let me check with the engineering team for this discrepancy.
>>
>> Could you please do *Reply privately to author *and send me your 
>> campaign ID, ad group ID, and ad ID of the ad in question (especially those 
>> of the ad in your screenshot)?
>> Thanks in advance.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Wednesday, September 2, 2015 at 12:00:15 AM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Is there any way I can check whether the Ads are correct or not without 
>>> using the UI in AdWords web?
>>> I do not know whether the UI is crashing or the Ad was incorrectly 
>>> created. The second case would be rare because it should have failed while 
>>> it was being uploaded, but it didn't.
>>>
>>> El viernes, 28 de agosto de 2015, 12:43:26 (UTC-3), 
>>> sebastia...@despegar.com escribió:

 Hello,
 I have a problem when creating App Engagement Ads using the AdWords API.
 In a previous question 
 
  
 I discussed how to use the AdWords API to create text and image "App 
 Engagement Ads" (TemplateAd's).
 The problem I am having now is that I am having problems visualizing 
 the created ads in the web UI. I have two problems:

 1) App Engagement Image Ads and Text Ads.
 From th AdWords UI I can see they are successfully created with my 
 program but the preview can no longer be shown when I click "View full 
 size 
 display ad." This used to work a couple of days ago after I uploaded Ads 
 with the same program. Is it possible that I am not uploading well-formed 
 ad's and this is the reason the UI cannot generate a preview for them? The 
 error message I get is the following:

 "There was an error with your operation. If you were trying to make a 
 change, it may not have saved. Please refresh this page to try again. If 
 the error continues, log out of your AdWords account, then log in again 
 and 
 return to this page."

 Strangely enough, if I enter the ad and click "save", after I do that 
 the UI becomes able to show the preview.
 Can somebody explain this to me?

 2) App Engagement Text Ads.
 Apparently, with my program, the "Call to Action" field is loaded 
 correctly but when shown in the preview it is not loaded correctly. I 
 attach an image to this post so you can understand the problem. In the 
 image, where it says "INSTALL" it should say what the "Call to Action" 
 field says, but this is not what I get.



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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c5c7f70c-6341-4095-9bef-6abd664ab772%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem creating App Engagement Ads

2015-09-08 Thread sebastian . lamelas
Hello Thanet,
You replied to me privately on September 2nd after my private response to 
you.
Do you have news on this issue? I am still getting the UI crash after 
creating TempalteAd's
with the AdWords API.

El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet Knack 
Praneenararat (AdWords API Team) escribió:
>
> Hello Sebastian,
>
> Sorry for the delay.
> Let me check with the engineering team for this discrepancy.
>
> Could you please do *Reply privately to author *and send me your campaign 
> ID, ad group ID, and ad ID of the ad in question (especially those of the 
> ad in your screenshot)?
> Thanks in advance.
>
> Best,
> Thanet, AdWords API Team
>
> On Wednesday, September 2, 2015 at 12:00:15 AM UTC+9, 
> sebastia...@despegar.com  wrote:
>>
>> Is there any way I can check whether the Ads are correct or not without 
>> using the UI in AdWords web?
>> I do not know whether the UI is crashing or the Ad was incorrectly 
>> created. The second case would be rare because it should have failed while 
>> it was being uploaded, but it didn't.
>>
>> El viernes, 28 de agosto de 2015, 12:43:26 (UTC-3), 
>> sebastia...@despegar.com escribió:
>>>
>>> Hello,
>>> I have a problem when creating App Engagement Ads using the AdWords API.
>>> In a previous question 
>>> 
>>>  
>>> I discussed how to use the AdWords API to create text and image "App 
>>> Engagement Ads" (TemplateAd's).
>>> The problem I am having now is that I am having problems visualizing the 
>>> created ads in the web UI. I have two problems:
>>>
>>> 1) App Engagement Image Ads and Text Ads.
>>> From th AdWords UI I can see they are successfully created with my 
>>> program but the preview can no longer be shown when I click "View full size 
>>> display ad." This used to work a couple of days ago after I uploaded Ads 
>>> with the same program. Is it possible that I am not uploading well-formed 
>>> ad's and this is the reason the UI cannot generate a preview for them? The 
>>> error message I get is the following:
>>>
>>> "There was an error with your operation. If you were trying to make a 
>>> change, it may not have saved. Please refresh this page to try again. If 
>>> the error continues, log out of your AdWords account, then log in again and 
>>> return to this page."
>>>
>>> Strangely enough, if I enter the ad and click "save", after I do that 
>>> the UI becomes able to show the preview.
>>> Can somebody explain this to me?
>>>
>>> 2) App Engagement Text Ads.
>>> Apparently, with my program, the "Call to Action" field is loaded 
>>> correctly but when shown in the preview it is not loaded correctly. I 
>>> attach an image to this post so you can understand the problem. In the 
>>> image, where it says "INSTALL" it should say what the "Call to Action" 
>>> field says, but this is not what I get.
>>>
>>>

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

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


Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-08 Thread jxxseu
Thanks Thanet for looking into it. I'm working with Ashley and we've been 
using this way to get customer id for a long time. Just recently we started 
to notice the UnknownException error from CustomerService.Get(). Nothing 
was changed on our end. Can you please look into why UnknownException is 
returned? BTW, Most of the requests actually still succeeded, only 2% of 
the requests failed. We've been monitoring the availability closely. 2% 
fail rate is almost constant these days. Thanks for your hep!



On Tuesday, September 1, 2015 at 1:35:38 AM UTC-7, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Ashley,
>
> Could you please tell me more about your use case?
> It's true that you don't need to pass arguments to use CustomerService, 
> but that's because the default, which is the ID of authenticated account, 
> is always returned.
> If you want to get information of your child accounts, you need to specify 
> a *clientCustomerId* when authenticating as an MCC to obtain such 
> information.
>
> In other words, CustomerService is designed to give you customer 
> information, e.g., currency code, date time zone, *not* the 
> *clientCustomerId* itself (though the ID is also returned with other 
> information).
> If you don't know the clientCustomerId at first and that account is not 
> managed under your MCC account, I don't think you can get information using 
> CustomerService.
>
> Best,
> Thanet, AdWords API Team
>
> On Saturday, August 29, 2015 at 8:31:45 AM UTC+9, Ashley Xu wrote:
>>
>> Hi,
>>
>> We are calling CustomerService to get the customer Id, we don't have that 
>> on our side. Also according to your documentation about Customer Service-'It 
>> has a get method that *takes no arguments* and returns a Customer record 
>> containing fields such as customerI' It suggests that when calling 
>> Customer Service, we don't need to pass you any argument.
>>
>> clientCustomerID is used to obtain info for a specific account. We failed 
>> before we even reach that step. 
>>
>> For us, it's first call CustomerService to get customer id. Then call 
>> ManagedCustomerService to get account info. We failed at the first step. So 
>> I don't think it's because we didn't pass in clientCustomerId. Just in 
>> case, we tried importing from a MCC user in our production environment, it 
>> succeeded.
>>
>> From the SOAP response, there's a request ID, can we use it to nail down 
>> to the exact error? That'll help a lot. Thank you!
>>
>> Thanks
>> Ashley
>>
>> On Friday, August 28, 2015 at 2:09:25 PM UTC-7, Anthony Madrigal wrote:
>>>
>>> HI Ashley,
>>>
>>> Are you using your MCC account to make this request or a client account? 
>>> If it is an MCC account, you will need to specify the *clientCustomerId. 
>>> *Here are more details on the CustomerService 
>>> 
>>> .
>>>
>>> I also noticed you are using v201502. I suggest updating your client 
>>> library to v201506 
>>> .
>>>
>>> Regards,
>>> Anthony
>>> 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0a8fe4d-b32d-4368-a842-6d87a7fa160d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-08 Thread jxxseu
Thanks Thanet for looking into it. I'm working with Ashley. And we've been 
use this way to get customer id for a long time and just recently that we 
noticed that we got UnKnownException from Adwards for this call. Nothing 
was changed on our end. So can you please help check why we are getting 
UnknownException. BTW, not all the request failed. Actually only 2% of the 
requests got UnknownException error.  Thanks a lot for your help! 



On Tuesday, September 1, 2015 at 1:35:38 AM UTC-7, Thanet Knack 
Praneenararat (AdWords API Team) wrote:

> Hi Ashley,
>
> Could you please tell me more about your use case?
> It's true that you don't need to pass arguments to use CustomerService, 
> but that's because the default, which is the ID of authenticated account, 
> is always returned.
> If you want to get information of your child accounts, you need to specify 
> a *clientCustomerId* when authenticating as an MCC to obtain such 
> information.
>
> In other words, CustomerService is designed to give you customer 
> information, e.g., currency code, date time zone, *not* the 
> *clientCustomerId* itself (though the ID is also returned with other 
> information).
> If you don't know the clientCustomerId at first and that account is not 
> managed under your MCC account, I don't think you can get information using 
> CustomerService.
>
> Best,
> Thanet, AdWords API Team
>
> On Saturday, August 29, 2015 at 8:31:45 AM UTC+9, Ashley Xu wrote:
>>
>> Hi,
>>
>> We are calling CustomerService to get the customer Id, we don't have that 
>> on our side. Also according to your documentation about Customer Service-'It 
>> has a get method that *takes no arguments* and returns a Customer record 
>> containing fields such as customerI' It suggests that when calling 
>> Customer Service, we don't need to pass you any argument.
>>
>> clientCustomerID is used to obtain info for a specific account. We failed 
>> before we even reach that step. 
>>
>> For us, it's first call CustomerService to get customer id. Then call 
>> ManagedCustomerService to get account info. We failed at the first step. So 
>> I don't think it's because we didn't pass in clientCustomerId. Just in 
>> case, we tried importing from a MCC user in our production environment, it 
>> succeeded.
>>
>> From the SOAP response, there's a request ID, can we use it to nail down 
>> to the exact error? That'll help a lot. Thank you!
>>
>> Thanks
>> Ashley
>>
>> On Friday, August 28, 2015 at 2:09:25 PM UTC-7, Anthony Madrigal wrote:
>>>
>>> HI Ashley,
>>>
>>> Are you using your MCC account to make this request or a client account? 
>>> If it is an MCC account, you will need to specify the *clientCustomerId. 
>>> *Here are more details on the CustomerService 
>>> 
>>> .
>>>
>>> I also noticed you are using v201502. I suggest updating your client 
>>> library to v201506 
>>> .
>>>
>>> Regards,
>>> Anthony
>>> 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d269c83-f158-4ff3-9d40-664e445794da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Anthony Madrigal
Hi Shane,

You can get information on Automatic Placements using the Placement 
Performance Report and Automatic Placements Performance Report.

When using the Placement Performance Report, the Id 

 field 
for Automatic Placements will come out as "--".

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/982b619b-305c-47d3-89cf-f832856ff4e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Shane S
That's what I figured.

And were the automatic placements removed from the Placement Performance 
Report?  

Shane

On Tuesday, September 8, 2015 at 12:11:45 PM UTC-6, Anthony Madrigal wrote:
>
> Hi Shane,
>
> Unfortunately, there is currently no way to segment the Automatic 
> Placement Report by Device through AdWords API.
>
> Please check our blog 
>  for any 
> announcements regarding this feature.
>
> Regards,
> Anthony
> 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/219113ac-1c25-424d-9244-1eb43ed8d5a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerExtensionSetting out of order return value

2015-09-08 Thread Josh Radcliff (AdWords API Team)
Hi Michael,

I've reported the ordering issue to the feeds team and will let you know as 
soon as I hear back from them.

Thanks,
Josh, AdWords API Team

On Wednesday, September 2, 2015 at 6:35:45 PM UTC-4, Michael Buetow wrote:
>
> Hello,
>
> Within the last month we've seen an issue related to the order of elements 
> in a response from a mutate operation 
> 
>  not 
> being returned in the same order as those passed in the request. 
> Specifically the extensions property of a Customer Extension Setting's 
> Extension Setting 
> 
>  this 
> is extremely problematic when creating new Extension Feed Items 
> 
>  due 
> to the fact that in order to preserve existing Extension Feed Items on a 
> CustomerExtensionSetting you are required to pass all extension feed items 
> it has. This leads to there being no consistent way to identify which Feed 
> Item we just created in the response.
>
> This behavior of returning elements that are the result of a mutate 
> operation in a different order in the response than specified in the 
> request is not consistent with the multitude of AdWords API Services we've 
> integrated with.
>
> Any assistance on the matter would be greatly appreciated. This is an 
> outstanding issue in our production environment.
>
> I've attached a SOAP request and response outlining the above described 
> behavior.
>
>
> Thanks,
> Michael
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ccd258f-635c-42eb-bda7-ee225cfb236d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService does not show the query word

2015-09-08 Thread Anthony Madrigal
Hi Mohamad,

When using the TargetingIdeaService, it will generate *new *keywords and 
placements based on the keyword you did a search on.

Sometimes the results from the TargetingIdeaService and Keyword Planner 
differ 
.
 
Most of time, this happens because the selector being used is using 
different Search Parameters.

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58d191a7-35a7-4d3f-83f6-4888e9e826b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Traffic estimator service: discrepancy between API and UI results

2015-09-08 Thread Josh Radcliff (AdWords API Team)
Hi,

If you haven't done so already, I'd recommend checking out our Estimating 
Traffic guide 
,
 
which gives a nice overview of the service including how the various API 
options map to the Keyword Planner tool.

The response from a *TrafficEstimatorService* call will only contain 
estimates at the keyword level (KeywordEstimate 
),
 
so it won't give you the headings you see in the user interface. However, 
you might be able to approximate those headings by looking at the *min/max* 
fields 
across all of the returned *KeywordEstimate* objects.

Regarding the platform breakdown in the user interface, that option is not 
available in the API.

Thanks,
Josh, AdWords API Team

On Tuesday, September 8, 2015 at 6:57:45 AM UTC-4, Mark wrote:
>
> Hello All,
>
> Should I get Results same as UI using TrafficEstimatorService, If yes,
> How I can get Top Estimated results like clicks, impressions, cost etc.. 
>  which is set under daily forecast and there predictions
> like 
> Clicks
> 185 – 226
>
>
> Is this value possible using API?
>
> Also Is all platform (Mobile, Desktop, Tablets) supported using API?
>
> I am asking this because using API I can get Keywords Estimates but not 
> generic estimates shown at top under UI.
>
> Thanks
>
> On Thursday, January 16, 2014 at 5:09:26 AM UTC+5:30, Ray Tsang (AdWords 
> API Team) wrote:
>>
>> Joao,
>>
>> Could I trouble you to send me the full SOAP request/response log (with 
>> sensitive information removed) using the "Reply to Author" feature?
>> Secondly, for the same criteria, could I trouble you to also send me the 
>> result you get in the UI?
>>
>> This will help me investigate this question
>>
>> Thanks!
>>
>> --
>> Ray Tsang (AdWords API Advisor)
>>
>>
>> On Friday, January 10, 2014 3:15:21 PM UTC-5, João Pedro Lisboa wrote:
>>>
>>> Hi all,
>>>
>>> I am using the most recent version of Adwords API (v201309) and I am 
>>> having problems with Traffic Estimator service.
>>> When I perform the a query through API, results don't match with UI.
>>>
>>> For example, I want to do a query to find the estimated traffic for the 
>>> keyword "sapato masculino" (men's shoes), restricted to Brazil and 
>>> Portuguese language. I do it for a set of bids, in order to find out the 
>>> best initial bit to set up on my keyword settigns. The problem is that when 
>>> I do the same query through Adwords UI, it results in different numbers. 
>>> API's results are always more optimist. When I set the bit to a high value, 
>>> such as R$ 99,99, the number of impressions are the same for the both 
>>> results. But the maximum values for average position, cpc and CTR (and, 
>>> consequently, number of clicks) is never the same --> API's results are 
>>> better then UI's. Of course, I am using the same account for the both of 
>>> methods...
>>>
>>> Can somebody helps me please? 
>>>
>>> Following is my source code (in C#). I perform the test for values from 
>>> R$0,01 to R$0,10. Only the maximum number of impressions matches with UI's 
>>> results:
>>>
>>>
>>> ===
>>>
>>> using Google.Api.Ads.AdWords.Lib;
>>> using Google.Api.Ads.AdWords.v201309;
>>>
>>> using System;
>>> using System.Collections.Generic;
>>> using System.IO;
>>> using System.Text;
>>>
>>> namespace CPCOptimizer
>>> {
>>> class Program
>>> {
>>> public static void Main(string[] args)
>>> {
>>> Program codeExample = new Program();
>>> try
>>> {
>>> string kw = "sapato masculino";
>>> codeExample.TrafficEstimator(new AdWordsUser(),  10 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  9 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  8 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  7 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  6 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  5 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  4 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  3 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  2 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>> codeExample.TrafficEstimator(new AdWordsUser(),  1 * 
>>> 100, kw, KeywordMatchType.BROAD);
>>>
>>> Console.Read();
>>> }
>>> 

Re: Keep getting invalid_grant errors

2015-09-08 Thread Umesh Dengale
Hello,

Could you verify that you followed all steps given in the PHP OAuth2.0 
guide? Please check out our PHP OAuth2.0 guide 
 for 
more details. If the issue exists then please provide the SOAP XML request 
and response logs. Just click *Reply privately to author* in the forum when 
responding. Don't forget to remove the developer token in the output.

Cheers,
Umesh, 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05af8022-4d4c-4f45-bde3-6762c95ca7a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TargetingIdeaService does not show the query word

2015-09-08 Thread mohamad reza moohebat
Hi all,

I am working with TargetingIdeaService for extracting the keyword idea. The 
same process that we do by Keyword Planner. There is a problem here. It 
seems that the result excludes the keyword that we did the search on it. 
For instance, I get the idea word for 'Nike'. However, the result is lack 
of the 'Nike' itself. It shows up in Keyword Planner webpage but, it does 
not appear neither in downloaded CSV, nor API.

What is your suggestion?!

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e9d2b28-bb0c-46d6-a2ba-c3a87de6986c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords Scripts for Video Campaigns

2015-09-08 Thread Shai Cantor
Hi,

After introducing Video Campaigns in Adwords 
(http://adwords.blogspot.co.il/2015/09/trueview-campaigns-now-in-adwords.html), 
I was wondering, adwords scripts such as campaigns reports, ad groups 
reports, targeting reports should work, shouldn't they?
When trying to run a script such as getting all campaigns it didn't return 
video campaigns.
Script - 

function getAllCampaigns() {
  // AdWordsApp.campaigns() will return all campaigns that are not removed by
  // default.
  var campaignIterator = AdWordsApp.campaigns().get();
  Logger.log('Total campaigns found : ' +
  campaignIterator.totalNumEntities());
  while (campaignIterator.hasNext()) {
var campaign = campaignIterator.next();
Logger.log(campaign.getName());
  }
}



Is there a plan in the near future for them to work?
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1211ed1e-3846-4b8a-a905-a00de014becb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unified API for TrueView video campaigns

2015-09-08 Thread Akshay Surve
Hi All,

It was interesting to read about unifying "TrueView video campaigns and 
AdWords 
". 
Although, in the interface this is unified, it seems like this feature 
isn't available through the API (would be glad to be corrected). 

Would like to know some of the following things through the API (and what 
endpoints):
- Can one create TrueView video campaigns 
- Can we pull reporting stats (at ad level) for TrueView video campaigns

Is this something that is already supported? Will it be available in the 
upcoming API version? 

Best,

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0e64d725-5e8b-4835-9742-294472c33559%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


tell me About TargetingIdea service

2015-09-08 Thread 横嶋寛之
Hello from Japan,

We plan to use the TargetingIdea service in the Google Adwords API.
The purpose of use is that we'd like to know historical search volume
for a certain brand/product/company name.

Then, I have some questions below:

1. Search volume unit
According to the reference of "attribute type" in type
TargetingIdeaSelector, SEARCH_VOLUME represents the approx number of
searches. I'd like to make sure that the result of SEARCH_VOLUME is
the actual approx number of monthly searches. Is that correct? For
example, we got 400 as the result for a certain word which means user
searched approx only 400 times per month. Please let me know what is a
type of unit for the number of searches.

2. Daily search volume
I could see the TARGETED_MONTHLY_SEARCHES which represents the approx
number of searches on this keyword idea, but we need daily search
volume for our client. Do you have any api for getting the historical
daily search volume for a certain brand name, and how to get it?

Thank you so much.
Best regards,

Hiroyuki Yokoshima

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

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


adwords api не могу найти в описания, как загрузить свой прайс в Управление объявлениями и фидами в разделе "Коммерческие данные"

2015-09-08 Thread support
adwords api не могу найти в описания, как загрузить свой прайс в Управление 
объявлениями и фидами в разделе "Коммерческие данные"
если ссылка на описания заливки xls прайса, не могу найти способ описания 
api для заливки своих прайсов

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e900531-4af8-471f-8e8d-1b7e81b6828a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keep getting invalid_grant errors

2015-09-08 Thread Martijn
Hi there,

I'm trying out the Adwords API and have downloaded the latest version of 
the PHP lib. I'm having some trouble with making a request:

https://github.com/googleads/googleads-php-lib#getting-started
I'm stuck on step 4: * run the GetCampaigns.php example*.

When I run this page I get the following error: 

An error has occurred: { "error" : "invalid_grant" }


I've found a lot of solution on stack overflow but none seem to work for 
me. 

- I have generated a "OAuth 2.0 client ID" from which I have set to "Other" 
and entered this into the auth.ini file. 
- Then I generated a refresh token with 
"/examples/AdWords/Auth/GetRefreshToken.php".
- After accepting with my Google account (same account) I enter the token 
in the auth.ini file.
- I run GetCampaigns.php and get the above error

- I've also tried a "web application" type but then I get an error when 
trying to connect with my Google account


 


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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3ccd9128-dd8b-4247-a3c7-1e78b6313e49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


About TargetingIdea service

2015-09-08 Thread 横嶋寛之
Hello from Japan,

We plan to use the TargetingIdea service in the Google Adwords API.
The purpose of use is that we'd like to know historical search volume
for a certain brand/product/company name.

Then, I have some questions below:

1. Search volume unit
According to the reference of "attribute type" in type
TargetingIdeaSelector, SEARCH_VOLUME represents the approx number of
searches. I'd like to make sure that the result of SEARCH_VOLUME is
the actual approx number of monthly searches. Is that correct? For
example, we got 400 as the result for a certain word which means user
searched approx only 400 times per month. Please let me know what is a
type of unit for the number of searches.

2. Daily search volume
I could see the TARGETED_MONTHLY_SEARCHES which represents the approx
number of searches on this keyword idea, but we need daily search
volume for our client. Do you have any api for getting the historical
daily search volume for a certain brand name, and how to get it?

Thank you so much.
Best regards,

Hiro Yokoshima

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c77a2c5e-01d0-493f-bad8-acc24186d89c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Shane S


Automatic placements seem to have recently disappeared from the Placement 
Performance report pulled through the API.

 

I found the new Automatic Placement report but the documentation doesn't 
include Device, like the Placement Performance report.

The strange thing is I can see Device segmentation through the Adwords UI, 
so I know it's there.  


How can I access the Device in the Automatic Placement Report by using the 
API?

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

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


Re: AdWords Scripts for Video Campaigns

2015-09-08 Thread Anthony Madrigal
Hi Shai,

This question seems more suited for the AdWords Scripts Team. You could 
post your question on their forum 

 and 
I'm sure someone on their team can help you.

Cheers,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8c068564-7acf-4442-a3df-0775bf436ed1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unified API for TrueView video campaigns

2015-09-08 Thread Anthony Madrigal
Hey Akshay,

Unfortunately, TrueView video campaigns are not currently supported with 
AdWords API. There is no timeframe of if and when we will release this 
feature.

Please take a look at our blog 
 for any 
announcements.

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ddbbb42-4620-47b1-9a90-7493b5319a1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Display type of campaigns don't seem to all show-up in Keyword Performance report

2015-09-08 Thread Anthony Madrigal
Hey Elle,

You may want to use a Display Keyword Performance Report 

 instead since 
it will give you stats of all your keywords that are in a Display Network.

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3291c54a-6bf8-40a1-9c5e-90d5df3a20f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TextAd can still be retrieved even if it was deleted.

2015-09-08 Thread Anthony Madrigal
Hi John,

Do you have any predicates in your selector that only looks for Ads that 
are either Active or Paused, *not *Disabled/Removed? If you don't, please 
add them and see if you are still getting the deleted Ad.

If you do, can you please send me your SOAP request and response for this 
call using *Reply privately to author*?

Thanks,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0a42c039-ebd0-4264-987d-9d42e42c0477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-08 Thread Ashley Xu
I've included the soap request/response and the class/method from adwords 
api client we use in private mode.

On Tuesday, September 8, 2015 at 10:44:01 AM UTC-7, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi,
>
> Could you please provide more information how you use the service?
> Any SOAP logs or code snippets would help much.
> Please reply by clicking *Reply privately to author* on the top right 
> button of my comment.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Tuesday, September 8, 2015 at 9:17:59 PM UTC+9, jxx...@hotmail.com 
>  wrote:
>>
>> Thanks Thanet for looking into it. I'm working with Ashley. And we've 
>> been use this way to get customer id for a long time and just recently that 
>> we noticed that we got UnKnownException from Adwards for this call. Nothing 
>> was changed on our end. So can you please help check why we are getting 
>> UnknownException. BTW, not all the request failed. Actually only 2% of the 
>> requests got UnknownException error.  Thanks a lot for your help! 
>>
>>
>>
>> On Tuesday, September 1, 2015 at 1:35:38 AM UTC-7, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>
>>> Hi Ashley,
>>>
>>> Could you please tell me more about your use case?
>>> It's true that you don't need to pass arguments to use CustomerService, 
>>> but that's because the default, which is the ID of authenticated account, 
>>> is always returned.
>>> If you want to get information of your child accounts, you need to 
>>> specify a *clientCustomerId* when authenticating as an MCC to obtain 
>>> such information.
>>>
>>> In other words, CustomerService is designed to give you customer 
>>> information, e.g., currency code, date time zone, *not* the 
>>> *clientCustomerId* itself (though the ID is also returned with other 
>>> information).
>>> If you don't know the clientCustomerId at first and that account is not 
>>> managed under your MCC account, I don't think you can get information using 
>>> CustomerService.
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Saturday, August 29, 2015 at 8:31:45 AM UTC+9, Ashley Xu wrote:

 Hi,

 We are calling CustomerService to get the customer Id, we don't have 
 that on our side. Also according to your documentation about Customer 
 Service-'It has a get method that *takes no arguments* and returns a 
 Customer record containing fields such as customerI' It suggests that 
 when calling Customer Service, we don't need to pass you any argument.

 clientCustomerID is used to obtain info for a specific account. We 
 failed before we even reach that step. 

 For us, it's first call CustomerService to get customer id. Then call 
 ManagedCustomerService to get account info. We failed at the first step. 
 So 
 I don't think it's because we didn't pass in clientCustomerId. Just in 
 case, we tried importing from a MCC user in our production environment, it 
 succeeded.

 From the SOAP response, there's a request ID, can we use it to nail 
 down to the exact error? That'll help a lot. Thank you!

 Thanks
 Ashley

 On Friday, August 28, 2015 at 2:09:25 PM UTC-7, Anthony Madrigal wrote:
>
> HI Ashley,
>
> Are you using your MCC account to make this request or a client 
> account? If it is an MCC account, you will need to specify the 
> *clientCustomerId. 
> *Here are more details on the CustomerService 
> 
> .
>
> I also noticed you are using v201502. I suggest updating your client 
> library to v201506 
> .
>
> Regards,
> Anthony
> 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5dbfc6f1-5502-49d9-bd32-13cef83532e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-08 Thread t9anef
Okay I will be sending info for you later  ✋

في الثلاثاء، ٨ سبتمبر، ٢٠١٥ ٥:١٥ م تمت كتابة ما يلي بواسطة Anthony Madrigal
:

> Hi Ronak,
>
> Could you please send me your SOAP request and response through *Reply
> privately to author*? Could you also send me the CIDs of both your
> accounts?
>
> Thanks,
> Anthony
> 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.
> Visit this group at http://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/a3e29006-9c8f-4ec1-9f36-3eee5e1ebf9e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAEE%3DQq6kexoqJHiAinEVFJHxwtb_%2BH%2BSA_tZn2RcNhTh6W9FaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Quick Question: About ID's

2015-09-08 Thread Umesh Dengale
Hello,

You could use the CustomerSyncService 

 to 
get the changes related to the campaigns on given date range. As you 
mentioned above, the keyword id changes when the keyword is changed. The 
AdGroup id does not change when we make changes in AdGroup. The languages 
 and 
Locations 
 has 
unique criteria id and get assigned these criteria id when you add location 
or language as criteria. Please check out our GetAccountChanges 

 example 
code of Java client library. 

Regards,
Umesh, 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a1481d0-bf04-49be-b526-eb16d3b8f0e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to compare data of campaigns like adwords dashboard ?

2015-09-08 Thread Anthony Madrigal
Hi Jonathan,

Unfortunately, this feature is not supported for AdWords API. For any 
report type, you can only specify one date range.

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64c777bb-cc7a-4c42-878d-082b96f56452%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-08 Thread Anthony Madrigal
Hi Ronak,

Could you please send me your SOAP request and response through *Reply 
privately to author*? Could you also send me the CIDs of both your accounts?

Thanks,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3e29006-9c8f-4ec1-9f36-3eee5e1ebf9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-08 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi,

Could you please provide more information how you use the service?
Any SOAP logs or code snippets would help much.
Please reply by clicking *Reply privately to author* on the top right 
button of my comment.

Cheers,
Thanet, AdWords API Team

On Tuesday, September 8, 2015 at 9:17:59 PM UTC+9, jxx...@hotmail.com wrote:
>
> Thanks Thanet for looking into it. I'm working with Ashley. And we've been 
> use this way to get customer id for a long time and just recently that we 
> noticed that we got UnKnownException from Adwards for this call. Nothing 
> was changed on our end. So can you please help check why we are getting 
> UnknownException. BTW, not all the request failed. Actually only 2% of the 
> requests got UnknownException error.  Thanks a lot for your help! 
>
>
>
> On Tuesday, September 1, 2015 at 1:35:38 AM UTC-7, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>
>> Hi Ashley,
>>
>> Could you please tell me more about your use case?
>> It's true that you don't need to pass arguments to use CustomerService, 
>> but that's because the default, which is the ID of authenticated account, 
>> is always returned.
>> If you want to get information of your child accounts, you need to 
>> specify a *clientCustomerId* when authenticating as an MCC to obtain 
>> such information.
>>
>> In other words, CustomerService is designed to give you customer 
>> information, e.g., currency code, date time zone, *not* the 
>> *clientCustomerId* itself (though the ID is also returned with other 
>> information).
>> If you don't know the clientCustomerId at first and that account is not 
>> managed under your MCC account, I don't think you can get information using 
>> CustomerService.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Saturday, August 29, 2015 at 8:31:45 AM UTC+9, Ashley Xu wrote:
>>>
>>> Hi,
>>>
>>> We are calling CustomerService to get the customer Id, we don't have 
>>> that on our side. Also according to your documentation about Customer 
>>> Service-'It has a get method that *takes no arguments* and returns a 
>>> Customer record containing fields such as customerI' It suggests that 
>>> when calling Customer Service, we don't need to pass you any argument.
>>>
>>> clientCustomerID is used to obtain info for a specific account. We 
>>> failed before we even reach that step. 
>>>
>>> For us, it's first call CustomerService to get customer id. Then call 
>>> ManagedCustomerService to get account info. We failed at the first step. So 
>>> I don't think it's because we didn't pass in clientCustomerId. Just in 
>>> case, we tried importing from a MCC user in our production environment, it 
>>> succeeded.
>>>
>>> From the SOAP response, there's a request ID, can we use it to nail down 
>>> to the exact error? That'll help a lot. Thank you!
>>>
>>> Thanks
>>> Ashley
>>>
>>> On Friday, August 28, 2015 at 2:09:25 PM UTC-7, Anthony Madrigal wrote:

 HI Ashley,

 Are you using your MCC account to make this request or a client 
 account? If it is an MCC account, you will need to specify the 
 *clientCustomerId. 
 *Here are more details on the CustomerService 
 
 .

 I also noticed you are using v201502. I suggest updating your client 
 library to v201506 
 .

 Regards,
 Anthony
 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8124481f-26d1-43b1-9d1b-7e4a9e19fdf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API end point to get all video campaigns

2015-09-08 Thread Umesh Dengale
Hi Narendra,

Currently, there is no support for video campaigns in the AdWords API. 
Please watch our blog  
for 
all new feature announcements.

Thanks,
Umesh, 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac134720-b2fc-4deb-a190-8eb72bec9aea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems migrating from ClientLogin to OAuth

2015-09-08 Thread Derek M
Thanks for the assistance Anash. I had previously tried using the OAuth 
Playground but couldn't figure out how to make it work with AdWords since 
it wasn't in the list of available apps. I was able to generate the Refresh 
and Access token now when I input the scope you mentioned for AdWords. I'll 
let you know if I run into further issues with it.

As to AdWords Scripts I also use that. However, this was a scenario that I 
believe required using AdWords API. The situation is our CRM is NetSuite, 
which only allows server-side javascript for its custom coding. When 
certain changes to our items occur, I have custom coding that can do 
various things, and one of the ones I am trying to implement is so when I 
detect this certain change in NetSuite, it then calls out to AdWords API to 
make the change to the item's corresponding ad (deletes the old ad and 
creates a new ad with the new properties).

We're seeing if we can find a way to get our plan to work with AdWords 
Scripts as well. It's less efficient than the one proposed above, but 
should work fine. 

Thanks again for all your help.

On Friday, September 4, 2015 at 3:34:32 PM UTC-4, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Derek,
>
> The simplest thing to do would be to use 
> https://developers.google.com/oauthplayground/ to generate a refresh 
> token and an access token. The scope to use is 
> https://www.googleapis.com/auth/adwords.
>
> Once you get the refresh token, it can be used to obtain an access token 
> that expires every hour. Use the access token in the Authorization header 
> to make API calls.
>
> If you need the detailed logs, take a look at 
> https://developers.google.com/identity/protocols/OAuth2WebServer?hl=en. 
> Look at the offline flow that obtains a refresh token.
>
> About urn:ietf:wg:oauth:2.0:oob: You can use that as a redirect URI iff 
> the OAuth project type is marked as installed application. So you need to 
> fix the project type in the Google Developer console.
>
> I would also recommend 
> https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-create-OAuth2-client-id-and-secret
>  
> as a guide. I think the UI is a bit dated, but the flow is unchanged.
>
> Let me know if you need more help.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> P.S: Just wondering, have you tried using AdWords Scripts? Does that work 
> for you? https://developers.google.com/adwords/scripts/
>
> On Friday, September 4, 2015 at 2:03:59 PM UTC-4, Derek M wrote:
>>
>> The last time I worked on AdWords API was about two years ago when 
>> ClientLogin was still supported for authorization. I see that no longer is 
>> the case now and I must move to using OAuth. I've been having a lot of 
>> trouble understanding how to do this.
>>
>> I'm using server-side Javascript for this and cannot use any client 
>> libraries (didn't see any available for AdWords using Javascript anyways). 
>> I use Javascript to compose and parse the SOAP requests/responses.
>>
>> Inside the guide it looks like I should just need to send a POST request 
>> to this URL with a few parameters (line breaks for readability):
>> https://accounts.google.com/o/oauth2/auth?
>> scope=email%20profile&
>> redirect_uri=http://localhost;
>> response_type=code&
>> client_id=149278968815.apps.googleusercontent.com
>>
>> However, when I try to do this, I receive a 400 Error saying that "The 
>> redirect URI in the request: http://localhost did not match a registered 
>> redirect URI."
>>
>> I have the Redirect URI set within the Developer Console > APIs & auth > 
>> Credentials > OAuth client IDs and in there it shows http://localhost 
>> for the authorized Redirect URI. The other option I could find in the guide 
>> uses some variation of urn:ietf:wg:oauth:2.0:oob , but when I try to set 
>> the Redirect URI within this section to that, I am unable to and receive 
>> this error "Invalid Redirect: urn:ietf:wg:oauth:2.0:oob must use either 
>> http or https as the scheme"
>>
>> All I'm trying to do from this is get an offline token that does not 
>> expire for a while (refresh token I believe is the term) that I can then 
>> use within the AdWords API calls I need to make. Can someone help me with 
>> figuring out what I'm doing wrong here?
>>
>>

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

Re: How do I get Device through API for Automatic Placement Report?

2015-09-08 Thread Anthony Madrigal
Hi Shane,

Unfortunately, there is currently no way to segment the Automatic Placement 
Report by Device through AdWords API.

Please check our blog 
 for any 
announcements regarding this feature.

Regards,
Anthony
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/49ce2b05-ed8f-4824-8cc1-8e1858f02af3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is it possible to compare data of campaigns like adwords dashboard ?

2015-09-08 Thread jonathan
Thnaks for your answer 

El martes, 8 de septiembre de 2015, 10:29:01 (UTC-5), Anthony Madrigal 
escribió:
>
> Hi Jonathan,
>
> Unfortunately, this feature is not supported for AdWords API. For any 
> report type, you can only specify one date range.
>
> Regards,
> Anthony
> 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e36eba90-8802-44bf-9ec2-72957ae9a20c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerSyncService Data Not matched with UI

2015-09-08 Thread Umesh Dengale
Hello,

The keywords bid changes (Shared library > Bid strategies) are related to 
the AdWords Express. You could verify above changes in AdWords Express UI.

Regards,
Umesh, 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5a850302-0692-4519-b3f2-f38721108641%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.