Re: Receiving ReportDownloadError.INTERNAL_SERVER_ERROR

2017-08-18 Thread 'Danial Klimkin' via AdWords API Forum
Hello All,


We've confirmed there is an issue related to DisplayName column of this 
report. I'll update this thread as soon as we have the resolution.

Thank you for your patience.


-Danial, AdWords API Team.


On Friday, August 18, 2017 at 2:58:08 PM UTC+2, MdV wrote:
>
> We have the same problem. Also with placement performance reports, 
> starting the 6th. 
>
>
> On Thursday, 17 August 2017 07:24:48 UTC+2, Karenchiou0327TestMMC Chiou 
> wrote:
>>
>> Hi AdWords team,
>>
>> Since 2017-08-16 until today, we are keep seeing "The remote server 
>> returned an error: (500) Internal Server Error"  when trying to fetch 
>> "Placement performance report" via AdWords API. 
>> *We have 11 Ad accounts do auto reporting. In each of calling there are 3 
>> one always download succeeded but there are 8 one not working.*
>> Could you please help us.Thank you very much.
>>
>> Here are the code for report definition and response 
>>
>>  
>> 
>> https://adwords.google.com/api/adwords/cm/v201705;>
>> Date
>> Cost
>> ActiveViewImpressions
>> ActiveViewMeasurableImpressions
>> AdGroupId
>> Id
>> Criteria
>> DisplayName
>> IsRestrict
>> IsNegative
>> Status
>> AllConversions
>> AllConversionValue
>> CampaignId
>> Clicks
>> Conversions
>> ConversionValue
>> Engagements
>> Impressions
>> Interactions
>> VideoViews
>> 
>> 20170816
>> 20170817
>> 
>> 
>> https://adwords.google.com/api/adwords/cm/v201705
>> ">PLACEMENT_PERFORMANCE_REPORT
>> https://adwords.google.com/api/adwords/cm/v201705
>> ">PLACEMENT_PERFORMANCE_REPORT
>> https://adwords.google.com/api/adwords/cm/v201705
>> ">CUSTOM_DATE
>> https://adwords.google.com/api/adwords/cm/v201705
>> ">CSV
>> 
>>
>>
>>
>> Response
>> 
>> 
>> 
>> 
>> ReportDownloadError.INTERNAL_SERVER_ERROR
>> Unexpected Internal Server Error
>> 
>> 
>> 
>>
>>

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

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


Re: Is it possible to set and change a monthly account budget through API?

2017-08-16 Thread 'Danial Klimkin' via AdWords API Forum
Hello Konomi,


BudgetOrderService 

 is 
whitelist-only service and this limits number of companies using it.


-Danial, AdWords API Team.


On Wednesday, August 16, 2017 at 5:01:46 AM UTC+2, konomi wrote:
>
> Thank you for your help, Vincent!
> What do you think about another question?
> > And 3 years ago I heard that in Japan the use of budget managing service 
> on API was low from a sales staff from Google Adwords Japan, since the 
> service was not trustworthy enough. 
> > Has it been improved to be relied on?
>

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

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


Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread 'Danial Klimkin' via AdWords API Forum
Hello All,


We can confirm this was an intermittent issue on our side that is fully 
resolved now.

Sorry for the inconvenience. If you are still affected please reach out to 
us.


-Danial, AdWords API Team.


On Friday, February 24, 2017 at 11:37:27 AM UTC+1, Nick wrote:
>
> I had the errors pop up about 9 hours ago.
> I just sat down to fix it but notice that it's all working fine again now. 
> So perhaps they were suspended temporarily?
>
>
>
> On Friday, February 24, 2017 at 10:23:36 AM UTC+13, PPC Developer wrote:
>>
>> Hi,
>>
>> This is perplexing...Our solution uses OAuth2 with refresh tokens and we 
>> have multiple C# clients deployed on multiple machines running on windows, 
>> managing our accounts MCC child accounts. 
>>
>> Suddenly, the clients all started having invalid_grant errors. This is a 
>> pretty stable code that has been running for 18 months without any issues. 
>> See below the error details. We're using .NET client library, 
>> implementation with C#.
>>
>> Please let us know what the issue is with our access token?
>>
>>
>>
>> HRESULT -2146233088
>> Failed to refresh access token.
>> {
>>   "error" : "invalid_grant"
>> }
>>
>>
>>

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

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


Re: API error - 'deleted_client' - The OAuth client was deleted

2016-06-03 Thread 'Danial Klimkin' via AdWords API Forum
Hello Ravi,


Please start a new thread on the forum instead of answering an unrelated 
thread.

Thank you.


-Danial, AdWords API Team.


On Wednesday, June 1, 2016 at 7:24:25 PM UTC+2, Ravi Aadepu wrote:
>
> I have re-created new project and updated the client id and client secret 
> but still i am getting same error 
>
> *Error: deleted_client*
>
> The OAuth client was deleted.
>
>
> Please help me
>
>
> Thanks in advance
>
> Ravi.
>
> On Tuesday, 14 April 2015 18:22:50 UTC+5:30, 
> mi...@chaseandcoadvertising.co.uk wrote:
>>
>> Hi 
>>
>> I'm new to the Google Adwords API and so far have managed to get the 
>> refresh token by running 'GetRefreshToken.php' via the command line. 
>>
>> However, when trying out one of the recommended examples - 
>> GetCampaigns.php I get the following error - 
>>
>> An error has occurred: {
>>
>>   "error" : "deleted_client",
>>
>>   "error_description" : "The OAuth client was deleted."
>>
>> }
>>
>> Has anyone else had this problem? 
>>
>> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/43bb3ba5-df20-4cb7-a2e0-0363d0916b31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Delay in reporting for performance statistics within AdWords

2016-04-28 Thread 'Danial Klimkin' via AdWords API Forum
This issue is now fully resolved.


-Danial, AdWords API Team.


On Wednesday, April 27, 2016 at 9:28:39 PM UTC-4, Danial Klimkin wrote:
>
> *Delay in reporting for performance statistics within AdWords*
>
>
> An issue has been identified, contributing to a delay in reporting for 
> performance statistics within AdWords. This means you may see temporary 
> fluctuations in these statistics. This affects both stats in AdWords user 
> interface and in the API reporting.
>
> Our teams are working hard to correct the issue and we sincerely regret 
> any inconvenience or confusion this may have caused.
>
>
> -Danial Klimkin on behalf of AdWords 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60771ad1-eaed-4c23-bbc7-56ecbd8f3dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Delay in reporting for performance statistics within AdWords

2016-04-27 Thread 'Danial Klimkin' via AdWords API Forum
*Delay in reporting for performance statistics within AdWords*


An issue has been identified, contributing to a delay in reporting for 
performance statistics within AdWords. This means you may see temporary 
fluctuations in these statistics. This affects both stats in AdWords user 
interface and in the API reporting.

Our teams are working hard to correct the issue and we sincerely regret any 
inconvenience or confusion this may have caused.


-Danial Klimkin on behalf of AdWords 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7117482b-f82e-422c-8aee-b93849c6c76b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Change a campaign from shared budget to individual budget through the API

2016-03-15 Thread 'Danial Klimkin' via AdWords API Forum
Hello Shawn,


Sorry for the delay, I was away for a bit.

Yes, you need to create a budget, but with the BudgetService, setting 
isExplicitlyShared to false. You'll get an ID back.

Then, you can create a campaign with budget ID set to the ID above. We have 
code examples for each of the client libraries demonstrating that:

  
https://developers.google.com/adwords/api/docs/clientlibraries#client-libraries


-Danial, AdWords API Team.


On Wednesday, February 17, 2016 at 5:49:38 PM UTC+1, Shawn wrote:
>
> Hi Danial,
> What would the basic flow of this be?  Use BudgetOrderService to create a 
> new budget with a unique name, set as a non-shared budget, then attach it 
> to that campaign?
>
> Here's the backstory:  I have an MCC accounts with 1300 accounts inside. 
> Each account has about 20 campaigns, so I have about 26,000 campaigns. 
>  Today each one is setup with a shared budget ("shared with" only one 
> campaign though, so it's not really being "shared").  But we started using 
> Kenshoo as a bid management platform, and I'm afraid when Kenshoo sends 
> budget changes to the campaigns, AdWords shared budgets are causing issues. 
>  Maybe it's not since the budgets aren't actually shared among multiple 
> campaigns, so I need to check into that.  But the Kenshoo team did ask me 
> to remove the shared budgets, and it looks like I have no option to do that 
> other than use the API. 
>
> I'm familiar with scripting in AdWords, but the API is a whole other 
> beast.  But still, using it should be faster than manually editing 26,000 
> campaigns! 
>
> Any insight would be greatly appreciated.
>
>
>
> On Tuesday, May 28, 2013 at 4:14:36 AM UTC-5, Danial Klimkin wrote:
>>
>> Hello Sergio,
>>
>>
>> A shared budget can not be changed to an individual one with the API. The 
>> only way is to create a new budget.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, May 23, 2013 12:21:36 PM UTC+4, Sergio Berná Niñerola wrote:
>>>
>>> Is it possible to change a campaign from a shared budget to an 
>>> individual budget through Adwords API?
>>>
>>> Im not interested in creating a new Shared Budget and applying it to a 
>>> single campaign, since that creates a shared budget object but just for 
>>> that campaign, and that shared budget cannot be modified in bulk.
>>>
>>> The only way I have been able to do so is by using the Web Application, 
>>> in which you can set again the individual budget. But through the API any 
>>> attempt made is answered with a BudgetError.CANNOT_EDIT_SHARED_BUDGET, 
>>> while the thing im trying is not to edit the shared budget but to set an 
>>> individual budget just for that campaign.
>>>
>>

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

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


Re: Get ad group's target optimization status through API

2016-02-15 Thread 'Danial Klimkin' via AdWords API Forum
Hello Anil,


I am not able to reproduce this behavior. In my test setting optIn to false 
unchecked the "Let AdWords automatically find new customers" checkbox.

If you still experience the issue, please start a new thread with more 
details (API call, account and ad group ID). I am going to close this one 
as it's from 2014.


-Danial.


On Monday, February 15, 2016 at 2:00:22 PM UTC+1, Anil wrote:
>
> Hello,
> Using V201509 I just tried to uncheck "*Let AdWords automatically find 
> new customers*" by using *ExplorerAutoOptimizerSetting* and passing *optIn 
> == false *but it didn't work and it gets set to Conservative.
>  Is this not possible via API to uncheck this setting?
> Thanks,
>
>
>
> On Thursday, August 14, 2014 at 6:22:03 PM UTC+5:30, Danial Klimkin wrote:
>>
>> Hello Eugene,
>>
>>
>> Sorry for the delay, I've figured this out now.
>>
>> AdGroup.Settings.ExplorerAutoOptimizerSetting has the following effect:
>>
>> optIn == true -> Enables Aggressive Targeting ("Aggressive targeting" 
>> and "Let AdWords automatically find new customers" are checked in the UI),
>> optIn == false -> Disables ExplorerAutoOptimizer ("Let AdWords 
>> automatically find new customers" is unchecked).
>>
>> There is no API field for the Conservative setting at the moment, I'll 
>> log a request to include it in the future API versions.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Friday, July 25, 2014 4:57:26 PM UTC+4, Danial Klimkin wrote:
>>>
>>> Hello Eugene,
>>>
>>>
>>> Mike is currently out of office. I'll double-check and let you know.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Tuesday, July 22, 2014 5:21:36 PM UTC+4, Eugene wrote:
>>>>
>>>> Any news regarding my question?
>>>>
>>>> On Monday, July 14, 2014 4:41:04 PM UTC+3, Michael Cloonan (AdWords API 
>>>> Team) wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> I am trying to confirm that this works the way you suggest.
>>>>>
>>>>> Regards,
>>>>> Mike, AdWords API Team
>>>>>
>>>>> On Friday, July 11, 2014 9:00:09 AM UTC-4, Eugene wrote:
>>>>>>
>>>>>> OK. So there is no setting to retrieve conservative mode, right?
>>>>>> And does AdGroup.Settings.ExplorerAutoOptimizerSetting actually means 
>>>>>> DCO aggressive optimization mode? 
>>>>>>
>>>>>> On Friday, July 11, 2014 3:50:20 PM UTC+3, Michael Cloonan (AdWords 
>>>>>> API Team) wrote:
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> This feature is not currently available in the AdWords API.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Mike, AdWords API Team
>>>>>>>
>>>>>>> On Thursday, July 10, 2014 11:42:43 AM UTC-4, Eugene wrote:
>>>>>>>>
>>>>>>>> Hello.
>>>>>>>>
>>>>>>>> I want to get Ad Group's target optimization status through API.
>>>>>>>>
>>>>>>>> What's the properties I should retrieve for conservative and 
>>>>>>>> aggressive optimization appropriately?
>>>>>>>>
>>>>>>>

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

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


Re: API to link Adwords and Merchant Center Accounts

2016-02-15 Thread 'Danial Klimkin' via AdWords API Forum
Hello Amit,


There is no update at the moment. We are tracking this internally but I 
can't suggest any time estimation so far.


-Danial, AdWords API Team.


On Wednesday, February 3, 2016 at 5:48:58 PM UTC+1, Amit wrote:
>
> Hi,
>
> Is there any news for this? Can we track this request somewhere?
>
> Thank you
> Amit
>
> On Friday, April 17, 2015 at 2:58:00 PM UTC+3, Danial Klimkin wrote:
>>
>> Hello,
>>
>>
>> Linking from the AdWords side is not currently supported. I'll log this 
>> as a request.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Friday, April 17, 2015 at 4:19:26 AM UTC+3, mccaccou...@gmail.com 
>> wrote:
>>>
>>> Hello,
>>>
>>> Is there a way to link the client merchant center account and the client 
>>> adwords account using the API? I know that while creating the child 
>>> merchant center account, one can provide the related adwords account for 
>>> linking but that is only one-way linking. The link request needs to be 
>>> accepted at the adwords end. Is there an API to do so?
>>>
>>> The ManagedCustomerService has a few methods but as much as I could 
>>> understand, they are for extending and accepting invitations from and to 
>>> adwords accounts only.
>>>
>>> Thanks in advance for all the help.
>>>
>>

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

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


Re: API developments for Trueview

2015-11-26 Thread Danial Klimkin
Hello Michael,


AdWords for Video campaigns are now available in AdWords API reporting. 
Please see the release notes:

  https://developers.google.com/adwords/api/docs/reference/


-Danial, AdWords API Team.


On Tuesday, November 24, 2015 at 5:55:12 PM UTC+1, Michael Mertz wrote:
>
> Has anyone heard any news of whether / when Trueview campaign or 
> YouTube campaign reporting will become available using Adwords API?  Thank 
> You!!
>
>
> On Monday, August 3, 2015 at 7:09:09 AM UTC-7, Justin Coon wrote:
>>
>> Any updates on this?
>>
>> On Thursday, May 7, 2015 at 9:27:15 AM UTC-5, Bernardo Alves wrote:
>>>
>>> Hi,
>>>
>>> Since it's been a while since the last time this was asked, I'd like to 
>>> know if there's any progress regarding the development of Trueview campaign 
>>> reporting using Adwords API.
>>>
>>> Many thanks,
>>>
>>> Bernardo Alves
>>>
>>> quinta-feira, 20 de Junho de 2013 às 13:25:34 UTC+1, David H escreveu:

 Hi 

 Sorry I know this has been asked before, but I wondered if it was any 
 closer? When will we be able to pull trueview through the API? Or is there 
 an alternative script or automation that can get daily spends?

 Thanks

 David

>>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/cb5fcc90-2ac9-421f-ab0d-7371be040b21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: keyword used by user

2015-11-26 Thread Danial Klimkin
Hello Kristian,


Please see this article on how to use ValueTrack to obtain keywords data:

  https://support.google.com/adwords/answer/2375447


-Danial, AdWords API Team.


On Thursday, November 26, 2015 at 4:38:51 PM UTC+1, td-berlin wrote:
>
> Hello,
> we have a question:
> Is it possible to get to know which (paid) keyword led the user on the 
> page our page (audi.de, audi-partner.de)?
>
> We want to segment our users and deliver specific content for each group. 
> So we need this information per user immediately.
>
> Thank you in advance,
> Kristian
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/43cdf43c-2abe-4869-9afb-21f0e9a4e79a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the list (with names) seen on the "Where ads were shown" tab?

2015-11-26 Thread Danial Klimkin
Hello Tiana,


Please see if the Placement performance report 

 
with IsRestrict == false returns the data you expect.


-Danial, AdWords API Team.


On Thursday, November 26, 2015 at 3:07:35 PM UTC+1, Tiana S. wrote:
>
> I've been using the Placement performance report for a while, but noticed 
> there's a second tab in the AdWords interface: "where ads were shown". The 
> list of placements there shows for example the names of videos the ad was 
> shown at:
>
>
> 
>
>
>
>
>
>
>
>
>
> I looked around in the API documentation looking for a way to retrieve 
> this list as well, but haven't been successful yet.
> Does anyone know how to fetch this?
> 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/cd728833-4067-4935-bea1-dd0aeecdf1bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService PHP Sample?

2015-11-12 Thread Danial Klimkin
Hello Subash,


Unfortunately I can't give any ETA but these will be available soon.

Upload protocol is the same as Cloud Storage one, please see this page for 
more details:

  https://cloud.google.com/storage/docs/json_api/v1/how-tos/upload


-Danial, AdWords API Team.


On Thursday, November 5, 2015 at 8:39:27 PM UTC+1, Subash NG wrote:
>
> Hello Danial,
>
> Is there any ETA for PHP? if not just let me give some hints on how to 
> work on UplaodURL concepts?
>
> Thanks!
>
> On Thursday, November 5, 2015 at 8:37:42 PM UTC+5:30, Danial Klimkin wrote:
>>
>> Hello Subash,
>>
>>
>> We are building utilities to work with BJS for PHP currently. As soon as 
>> this is ready we are going to release both utilities and the code examples.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, November 5, 2015 at 3:47:21 PM UTC+1, Subash NG wrote:
>>>
>>> Hello Adwords Team,
>>>
>>> We really waited for this so long i.e Temporary ID's which is great 
>>> feature we needed so we can make our updates the campaigns easily.
>>>
>>> For ex: How we working right now is 
>>> https://groups.google.com/forum/#!searchin/adwords-api/Subash/adwords-api/RyaeDemH7Og/0tO3x9pxv5sJ
>>>  
>>> this also posted by me :)
>>>
>>> but I think using temporary ID's we don't need to send ID's into 
>>> campaigns..etc and Temporary ID's will speed up our process lot I think, 
>>> right? 
>>>
>>> I see examples of BatchJobService in all languages but not in PHP? so 
>>> can I get the sample? I'm bit confused about UploadURL so examples will be 
>>> great for us.
>>>
>>> Looking forward for help from Adwords API Ninjas.
>>>
>>>
>>> Cheers,
>>> Subash
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9d5f5c53-8d4c-471a-ac3c-9e7881433f27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_FIELD_NAME_FOR_REPORT', Trigger = '', FieldPath = 'Conversions'.

2015-11-05 Thread Danial Klimkin
Hello Tim,


What API version are you currently using? I suspect this could be v201509, 
and there were more changes for this columns in the latest version.

Please see:

  https://developers.google.com/adwords/api/docs/reference/#conversion-reporting


-Danial, AdWords API Team.


On Wednesday, November 4, 2015 at 3:01:12 PM UTC+1, adwo...@ortec.com wrote:
>
> Dear Danial,
>
> Indeed the field was renamed to 'ConvertedClicks'. However, this metric 
> will give me the 'ConvertedClicks', instead of the (total) 'Conversions'. 
> My question therefore is, how will I able to get the 'Conversions'? 
>
> This link: 
> https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report#conversions
> Is telling me that I just need to use 'Conversions'. But then Im getting 
> the same error as Ranjith was getting.
>
> Could you please help me?
>
> Thanks in advance.
>
> Tim
>
>
> On Wednesday, April 15, 2015 at 5:06:51 PM UTC+2, Danial Klimkin wrote:
>>
>> Hello Ranjith,
>>
>>
>> This field was renamed in v201502. Please see the Table 2 on the 
>> migration guide:
>>
>>   https://developers.google.com/adwords/api/docs/guides/migration/v201502
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Wednesday, April 15, 2015 at 6:05:52 PM UTC+3, Ranjith A wrote:
>>>
>>> Hi ,
>>>
>>> I am trying to get statistics of my campaigns using V201502. except 
>>> Conversions 
>>> i am getting other informations. 
>>>
>>> when i tried to get Conversions i am getting error like 
>>>
>>> * 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = '', 
>>> FieldPath = 'Conversions'. *
>>>
>>>
>>> is it possible to get conversion details through API  ( I am using PHP 
>>> API)  otherwise how can i get these informations?
>>>
>>> Thanks
>>>
>>> Ranjith
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0e440b07-4af7-4295-a7a6-b7015cf1d8f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService PHP Sample?

2015-11-05 Thread Danial Klimkin
Hello Subash,


We are building utilities to work with BJS for PHP currently. As soon as 
this is ready we are going to release both utilities and the code examples.


-Danial, AdWords API Team.


On Thursday, November 5, 2015 at 3:47:21 PM UTC+1, Subash NG wrote:
>
> Hello Adwords Team,
>
> We really waited for this so long i.e Temporary ID's which is great 
> feature we needed so we can make our updates the campaigns easily.
>
> For ex: How we working right now is 
> https://groups.google.com/forum/#!searchin/adwords-api/Subash/adwords-api/RyaeDemH7Og/0tO3x9pxv5sJ
>  
> this also posted by me :)
>
> but I think using temporary ID's we don't need to send ID's into 
> campaigns..etc and Temporary ID's will speed up our process lot I think, 
> right? 
>
> I see examples of BatchJobService in all languages but not in PHP? so can 
> I get the sample? I'm bit confused about UploadURL so examples will be 
> great for us.
>
> Looking forward for help from Adwords API Ninjas.
>
>
> Cheers,
> Subash
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6f99531d-8c41-477d-a6fd-d5415a1a8211%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Environment 'PRODUCTION' does not support version 'v201409'

2015-10-20 Thread Danial Klimkin
Hello Marlon,


Yes, you need to update to the latest gem to be able to use v201509.

I also recommend watching this page to ensure timely update and avoid 
interruptions:

  https://developers.google.com/adwords/api/docs/sunset-dates


-Danial, AdWords API Team.


On Monday, October 19, 2015 at 4:25:28 AM UTC+2, Marlon Haniff wrote:
>
> Danial,
>
> I am having the same issue.  Should we issue this from terminal:
>
> gem install --remote google-adwords-api
>
>
> and update all pages affected by the version?
> Thanks,
> Marlon
>
>
> On Friday, October 24, 2014 at 8:05:04 AM UTC-4, Ismary Cruz wrote:
>>
>> Yes, that was. Thanks!!
>>
>> On Friday, October 24, 2014 1:06:48 PM UTC+2, Danial Klimkin wrote:
>>>
>>> Hello Ismary,
>>>
>>>
>>> Please make sure to update the google-adwords-api gem to the latest 
>>> version.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Friday, October 24, 2014 1:08:05 PM UTC+4, Ismary Cruz wrote:
>>>>
>>>> I changed API version to v201409 and got this error, any ideas?
>>>> *AdsCommon::Errors::Error *Environment 'PRODUCTION' does not support 
>>>> version 'v201409'
>>>>
>>>> Thanks 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.
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/0d6701d4-20a9-4889-97f7-c3a6fa081bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ожидание одобрения токена.

2015-09-24 Thread Danial Klimkin
Алексей, добрый день,


Странно. Я только что попробовал ответить себе с другого адреса и всё 
прошло хорошо. Вы используете "Reply privately to author" в выпадающем 
списке справа, в вэб интерфейсе 
?

По теме, я связался с командой, ответственно за формы, в ближайшее время 
разберемся.


-Даниил, команда AdWords API.


On Wednesday, September 23, 2015 at 12:21:31 PM UTC+2, mak...@inbox.ru 
wrote:
>
> Добрый день,Даниил.
> Приходится общаться так, потому что Ваш email  не воспринимается:
> sender address must match authenticated user.
>  Проверьте правильность написания адреса получателя «X» и попробуйте 
> снова.
>
> Конкретно сейчас мой IP 188.162.65.16/
>
> Но я пробовал и с других адресов.
>
> С уважением,
> Алексей.
>
> Hi, Daniil.
> I reply here course your email not validate:
> "sender address must match authenticated user.
> checkXx and try again"
>
> Just now my IP is 188.162.65.16,
> but I used any IP's
>
> Alexey
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7b6dbf4b-b197-480d-b2d9-d8243daf7507%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ожидание одобрения токена.

2015-09-23 Thread Danial Klimkin
Добрый день,


1. По одобрению токена данный запрос передан в команду рассмотрения заявок. 
Они должны связаться с вами в ближайшее время.

2. По тестовому аккаунту, использование должно быть возможно с любым 
токеном. Пришлите, пожалуйста, полный лог запроса к тестовому аккаунту мне 
по почте (reply to author справа) и полный ответ сервера.

3. По связи, на данном форуме сверху прикреплен топик, где описано что 
делать при рассмотрении токена:

  https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M

Там же есть ссылка на форму. Я только что проверил что она рабочая.


-Даниил, команда AdWords API.


On Tuesday, September 15, 2015 at 2:55:18 PM UTC+2, mak...@inbox.ru wrote:
>
> идентификатор клиента AdWords 6969362471
>
>
> 4.08.2015 был обновлен developer token. После этого мы отправили Вам 
> подписанные с нашей стороны документы, присланные по email Вашим 
> сотрудником. Никаких запросов на адрес email не поступало. Токен до сих пор 
> находится в состоянии "Ожидает одобрения". Попытки использовать Токен через 
> API приводят к ошибке "Токен не одобрен". Попытки использовать тестовый 
> аккаунт (774-877-6669)   с данным Токеном приводят к ошибке "Токен отозван".
> Подскажите, пожалуйста, что необходимо сделать, чтобы:
> 1. В кратчайшее время получить одобрение Токена
> 2. До одобрения Токена начать пользоваться тестовым аккаунтом для 
> разработки приложения.
> Приложение предполагает использование adWords API для автоматизации 
> создания рекламных кампаний
> Сайт, на котором приложение будет работать постоянно - www.makeon.ru
> Временный сайт, на котором приложение разрабатывается - 
> www.makeon.lobeton.ru
>
> Полтора месяца ни ответа ни привета. На почту никто не пишет. В саппорте 
> все гордятся своей некомпетентностью, мол не знаем ничего и знать не 
> желаем. Ни звонки ни общение в чате ничего не дают.
>
> На сайте Google нет ни одной возможности связаться с разработчиками. 
> Документация написана бестолково. Ссылки на формы обратной связи не 
> работают все.
>
> Караул!!! Есть ли хоть одна возможность связаться хоть с кем-то, 
> компетентным в вышеобозначенных вопросах?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d7537890-cee0-4f9c-8cf4-3f3863571171%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Longer text ads in API

2015-09-18 Thread Danial Klimkin
Hello Niki,


Yes, no changes in this area.


-Danial, AdWords API Team.


On Tuesday, September 15, 2015 at 7:30:10 PM UTC+2, Niki Marin wrote:
>
> Does this response still apply for implementing Longer Text Ads through 
> the API? 
>
> On Monday, June 30, 2014 at 7:19:09 AM UTC-4, Danial Klimkin wrote:
>>
>> Hello Arthur,
>>
>>
>> Definitely, as long as you campaigns are targeting eligible countries. 
>> There is no special flag / checkbox for the API, just send ads as usual.
>>
>>
>> -Danial, AdWords API Team.
>>
>> On Monday, June 30, 2014 3:06:45 PM UTC+4, Артур Геращенко wrote:
>>>
>>> Hi!
>>>
>>> Can I create text ads in API Google AdWords using longer text ads?
>>> I will clarify: https://support.google.com/adwords/answer/1704441?hl=en
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/33fe5518-b7d7-43c0-8d9b-d770af5f33a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API /CustomerService returns "UNKNOWN" error

2015-09-10 Thread Danial Klimkin
Hello Kevin,


The body part of the request should look like:

  
https://adwords.google.com/api/adwords/mcm/v201506"/>
  

If still in doubt, please send me full XML request and response code over 
email ("reply to author" on the right).


-Danial, AdWords API Team.



On Friday, August 28, 2015 at 9:17:39 PM UTC+2, Kevin Moritz wrote:
>
> Any updates as to why I might be seeing this error?
>
> On Monday, August 24, 2015 at 11:09:36 AM UTC-5, Kevin Moritz wrote:
>>
>> Correct. I removed the  portion completely from the XML 
>> request and still receive the same UNKNOWN error
>>
>>
>> Kevin
>>
>> On Monday, August 24, 2015 at 8:08:49 AM UTC-5, Danial Klimkin wrote:
>>>
>>> Hello Kevin,
>>>
>>>
>>> As per service documentation, CustomerService.get() method takes no 
>>> parameters:
>>>
>>>   
>>> https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService#get
>>>
>>> Have you tried omitting the selector in your request?
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Thursday, August 20, 2015 at 11:31:13 PM UTC+2, Kevin Moritz wrote:
>>>>
>>>> I'm confused, because I've called the same exact XML request with a 
>>>> different non-manager user and it returns fine.  I also took the name 
>>>> field 
>>>> out of the selector, and still receive the same error.  I still don't know 
>>>> what the UNKNOWN error is, but I assume it has something to do with me 
>>>> starting adwords but not completing it.  Can you please look into this for 
>>>> me?  If I login to adwords, I see I have a customer id, but I have not 
>>>> completed the billing section yet (and do not plan to).  Is this a bug in 
>>>> the adwords API?  Should I be seeing a different error?  UNKNOWN I feel is 
>>>> too generic, where NOT_ADS_USER might be more applicable in this case.
>>>>
>>>> Kevin
>>>>
>>>> On Thursday, August 20, 2015 at 9:49:43 AM UTC-5, Umesh Dengale wrote:
>>>>>
>>>>> Hi Kevin,
>>>>>
>>>>> Thanks for emailing the SOAP XML request. You are using CustomerId, Name 
>>>>> fields in the selector for the CustomerService 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService>.
>>>>>  
>>>>> However, Name field is not defined in the Customer 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService.Customer>.
>>>>>  
>>>>> Please select the fields available in the Customer class.
>>>>> If you are planning get information(e.g. CustomerId, Name) about 
>>>>> ManagedCustomer 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService.ManagedCustomer>,
>>>>>  
>>>>> then please use ManagedCustomerService 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService>
>>>>> .
>>>>>
>>>>> 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/383b21da-5eae-4f7b-9388-7d26ca67775e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API /CustomerService returns UNKNOWN error

2015-08-24 Thread Danial Klimkin
Hello Kevin,


As per service documentation, CustomerService.get() method takes no 
parameters:

  
https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService#get

Have you tried omitting the selector in your request?


-Danial, AdWords API Team.


On Thursday, August 20, 2015 at 11:31:13 PM UTC+2, Kevin Moritz wrote:

 I'm confused, because I've called the same exact XML request with a 
 different non-manager user and it returns fine.  I also took the name field 
 out of the selector, and still receive the same error.  I still don't know 
 what the UNKNOWN error is, but I assume it has something to do with me 
 starting adwords but not completing it.  Can you please look into this for 
 me?  If I login to adwords, I see I have a customer id, but I have not 
 completed the billing section yet (and do not plan to).  Is this a bug in 
 the adwords API?  Should I be seeing a different error?  UNKNOWN I feel is 
 too generic, where NOT_ADS_USER might be more applicable in this case.

 Kevin

 On Thursday, August 20, 2015 at 9:49:43 AM UTC-5, Umesh Dengale wrote:

 Hi Kevin,

 Thanks for emailing the SOAP XML request. You are using CustomerId, Name 
 fields in the selector for the CustomerService 
 https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService.
  
 However, Name field is not defined in the Customer 
 https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService.Customer.
  
 Please select the fields available in the Customer class.
 If you are planning get information(e.g. CustomerId, Name) about 
 ManagedCustomer 
 https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService.ManagedCustomer,
  
 then please use ManagedCustomerService 
 https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService
 .

 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/3f30228e-364c-4667-87ab-56ad4a0dc4e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Oauth2 with Test Service Account

2015-08-21 Thread Danial Klimkin
Hello Nick,


1. Exactly my point. There is no link. AdWords API is different from other 
APIs managed via the developer console and not controlled from there.

2. Is there any reason you really want to use service accounts? Do you 
administer a Google Apps domain?

3. Correct.


-Danial, AdWords API Team. 



On Wednesday, August 19, 2015 at 1:04:10 PM UTC+2, 
nick.hora...@agiletalentpool.com wrote:

 Hello Danial,

 Thanks for your prompt reply.

 It also doesn't need to belong to the same account as any MCC (but is 
 can)

 1. I'm a little confused by what the account setup should be following 
 this remark. My aim is to create a set-up that enables a test service 
 account to retrieve campaign data. According to the documentation, the 
 project created on Google Developer Console 
 is a collection of settings, credentials, and metadata about the 
 application or applications you're working on that make use of Google 
 Developer APIs and Google Cloud resources, so it does make sense to have a 
 single Project ID for multiple applications which make access of Google 
 Developer API. 

 What I do not understand though is how is the association / link between 
 the Google Developer Console and the (MCC or non-MCC) account on Google 
 AdWords made? All they have in common is the Google Account on which they 
 have been set up. For other API endpoints, I've noticed one can enable them 
 from the Enable APIs section of GDC, but there's nothing like that for 
 AdWords.

 2. Could you give me an example of an account set-up for a test example 
 using an Service Account? I'm only interested in the hierarchical 
 structure. 

 3. Should the client customer ID be the 10 digits one displayed under an 
 AdWords account?

 My apologies if all these seem like basic questions but it's my first time 
 using AdWords and I'm trying to understand how it works rather than just 
 find the fix. 

 Many thanks,
 Nick.

 On Monday, August 17, 2015 at 5:16:52 PM UTC+3, Danial Klimkin wrote:

 Hello Nick,


 First of all, you don't need two project IDs for test and prod setup, 
 project ID is per application so you can use the same one. It also doesn't 
 need to belong to the same account as any MCC (but is can).

 Second, I strongly recommend against using service accounts. It has very 
 limited benefits comparing to normal flow and requires you to be a domain 
 administrator.

 As per error, you have authorized with a login that doesn't have an 
 AdWords account associated with it. Make sure your key (or refresh token) 
 belongs to the correct account (test MCC) and you specify clientCustomerId 
 properly. The latter needs to be a target test account (not MCC) ID.


 -Danial, AdWords API Team. 



 On Friday, August 14, 2015 at 2:55:47 PM UTC+2, 
 nick.h...@agiletalentpool.com wrote:

 I am trying to retrieve campaign data using a test adwords service 
 account via the Java client library. Despite being able to obtain a refresh 
 token the actual call to the CampaignService class throws exception with 
 error code:

 [AuthenticationError.NOT_ADS_USER @ ; trigger:'null']

 My setup is the following:

 1. I have a production MCC Account set on prod_mc...@domain.com. On 
 this account, from Google Developer Console, I have created a new project 
 and then requested a developer token for this account which is currently in 
 status Pending approval. I created a new Client ID from Google Developer 
 Console  API  auth  Credentials  OAuth2 and specified Service Account 
 for its type.  

 2. I have created a secondary test MCC Account on test_mc...@domain.com. 
 Just like before I created a new project from Google Developer Console and 
 created a new Client ID and selected the Service Account Type. In Google 
 Adwords page, under Accounts, I've added a new test AdWords account under 
 the test MCC account. This test AdWords account does not have its own email 
 (as does the test MCC Account) but is linked under the test MCC account. 

 3. I have added a dummy campaign for the test AdWords account (the one 
 linked under the test MCC account).

 4. I have downloaded the private key file for the test MCC Account.

 The code that I am using to get the refresh Token is this:

   GoogleCredential credential = new GoogleCredential.Builder()
  .setTransport(httpTransport)
   .setJsonFactory(JSON_FACTORY)
   .setServiceAccountId(TEST_MCC_ACCOUNT_CLIENT_EMAIL)
   .setServiceAccountScopes(Collections.singleton(
 https://www.googleapis.com/auth/adwords;))
   .setServiceAccountPrivateKeyFromP12File(new 
 File(TEST_MCC_ACCOUNT_P12_FILE))
   .build();

credential.refreshToken();
   
   return credential;

 The refresh token is retrieved with no errors (I can't tell though 
 whether it's indeed the correct refresh token).

 With this refresh token I'm running the following code to retrieve the 
 campaign:
   
AdWordsSession session = new AdWordsSession.Builder

Re: .net adwords api 'Failed to get access token for service account'

2015-08-21 Thread Danial Klimkin
Hello Senthil,


This is a year old non-related thread. Please start a new one instead of 
resurrecting this old one.


-Danial, AdWords API Team.


On Thursday, August 20, 2015 at 10:10:51 PM UTC+2, Senthil Palaniswami 
wrote:

 David, 

 I am using the V201506 API in C# .Net Application by Service Account. I 
 use Service Account Email  .P12 Key file to access this, but i get the 
 below error. Could you please assist ? Thanks 

 *Failed to get access token for service account.*

 *{*

 *  error : unauthorized_client,*

 *  error_description : Unauthorized client or scope in request.*

 *}*


 Thanks
 Senthil

 On Monday, April 14, 2014 at 7:17:23 AM UTC-4, Danial Klimkin wrote:

 Hello David,


 There is definitely a limit on how often you can request a new refresh / 
 access tokens. It's recommended to re-share them between threads / services.


 -Danial, AdWords API Team.


 On Friday, April 11, 2014 5:57:36 PM UTC+4, DavM wrote:

 Hi Danial

 I've managed to eradicate 'Failed to get access token for service 
 account.{  error : invalid_request}}' for now by sharing the 
 AdWordsUser object between all threads in my application.

 Does that mean the error can relate to throttling?

 Cheers

 David

 On Thursday, 10 April 2014 14:12:42 UTC+1, Danial Klimkin wrote:

 Hello,


 As mentioned above, user interaction is required only once, user needs 
 to indicate he / she agrees the account will be managed by your 
 application.

 When this is done you receive a refresh token which can be used in your 
 scheduled tasks with no additional user interaction required. Please see:

   
 https://developers.google.com/adwords/api/docs/guides/clientlogin-to-oauth2-migration-guide


 -Danial, AdWords API Team.

 On Thursday, April 10, 2014 4:47:20 PM UTC+4, otser...@allthingsweb.gr 
 wrote:

 Hello,

 My problem is that i use the adwords api on various scheduled tasks 
 that user interaction is not possible.
 Can you describe me or redirect me to a link that shows clearly how to 
 use adwords api with no user interaction? Is this even possible?

 Thanks

 Τη Πέμπτη, 10 Απριλίου 2014 2:54:56 μ.μ. UTC+3, ο χρήστης Danial 
 Klimkin έγραψε:

 Hello,


 We recommend to either use Installed application or Web 
 application flows. The former one for the cases when you manage only 
 your 
 accounts (all accounts are linked to a single MCC) and the latter when 
 you 
 manage unlinked 3rd party accounts.

 In both cases, user interaction is only required once (per user), to 
 grant the access. Once access is granted you receive a refresh token you 
 can use indefinitely with no further user input required.


 -Danial, AdWords API Team.


 On Wednesday, April 9, 2014 5:12:06 PM UTC+4, 
 otser...@allthingsweb.gr wrote:

 Thanks for the reply.

 Yes i am running a Google Apps domain. I implemented each step of 
 the procedure correctly i guess as i get some results back. But 
 sometimes i 
 get  *Failed to get access token for service account.\n{\n 
  \error\ : \invalid_request\\n}}*

 Do i miss something?

 Otherwise is there a way to use the api with add key=OAuth2Mode 
 value=APPLICATION / without user interaction?


 Τη Τετάρτη, 9 Απριλίου 2014 3:43:10 μ.μ. UTC+3, ο χρήστης Danial 
 Klimkin έγραψε:

 Hello,


 Are you running a Google Apps domain? In most cases, you should not 
 be using Service Accounts unless you need very specific features like 
 impersonation.

 Please see this guide for more details:

   
 https://developers.google.com/adwords/api/docs/guides/service-accounts


 -Danial, AdWords API Team.


 On Tuesday, April 8, 2014 7:22:56 PM UTC+4, 
 otser...@allthingsweb.gr wrote:

 Hi,

 i use the new adwords api (v201402) and i have trouble downloading 
 reports via api.
 I have successfully completed the entire procedure of service 
 account (
 https://developers.google.com/adwords/api/docs/guides/service-accounts
 ).
 I use this configuration:

 add key=OAuth2Mode value=SERVICE_ACCOUNT /
 add key=OAuth2ServiceAccountEmail value=
 x...@developer.gserviceaccount.com /
 add key=OAuth2PrnEmail value=xxx /
 add key=OAuth2JwtCertificatePath 
 value=path-privatekey.p12 /
 add key=OAuth2JwtCertificatePassword value=xxx /

 and i have registered the scope successfully

 But sometimes (not always) i get this message : *Failed to get 
 access token for service account *

 Can you help me please?



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

Re: Oauth2 with Test Service Account

2015-08-17 Thread Danial Klimkin
Hello Nick,


First of all, you don't need two project IDs for test and prod setup, 
project ID is per application so you can use the same one. It also doesn't 
need to belong to the same account as any MCC (but is can).

Second, I strongly recommend against using service accounts. It has very 
limited benefits comparing to normal flow and requires you to be a domain 
administrator.

As per error, you have authorized with a login that doesn't have an AdWords 
account associated with it. Make sure your key (or refresh token) belongs 
to the correct account (test MCC) and you specify clientCustomerId 
properly. The latter needs to be a target test account (not MCC) ID.


-Danial, AdWords API Team. 



On Friday, August 14, 2015 at 2:55:47 PM UTC+2, 
nick.hora...@agiletalentpool.com wrote:

 I am trying to retrieve campaign data using a test adwords service account 
 via the Java client library. Despite being able to obtain a refresh token 
 the actual call to the CampaignService class throws exception with error 
 code:

 [AuthenticationError.NOT_ADS_USER @ ; trigger:'null']

 My setup is the following:

 1. I have a production MCC Account set on prod_mcc_em...@domain.com. On 
 this account, from Google Developer Console, I have created a new project 
 and then requested a developer token for this account which is currently in 
 status Pending approval. I created a new Client ID from Google Developer 
 Console  API  auth  Credentials  OAuth2 and specified Service Account 
 for its type.  

 2. I have created a secondary test MCC Account on 
 test_mcc_em...@domain.com. Just like before I created a new project from 
 Google Developer Console and created a new Client ID and selected the 
 Service Account Type. In Google Adwords page, under Accounts, I've added a 
 new test AdWords account under the test MCC account. This test AdWords 
 account does not have its own email (as does the test MCC Account) but is 
 linked under the test MCC account. 

 3. I have added a dummy campaign for the test AdWords account (the one 
 linked under the test MCC account).

 4. I have downloaded the private key file for the test MCC Account.

 The code that I am using to get the refresh Token is this:

   GoogleCredential credential = new GoogleCredential.Builder()
  .setTransport(httpTransport)
   .setJsonFactory(JSON_FACTORY)
   .setServiceAccountId(TEST_MCC_ACCOUNT_CLIENT_EMAIL)
   .setServiceAccountScopes(Collections.singleton(
 https://www.googleapis.com/auth/adwords;))
   .setServiceAccountPrivateKeyFromP12File(new 
 File(TEST_MCC_ACCOUNT_P12_FILE))
   .build();

credential.refreshToken();
   
   return credential;

 The refresh token is retrieved with no errors (I can't tell though whether 
 it's indeed the correct refresh token).

 With this refresh token I'm running the following code to retrieve the 
 campaign:
   
AdWordsSession session = new AdWordsSession.Builder()
  .withDeveloperToken(DEVELOPER_TOKEN_OF_PROD_MCC_ACCOUNT)
  .withUserAgent(PROJECT_ID_IN_TEST_MCC_ACCOUNT)
  .withOAuth2Credential(credential)
  .build();

   AdWordsServices adWordsServices = new AdWordsServices();
   
   CampaignServiceInterface campaignService = 
 adWordsServices.get(session, CampaignServiceInterface.class);

   // Create selector.
   Selector selector = new Selector();
   selector.setFields(new String[] {Id, Name});

   // Get all campaigns.
   CampaignPage page = campaignService.get(selector);

 The last line, however throws the exception which I've mentioned:

 Exception in thread main AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode: 
  faultString: [AuthenticationError.NOT_ADS_USER @ ; trigger:'lt;nullgt;']
  faultActor: 
  faultNode: 
  faultDetail: 
 {https://adwords.google.com/api/adwords/cm/v201506}ApiExceptionFault:message[AuthenticationError.NOT_ADS_USER
  
 @ ; 
 trigger:'lt;nullgt;']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=AuthenticationErrorfieldPath/triggerlt;nullgt;/triggererrorStringAuthenticationError.NOT_ADS_USER/errorStringApiError.TypeAuthenticationError/ApiError.TypereasonNOT_ADS_USER/reason/errors

 [AuthenticationError.NOT_ADS_USER @ ; trigger:'null']

 One variation which I have tried is to create a third AdWords account, 
 which has an email address (test_adwords_em...@domain.com) associated to 
 it, link it under the test MCC Account, and change the code which creates 
 the credential to include the call to setServiceAccountUser(
 test_adwords_em...@domain.com). In this case the call to 
 credential.refreshToken() fails with an error message 401 Unauthorized. 
 I've also tried using setServiceAccountUser(test_mcc_em...@domain.com).

 I'm not sure what the problem might be, whether there's an issue with the 
 way the account hierarchy is 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-13 Thread Danial Klimkin
Добрый день,


Вы пробовали использовать ExtensionSetting services?

  https://developers.google.com/adwords/api/docs/guides/extension-settings

Это значительно упрощает работу с Feeds.

По примерам, доступны примеры кода для каждый из библиотек:

  https://developers.google.com/adwords/api/docs/clientlibraries


-Danial, AdWords API Team.



On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



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

Re: Video Ads - How to pull metrics from Adwords API.

2015-08-13 Thread Danial Klimkin
Hello Justin,


We have no updates at the moment.


-Danial, AdWords API Team.


On Monday, August 3, 2015 at 4:09:31 PM UTC+2, Justin Coon wrote:

 Any updates on this?

 On Thursday, July 2, 2015 at 6:11:31 AM UTC-5, Danial Klimkin wrote:

 Hello Zweitze,


 We don't plan to change this behavior for the released API versions.


 -Danial, AdWords API Team.


 On Tuesday, June 30, 2015 at 3:04:46 PM UTC+2, Zweitze wrote:

 Thank you Chip!
 I can confirm it works for me. And you don't need to know the name of 
 the Youtube campaign: leave out the filter and you get all campaigns - 
 online and video campaigns. I also noticed you get the video campaigns when 
 IncludeZeroImpressions is set to True.

 Can someone from Adwords API team confirm that this behaviour is 
 intended?

 Note that BUDGET_PERFORMANCE_REPORT does *not* support a date column. 
 That's OK for me, I just download hundreds of reports of one day each. But 
 Google may not like this too much, and change its behaviour...

 Any thoughts?



 On Monday, June 29, 2015 at 2:39:59 PM UTC+2, Chip wrote:

 I've found that you can *kind of* do this by querying the Budget 
 Performance Report API. Some more details are here: 
 http://goo.gl/gKoU6h. You'll notice that you have change the column 
 names:

 Impressions  Views
 Clicks  View Rate
 AverageCpc  Cost Per View
 Cost  Cost
 Converted Clicks  Converted Clicks
 View Through Conversions  View Through Conversions

 Unfortunately it doesn't give you any more specific information than 
 those metrics.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0221c21a-eb5a-45f9-b650-8c84c5b8c241%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-13 Thread Danial Klimkin
Добрый день,


Пришлите, пожалуйста, полный лог запроса на создание и полный ответ сервера 
по email (Reply to author справа).

Если не было ошибки, поля должны использоваться.


-Даниил.


On Thursday, August 13, 2015 at 3:51:26 PM UTC+2, Kio Mat wrote:

 Добрый день! Не пробовал.
 Просто так нужно будет много всего переписывать, хотелось бы минимальными 
 трудозатратами переделать старый механизм, ане переределывать все что 
 касается доп. ссылок.
 просто обновился АПИ и перестал работать запрос, как я писал выше.
 Мне нужно просто помощь как правильно его поправить, чтоб он работал с 
 новым АПИ.

 четверг, 13 августа 2015 г., 13:28:50 UTC+3 пользователь Danial Klimkin 
 написал:

 Добрый день,


 Вы пробовали использовать ExtensionSetting services?

   
 https://developers.google.com/adwords/api/docs/guides/extension-settings

 Это значительно упрощает работу с Feeds.

 По примерам, доступны примеры кода для каждый из библиотек:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.



 On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google

Re: ETA on AdGroup Platform Target Report?

2015-07-20 Thread Danial Klimkin
Hi Matt,


Thanks for checking in. Unfortunately no news at the moment but I'll make 
sure we review it again.


-Danial, AdWords API Team.


On Thursday, July 16, 2015 at 8:48:10 PM UTC+2, Matt Linscott wrote:

 Danial,

 Is there any update on this? I know you said you can't commit on any 
 feature before an actual release, but there have been at least four major 
 API releases since this feature was requested, and this functionality is 
 still missing. 

 On Friday, January 24, 2014 at 2:01:55 AM UTC-8, Danial Klimkin wrote:

 Hello Matt,


 Unfortunately we can't commit on any feature or timeline before an actual 
 release. I'll make sure this feature request is logged though.


 -Danial, AdWords API Team.


 On Wednesday, January 22, 2014 12:38:07 AM UTC+4, Matt Linscott wrote:

 We really need a more efficient way of fetching the mobile bid modifiers 
 at the ad group level for an entire account. It's been four months since 
 the last major release (v201309) of the adwords API so I'm hoping to see a 
 new library version any time now, but will it have the AdGroup Platform 
 Target report type so we can bulk download bid modifiers?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a4fa2a6c-40a2-4770-a8f4-a1566188b505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reading removed ads using API

2015-07-16 Thread Danial Klimkin
Hello Denis,


Sorry, the value is still DISABLED for ads. Please always refer to the 
documentation for precise enum values:

  
https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.AdGroupAd#status


-Danial, AdWords API Team.


On Wednesday, July 15, 2015 at 5:56:00 PM UTC+2, Denis Terletskiy wrote:

 Hello Danial,

 I have tried that but it throws the following 
 exception: {[SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; 
 trigger:'REMOVED']}

 Here is the piece of code:

 var service = (AdGroupAdService)user.GetService(
 AdWordsService.v201502.AdGroupAdService);

 var selector = new Selector
 {
 fields = new[] { AdGroupId, Id, Url },
 predicates = new[]
 { 
 new Predicate
 {
 field = Status,
 @operator = PredicateOperator.IN,
 values = new []{ REMOVED }
 },
 //new Predicate
 //{
 //field = Id,
 //@operator = PredicateOperator.IN,
 //values = adDatas.Select(a = 
 a.Id.ToString()).ToArray()
 //}
 }
 };
 
 page = service.get(selector);

 On Wednesday, July 15, 2015 at 5:04:26 PM UTC+3, Danial Klimkin wrote:

 Hello Denis,


 Yes, you can retrieve delete ads provided they had non-zero stats. For 
 that, you need to explicitly specify a predicate of status = REMOVED in 
 your get request.

 Ads with zero stats are completely deleted on removal and can no longer 
 be obtained.


 -Danial, AdWords API Team.


 On Tuesday, July 14, 2015 at 5:06:41 PM UTC+2, Denis Terletskiy wrote:

 Hi!

 I would like to restore (recreate) some removed Image Ads because during 
 adding them I had got exception NullError.NULL_CONTENT for ad.image.data 
 field. I have removed ads Ids, AdGroupIds. Is it possible to read that ads 
 via API, or, at least, Images of those ads so I can create new ads?

 Thank you!

 Kind regards,
 Denis

 P.S. I have already posted similar question, but have not found it in 
 the list. Probably I lost it somehow. In case you saw it, sorry for the 
 second attempt



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5e2553e8-371e-414c-afa1-bc02e128aeac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Danial Klimkin
Hello Jeffrey,


Let's go over every error you've encountered:

AuthenticationError.NOT_ADS_USER means you've authorized with a non-AdWords 
account. E.g. your private gmail account that don't have AdWords account 
created.
ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH means you are 
trying to run a report against an MCC account. Reports can only be executed 
against advertiser (non-MCC) accounts.
AuthorizationError.USER_PERMISSION_DENIED means your OAuth credentials 
don't match clientCustomerId you specify. Basically, login you are using 
doesn't have access to the account you are trying to touch.

BTW, this is covered here:

  https://developers.google.com/adwords/api/docs/common-errors

So, for your case you need to re-do the OAuth flow (generate new refresh 
token) making sure you are logged in under a proper account. This should be 
either you production MCC login (for prod) or test MCC login (for test). 
Next, set clientCustomerId to the target non-MCC account. This account 
needs to be either under prod or test MCC (make sure it matches to what 
you've authorized with).


-Danial, AdWords API Team.



On Wednesday, July 15, 2015 at 2:54:46 AM UTC+2, Jeffrey Lee wrote:

 I realize that for this sample Rails app, when I click Proceed at the 
 home page, it asks me to login with my Gmail account. I know this will 
 sound silly, but I thought the account doesn't matter. It turns out when 
 I logged in with a Gmail account that has a production MCC account, the 
 error goes away, although I get a different error now instead. I get:

 ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

 I then read that the account I selected can't be a production MCC ID, 
 which makes sense because the link says Enter Test Account ID. However 
 after I created my MCC Test Account, using an email that isn't tied to the 
 production MCC account, I try to retrieve a report again and I get this 
 now: 

 AuthorizationError.USER_PERMISSION_DENIED

 Can anyone help me out and tell me what I am doing wrong. To reiterate, 
 with this sample rails app, I am logged in using the gmail account 
 associated with the production MCC account. The account ID I entered in 
 after clicking the Enter Test Account ID is the ID from the test MCC 
 account. My oauth2_client_id, oauth2_client_secret, and developer_token are 
 created by the gmail account associated with the production MCC account and 
 assigned in the adwords_api.yml file as so. The client_customer_id in the 
 adwords_api.yml file is assigned to the customer id of the production MCC 
 account. I have also bumped the google-adwords-api gem's version to 0.15.2. 

 Is there something wrong with my set up? I just want to generate a report. 
 I don't need it automated. I just want to generate it this one time only.

 On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote:

 So I downloaded the sample rails app here: 
 https://developers.google.com/adwords/api/docs/clientlibraries

 I got it running, but when I click on the List Accounts link I get this 
 stack trace:


 NoMethodError - undefined method `[]=' for nil:NilClass:

   google-ads-common (0.9.9) lib/ads_common/credential_handler.rb:65:in 
 `set_credential'

   app/controllers/application_controller.rb:50:in `create_adwords_api'

   app/controllers/application_controller.rb:36:in `get_adwords_api'

   app/controllers/account_controller.rb:18:in `get_accounts_graph'

   app/controllers/account_controller.rb:5:in `index'


 I have my developer_token, client_customer_id, oauth2_client_id, 
 and oauth2_client_secret. I don't know why I am getting this issue. Does 
 anyone have any ideas? Everything in my token had a value except the 
 id_token key.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2eac19bb-d9a2-48a1-9849-f7393fa09524%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reading removed ads using API

2015-07-15 Thread Danial Klimkin
Hello Denis,


Yes, you can retrieve delete ads provided they had non-zero stats. For 
that, you need to explicitly specify a predicate of status = REMOVED in 
your get request.

Ads with zero stats are completely deleted on removal and can no longer be 
obtained.


-Danial, AdWords API Team.


On Tuesday, July 14, 2015 at 5:06:41 PM UTC+2, Denis Terletskiy wrote:

 Hi!

 I would like to restore (recreate) some removed Image Ads because during 
 adding them I had got exception NullError.NULL_CONTENT for ad.image.data 
 field. I have removed ads Ids, AdGroupIds. Is it possible to read that ads 
 via API, or, at least, Images of those ads so I can create new ads?

 Thank you!

 Kind regards,
 Denis

 P.S. I have already posted similar question, but have not found it in the 
 list. Probably I lost it somehow. In case you saw it, sorry for the second 
 attempt


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/235ea320-4035-4d78-9263-32ca0abf9f60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test -- ignore

2015-07-14 Thread Danial Klimkin
test

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a4257d64-fcc1-4371-bc5c-480ef2cdb774%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: User Permission Denied for Test MCC

2015-07-08 Thread Danial Klimkin
Hello Paulo,


This error means you are trying to add a campaign under an MCC account. 
Please make sure you send an advertiser account ID in the clientCustomerId 
field.

The OAuth token can be of an MCC account.


-Danial, AdWords API Team.


On Wednesday, July 8, 2015 at 3:00:42 PM UTC+2, PAULO JOSE Castro wrote:

 Having an ADD_OPERATION_NOT_PERMITTED error too

 On Friday, February 6, 2015 at 7:36:02 AM UTC+8, Jon Weinstock wrote:

 Hi Adwords,

 I created a production MCC with an account under email address A. I 
 requested a developer token under this account.

 I created a test MCC with multiple accounts under email address B. 

 I authorized B through the Google Developer's Console and used the client 
 id and secret to generate a refresh token. Unfortunately when I try to 
 access any API operation I'm getting a User Permission Denied. Can you 
 advise? 

 Thank You



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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/1461fb7b-f4fc-48a4-a230-ce680f70a979%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Final and Destination URLs - how to proceed

2015-07-03 Thread Danial Klimkin
Hello,


As per the blog post, the destination will become read only any time after 
July 1st. This guarantees that is it not read only before July 1st.

It is not allowed to send both final urls and destination url at the same 
time. If you prefer to wait until after migration, you'll need to check if 
the ad was migrated, or, handle this error. You can also use validateOnly 
flag for your updates to see if an error occurs without actually making any 
changes to the object.


-Danial, AdWords API Team.



On Friday, July 3, 2015 at 4:26:24 PM UTC+2, veseo wrote:

 Hello, 

 I'm currently trying to figure out how to proceed with the migration of 
 Destination URLs to Final URLs (yeah, I know it's a bit late to think of 
 it, but my previous plan had a major flaw that was only discovered a few 
 days ago, so a rewrite is now needed). The problem is that we have quite a 
 few clients and manually migrating them to the new format (with final URLs) 
 will take lots of credits, so that's only a worst case solution. Here's 
 what's not really clear to me:

 - Starting from July 1st, destination URLs will not be mutable (even 
 though I can still create keywords with destination URLs, how's that 
 possible?) via the API and we need to set final URLs instead. Okay, but if 
 I just set final URL instead of destination URL, I get the dreaded 
 *CANNOT_SET_BOTH_DESTINATION_URL_AND_FINAL_URLS* error. Let's say that I 
 have to keep in my database whether the current criterion/ad has a 
 destination url or a final url (even though it sounds quite an ugly 
 solution) and send the correct one, based on that logic. However, what 
 happens when the automatic upgrade migrates the criterion/ad to the new 
 format? Do I need to sync periodically, just to see which entities have 
 already been migrated and which ones are yet to be migrated?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bffaefc4-c72c-47db-b40e-c879767f5d9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Do i need to encrypt user data in Reporting level access ?

2015-07-03 Thread Danial Klimkin
Hello Vineet,


I don't think it is listed as a requirement for using the API.


-Danial, AdWords API Team.


On Friday, July 3, 2015 at 11:44:05 AM UTC+2, vin...@optinidus.com wrote:


 Hi, 

 I've Reporting level access for AdWords API. When a Customer links her 
 AdWords account , is it mandatory for us to store the data in encrypted 
 format ? If yes, can you please share the link. 

 Thanks,
 Vineet 




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0dd4901c-b90a-421f-bc17-053befe85080%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Renamed status fields in reporting.

2015-07-03 Thread Danial Klimkin
Hello Filip,


The difference here was that for Campaign and Ad Group status fields we had 
*both* Status and CampaignStatus historically available in the same 
report. Those were effectively the same field in campaign performance 
report. To de-duplicate them we needed to remove one and decided to remove 
Status and to keep CampaignStatus as more specific. Users who used 
CampaignStatus field before didn't need to make any changes. Similarly, 
with AdGroup.

For Ad, there was no duplication. As such, we decided not to rename it from 
Status to AdStatus as this will break every user with no real benefit.


-Danial, AdWords API Team.




On Friday, July 3, 2015 at 10:31:05 AM UTC+2, Filip Holmberg wrote:

 Could someone explain the logic behind the renamed status field in 
 reporting. Why is campaign and adgroup status fields only renamed, not ad 
 statuses for example? This is quite confusing so I guess I have missed 
 something. 

 Campaign = CampaignStatus
 AdGroup = AdGroupStatus
 Ad = Status

 Even the docs are a bit conflicting? 
 Grabbed from the ad performance report Status field.
 The status of the main object in this row. For example, in a Campaign 
 Performance Report this will be the status of each row's Campaign. In an Ad 
 Group Performance Report this will be the status of each row's AdGroup.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0557acb2-f0dc-4c62-94f3-94a0cb7dabf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RMF R.140 question

2015-07-02 Thread Danial Klimkin
Hello Tiana,


This is the change we introduced with v201506. This report is no longer 
required by RMF.


-Danial, AdWords API Team.


On Thursday, July 2, 2015 at 12:32:54 PM UTC+2, Tiana S. wrote:

 Hi all,

 We got an email about a new RMF (Required Minimum Functionality) review 
 coming up.
 One of the report types that is asked of us in the email is R.140 Paid 
 Organic Query, but in the documentation there is no R.140. It goes straight 
 from R.130 to R.150. 

 Where can I find information on what is required for R.140?

 Thanks,
 Tiana


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bca9d0d2-86aa-4e29-a218-962f72d81071%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need to add a large number of ads - hitting Rate Exceeded error

2015-07-02 Thread Danial Klimkin
Hello Chris,


As announced this limits affects every API user and can't be adjusted 
unfortunately. This is unavoidable as we see a very large spike of new ad 
submissions in the last few days.

Please schedule your jobs to run in smaller chunks to be uploaded over 
several days. Note, this is a temporary limit we expect to lift in several 
weeks.


-Danial, AdWords API Team.


On Thursday, July 2, 2015 at 12:58:37 AM UTC+2, Chris Allan wrote:

 Hi Guys,

 We are running into an issue with trying to create a large number of new 
 ads, due to the temporary restriction described here 
 http://googleadsdeveloper.blogspot.com/2015/06/temporary-limits-on-ad-uploads-in.html

 Is it possible for us to discuss how we can address this problem for this 
 specific account we want to create the new ads for?

 Cheers,

 Chris


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f091844c-9dcc-4654-b010-0466f602b0e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I use Adwords editor to transfer information from one campaign account to another, new campaign account?

2015-07-02 Thread Danial Klimkin
Hello,


This forum is for questions regarding AdWords API only. Unfortunately we 
can't help with questions regarding AdWords Editor. Please check on this 
forum instead:

  https://www.en.adwords-community.com/


-Danial, AdWords API Team.


On Thursday, July 2, 2015 at 12:59:00 PM UTC+2, themuralgar...@yahoo.com 
wrote:

 After multiple attempts to get some guidance on what I was told by Google 
 was simple, I remain frustrated and without a solution.
 I had an old existing Adwords campaign account and I wanted to transfer 
 all the campaign information to the new Adwords campaign account.
 Google support tells me that they are not familiar in using Adwords Editor 
 and that I should ask in the forum.
 I have both the Adwords Editor up as well as the accounts manager.
 If anyone knows how to do it or if I was given false information,  please 
 advise.
 Thank you
  



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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/19b65b87-45c8-4d91-89c2-1330ee63fbf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Ads - How to pull metrics from Adwords API.

2015-07-02 Thread Danial Klimkin
Hello Zweitze,


We don't plan to change this behavior for the released API versions.


-Danial, AdWords API Team.


On Tuesday, June 30, 2015 at 3:04:46 PM UTC+2, Zweitze wrote:

 Thank you Chip!
 I can confirm it works for me. And you don't need to know the name of the 
 Youtube campaign: leave out the filter and you get all campaigns - online 
 and video campaigns. I also noticed you get the video campaigns when 
 IncludeZeroImpressions is set to True.

 Can someone from Adwords API team confirm that this behaviour is intended?

 Note that BUDGET_PERFORMANCE_REPORT does *not* support a date column. 
 That's OK for me, I just download hundreds of reports of one day each. But 
 Google may not like this too much, and change its behaviour...

 Any thoughts?



 On Monday, June 29, 2015 at 2:39:59 PM UTC+2, Chip wrote:

 I've found that you can *kind of* do this by querying the Budget 
 Performance Report API. Some more details are here: http://goo.gl/gKoU6h. 
 You'll notice that you have change the column names:

 Impressions  Views
 Clicks  View Rate
 AverageCpc  Cost Per View
 Cost  Cost
 Converted Clicks  Converted Clicks
 View Through Conversions  View Through Conversions

 Unfortunately it doesn't give you any more specific information than 
 those metrics.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ebd608dc-bba9-4fec-bc91-c1f65ebcfefd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Your client does not have permission to get URL code/api/adwords/mc/v201502/CustomerService/code from this server.

2015-07-01 Thread Danial Klimkin
Hello Nick,


Any chance you have adwords.google.com IP address hardcoded in /etc/hosts 
or on a local DNS server?


-Danial, AdWords API Team.


On Wednesday, July 1, 2015 at 11:55:42 AM UTC+2, nick cuper wrote:

 traceroute
 traceroute to adwords.google.com (173.194.67.102), 30 hops max, 60 byte 
 packets
  1  web35.default-host.net (185.25.117.206)  0.097 ms  0.085 ms  0.079 ms
  2  gw-116-25-185.ukraine.com.ua (185.25.116.1)  0.408 ms  0.404 ms  0.401 
 ms
  3  google-ix.giganet.ua (91.245.221.69)  0.561 ms  0.561 ms  0.556 ms
  4  209.85.245.223 (209.85.245.223)  27.929 ms  27.973 ms  28.018 ms
  5  72.14.234.237 (72.14.234.237)  27.709 ms  27.698 ms  27.769 ms
  6  216.239.41.137 (216.239.41.137)  34.712 ms 209.85.248.128 (209.85.
 248.128)  31.013 ms 216.239.41.137 (216.239.41.137)  34.836 ms
  7  74.125.37.150 (74.125.37.150)  34.826 ms 74.125.37.156 (74.125.37.156) 
  44.692 ms 74.125.37.150 (74.125.37.150)  34.835 ms
  8  72.14.239.248 (72.14.239.248)  34.404 ms 216.239.47.83 (216.239.47.83) 
  34.278 ms 72.14.239.248 (72.14.239.248)  34.399 ms
  9  * * *
 10  wi-in-f102.1e100.net (173.194.67.102)  34.372 ms  34.362 ms  34.356 ms



 On Monday, June 22, 2015 at 5:07:55 PM UTC+3, Anthony Madrigal wrote:

 Hey,

 Could you try to see if you can access that link through your browser?

 Also, could you try to run *traceroute adwords.google.com 
 http://adwords.google.com *from the command line and see if that 
 succeeds?

 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/2eb253f9-c114-42fb-b79c-d2560e6274ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: get keyword match Type in v201306 using targeting idea service

2015-06-30 Thread Danial Klimkin
Hello Eric,


You are responding to a 2 years old thread. I am closing it to avoid spam 
of the original topic participants.

Please start a new thread describing your issue.


-Danial, AdWords API Team.


On Monday, June 29, 2015 at 5:27:55 PM UTC+2, Eric Berry wrote:

 I have tried this with API v201502 and it doesn't return some keyword 
 results.

 Here's a screenshot: 
 https://www.evernote.com/l/AAPq0lUVkUFHTIs-cf7aP870j61c2ECRJxcB/image.png

 The results set are showing 3 results, but my API call only returns 2 (the 
 ones with monthly searches).

 Here's my code for the selector options:

 selector = {
   :idea_type = 'KEYWORD',
   :request_type = 'STATS',
   :requested_attribute_types = %w(KEYWORD_TEXT SEARCH_VOLUME 
 TARGETED_MONTHLY_SEARCHES COMPETITION AVERAGE_CPC 
 CATEGORY_PRODUCTS_AND_SERVICES),
   :search_parameters = [
 {
   :xsi_type = 'RelatedToQuerySearchParameter',
   :queries = _keywords
 },
 {
   :xsi_type = 'IdeaTextFilterSearchParameter',
   :included = _keywords
 },
 {
   :xsi_type = 'LanguageSearchParameter',
   :languages = [{:id = 1000}] # English
 },
 {
   :xsi_type = 'LocationSearchParameter',
   :locations = [
 {:id = 
 ZipCode::US_STATES[state_keyword_report.state][:location_id]}
   ]
 },
 {
   :xsi_type = 'NetworkSearchParameter',
   :network_setting = {
 :target_google_search = state_keyword_report.target_google_search,
 :target_search_network = 
 state_keyword_report.target_search_network,
 # :target_content_network = false, 
 #state_keyword_report.target_content_network,
 :target_partner_search_network = 
 state_keyword_report.target_partner_search_network
   }
 },
 {
   :xsi_type = 'ExcludedKeywordSearchParameter',
   :keywords = negative_keywords
 },
   ],
   :paging = {
 :start_index = 0,
 :number_results = PAGE_SIZE
   }
 }

 Am I missing something in order to get the 'possible' keywords?

 Thanks!



 On Wednesday, November 20, 2013 at 5:27:26 AM UTC-7, Danial Klimkin wrote:

 Hello Ismail,


 Now I understand the question, in order to make an API request with this 
 option enabled, you need to send both RelatedToQuerySearchParameter and 
 IdeaTextFilterSearchParameter parameters:

   RelatedToQuerySearchParameter, queries = keyword1, keyword2, ...
   IdeaTextFilterSearchParameter, included = keyword1, keyword2, ...


 -Danial, AdWords API Team.


 On Monday, November 18, 2013 4:12:53 PM UTC+4, Ismail Ansari wrote:

 Hi,

 look at the screenshot i want to get keywords ideas related to my search 
 query how can i implement this using adwords api php.
 currently i'm using targeting idea service but don't know how to achieve 
 this

 my sample code is :

  $keyword = $search_params['keyword'];
  
   // Create selector.
   $selector = new TargetingIdeaSelector();
   $selector-requestType = 'IDEAS';
   $selector-ideaType = 'KEYWORD';
   $selector-requestedAttributeTypes = array('KEYWORD_TEXT', 
 'SEARCH_VOLUME'
   ,'AVERAGE_CPC','COMPETITION'); //'TARGETED_MONTHLY_SEARCHES'

   
   $languageParameter = new LanguageSearchParameter();
   $english = new Language();
   $english-id = $search_params['language'];
   $languageParameter-languages = array($english);
   
   $locationParameter = new LocationSearchParameter();
   $location = new Location();
   $location-id = $search_params['country'];
   $locationParameter-locations = array($location);
   

   $relatedToQuerySearchParameter = new RelatedToQuerySearchParameter();
   $relatedToQuerySearchParameter-queries = array($keyword);
   $selector-searchParameters[] = $relatedToQuerySearchParameter;
   $selector-searchParameters[] = $languageParameter;
   $selector-searchParameters[] = $locationParameter;

 $paging = new Paging();
 $paging-startIndex = 0;
 $paging-numberResults = 50;
 $selector-paging = $paging;

  
 // Make the get request.
 $page = $targetingIdeaService-get($selector);


 https://lh4.googleusercontent.com/-hZbGv1tJEw4/UooCa_z6srI/AAk/LpIG4hTzoYw/s1600/sample-keyword.png



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

Re: Will destination urls work after July 1?

2015-06-30 Thread Danial Klimkin
Hello,


Mostly (3), but only for the ads that were not auto-migrated for some 
reason. The auto-migrated ads will continue serving without interruption.


-Danial, AdWords API Team.


On Tuesday, June 30, 2015 at 11:19:32 AM UTC+2, Eternal Fool wrote:

 *We would like to remind you that as previously announced 
 http://adwords.blogspot.com/2015/02/get-faster-and-easier-url-tracking-with.html,
  
 destination URL fields in AdWords will become read-only on July 1, 2015. 
 Starting on that date, we will also begin upgrading your URLs (if eligible) 
 to the newUpgraded URLs 
 https://support.google.com/adwords/answer/6049217 structure.*

 How will ads having ineligible destination urls be affected?

 Will they

 1. Stop working immediately.
 2. Stop working after google's upgrade process is over
 3. Stop working after destination url is deprecated (Could not find a date 
 for this)
 4. None of these.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a966d1db-4ee7-4a3a-8688-053b93ae44b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Will destination urls work after July 1?

2015-06-30 Thread Danial Klimkin
Hello Alexander,


To confirm, yes, it's (3). We don't have a date set yet, this will be 
announced once the auto-migration is finished.


-Danial, AdWords API Team.


On Tuesday, June 30, 2015 at 3:13:58 PM UTC+2, Alexander Nitschke wrote:

 Hello,

 I'd like to point out that this thread is specifically about *ineligible 
 destination urls* (which also is the only interesting use case here).

 So I really doubt your answer as the but only part should be the total 
 part of the question, no? So Mostly (3) should be All (3), or? Or does 
 the auto-migration also cover some variants of ineligible destination urls?

 And yes, I also very much would like to know when this will be the case.

 Best wishes,
 Alexander

 Am Dienstag, 30. Juni 2015 12:54:03 UTC+2 schrieb Danial Klimkin:

 Hello,


 Mostly (3), but only for the ads that were not auto-migrated for some 
 reason. The auto-migrated ads will continue serving without interruption.


 -Danial, AdWords API Team.


 On Tuesday, June 30, 2015 at 11:19:32 AM UTC+2, Eternal Fool wrote:

 *We would like to remind you that as previously announced 
 http://adwords.blogspot.com/2015/02/get-faster-and-easier-url-tracking-with.html,
  
 destination URL fields in AdWords will become read-only on July 1, 2015. 
 Starting on that date, we will also begin upgrading your URLs (if eligible) 
 to the newUpgraded URLs 
 https://support.google.com/adwords/answer/6049217 structure.*

 How will ads having ineligible destination urls be affected?

 Will they

 1. Stop working immediately.
 2. Stop working after google's upgrade process is over
 3. Stop working after destination url is deprecated (Could not find a 
 date for this)
 4. None of these.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fa40117c-d30c-42ba-82b2-251f92c740f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limit Api Access to a spefic account

2015-06-29 Thread Danial Klimkin
Hello Miniera,


The developer token or client ID doesn't restrict the accounts you can 
access, only the OAuth credentials do.

You need to create a login X and grant it the access to only account you 
want to grant access to (not the MCC). Then generate a refresh token for 
this login.
Any application using the API with refresh token of X will now only be able 
to access this account.


-Danial, AdWords API Team.

On Monday, June 29, 2015 at 9:01:19 AM UTC+2, miniera...@gmail.com wrote:


 Hi Danial,
 Let me check if I ve understood.

 I have an account A with an MCC and many adWords account B, C and D 
 associated to this MCC (and account A)
 Our Development token is associated to the account A.

 So, as far as I understood from your response.

 I can create an account X associated to the account B for example, going 
 to the developers home, creating a client ID.
 Within the all the request I will use client id from account X but Api 
 developer token from the account X.

 Am I correct?
 Thanks for all the helpyou can provide me.

 Miniera





 Il giorno venerdì 26 giugno 2015 13:45:14 UTC+2, Danial Klimkin ha scritto:

 Hello Miniera,


 You can create a new google account (e.g. gmail account) and add it to 
 the access list of this specific AdWords account.

 Then use this gmail account to generate OAuth credentials for the 
 application.


 -Danial, AdWords API Team.



 On Friday, June 26, 2015 at 12:20:53 AM UTC+2, minie...@gmail.com wrote:

 Dear users,

 I'm facing a nice problem: we have an MCC with many internal accounts 
 (one for product) and I would like to limit a specific Client ID to a 
 specific AdWord account.

 What's your suggestion for this kind of problem? Is there any available 
 solution?

 Many thanks in advance for every account.

 Miniera



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/24eaf753-ff29-44f1-ae41-cca510096f5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Announcing v201506 of the AdWords API

2015-06-29 Thread Danial Klimkin
Today we're announcing the release of AdWords API v201506. Here are the 
highlights:

   - *Location extensions within a geographic area* is now configurable 
   through the API, which in previous versions was a read-only feature 
   
http://googleadsdeveloper.blogspot.com/2015/04/check-forward-compatibility-map-before.html
   . LocationGroups 
   
https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.LocationGroups
 provides 
   a feedId that is now required when specifying a LocationExtensionOperand 
   
https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.LocationExtensionOperand
 in 
   the matching function. 
   
https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.LocationGroups#matchingFunction
   - *Updates to reporting.* Gmail Sponsored Promotion stats are now 
   available in reporting. We’ve added new columns to existing reports, 
   including the Final Url column to the Search Query report and start and end 
   dates to Campaign Performance report. See the release notes 
   https://developers.google.com/adwords/api/docs/reference/#v201506 for 
   the complete list.
   - *Improved ConstantDataService.* CriterionUserInterest 
   
https://developers.google.com/adwords/api/docs/reference/v201506/ConstantDataService.CriterionUserInterest
 objects 
   now have a new parent ID attribute that allows for navigation of the user 
   interest taxonomy hierarchy.
   - *AWQL improvements.* You can now explicitly include 
   
https://developers.google.com/adwords/api/docs/guides/zero-impression-reports#explicitly_including_zero_impressions
or exclude 
   
https://developers.google.com/adwords/api/docs/guides/zero-impression-reports#set_includezeroimpressions_http_header_to_false
 zero 
   impression rows whenrequesting reports using AWQL 
   https://developers.google.com/adwords/api/docs/guides/awql#adhoc-reports. 
   Also, the DURING clause became optional when defining ALL_TIME reports. 
Shared 
   set services 
   https://developers.google.com/adwords/api/docs/guides/shared-sets were 
   extended with the AWQL query() method. 
   - *Improvement to labels.* You can now programmatically set label 
   descriptions and colors 
   
https://developers.google.com/adwords/api/docs/reference/v201506/LabelService.Label#attribute
 using 
   the API.

If you're using v201409 of the AdWords API, please note that it's being 
sunset https://developers.google.com/adwords/api/docs/sunset-dates on 
July 28th, 2015. We encourage you to skip v201502 and migrate straight to 
v201506. If you're using v201502, be aware it's now marked deprecated and 
will be sunset on *November 5th, 2015*.

As with every new version of the AdWords API, we encourage you to carefully 
review all changes in the release notes 
https://developers.google.com/adwords/api/docs/reference/#v201506 and the 
v201506 
migration guide 
https://developers.google.com/adwords/api/docs/guides/migration/v201506. 
The updated client libraries 
https://developers.google.com/adwords/api/docs/clientlibraries and code 
examples will be published shortly. With this release, we've also updated 
the Required Minimum Functionality document 
https://developers.google.com/adwords/api/docs/requirements to include 
some of the newly added features. If you have any questions or need help 
with migration, please post on the forum 
https://developers.google.com/adwords/api/community/ or the Ads 
Developers Plus Page https://plus.google.com/+GoogleAdsDevelopers. 
https://plus.google.com/u/0/116761214452114671837/posts - Danial Klimkin 
https://plus.google.com/u/0/116761214452114671837/posts, on behalf of 
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/7319b0cc-fc7e-4613-ad01-94c0d4b95cb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Limit Api Access to a spefic account

2015-06-26 Thread Danial Klimkin
Hello Miniera,


You can create a new google account (e.g. gmail account) and add it to the 
access list of this specific AdWords account.

Then use this gmail account to generate OAuth credentials for the 
application.


-Danial, AdWords API Team.



On Friday, June 26, 2015 at 12:20:53 AM UTC+2, miniera...@gmail.com wrote:

 Dear users,

 I'm facing a nice problem: we have an MCC with many internal accounts (one 
 for product) and I would like to limit a specific Client ID to a specific 
 AdWord account.

 What's your suggestion for this kind of problem? Is there any available 
 solution?

 Many thanks in advance for every account.

 Miniera


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ab96d96b-0705-4c29-b119-31f4df6205fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Waiting period to get final performance report for month

2015-06-26 Thread Danial Klimkin
Hello Daniel,


It's 72 hours after the date. You can consider pulling information sooner 
and refreshing it on 4th.


-Danial, AdWords API Team.


On Friday, June 26, 2015 at 1:34:57 PM UTC+2, Daniel Gonçalves wrote:

 I know it's not possible to get the Billing data from the Api but trying 
 to get to the closest values using the performance reports.

 If i'm trying to get the performance data for the previous month, how many 
 days should I wait until the data for that month is final?
 Don't care on adjustments that would be considered billing adjustments for 
 the next month, just for that specific month.

 We currently pull data on the 4th, but there are clients who want to 
 reconcile against the data sooner, and i'm trying to make sure we get them 
 the right data.

 Thank you


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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/bea49a20-403a-41d2-9cc0-682cc1976d28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where to find info on AD_FORMAT_NOT_SPECIFIED error?

2015-06-26 Thread Danial Klimkin
Hello Joe,


This thread is two years old and in fact Takeshi has moved to a different 
team by now.

Please start a new thread on the forum, including your request and response 
code (please make sure to remove sensitive information such as developer 
token). Our team will follow up on the issue.


-Danial, AdWords API Team.


On Wednesday, June 24, 2015 at 11:36:08 AM UTC+2, Joe Heald wrote:

 Takeshi,

 I am experiencing very similar errors, which I cannot find an explanation 
 for in the API docs. Below are the errors I am receiving...

 AdError.AD_FORMAT_NOT_SPECIFIED @ operations[0].operand.ad.adFormat
 AdError.INVALID_INPUT @ operations[0].operand.ad.ddFeeds

 I am trying to create a new AdGroupAd, of the TemplateAd type. However, I 
 am attempting to use a custom TemplateAd ID, 416. I have created the ad 
 template 416 manually in the adwords admin panel, but I would love to use 
 this template structure to create new ads through the API. Is this not 
 possible. If needed, I can post the full SOAP XML that I am attempting, and 
 post the full response that I am receiving. Thanks in advance for any help 
 you can offer.

 -Joe



 On Monday, September 2, 2013 at 8:52:57 AM UTC-4, Takeshi Hagikura 
 (AdWords API Team) wrote:

 Hi Sam,

 It's not the expected behavior. 
 The fix will be applied anytime soon.

 Best,
 - Takeshi, AdWords API Team

 On Friday, August 23, 2013 1:41:17 AM UTC+9, Sam wrote:

 Hi Takeshi,

 If it is an expected behavior, I'd very much appreciate if you can provide 
 guidance on how/where to set the AD_FORMAT.  Can't seem find it anywhere in 
 the API.

 Regards,
 Sam

 On Wednesday, August 21, 2013 11:57:14 PM UTC-6, Takeshi Hagikura (AdWords 
 API Team) wrote:

 Hi, 

 Thanks for the xml logs. 
 I'm confirming the behavior if it's expected. 
 I'll update the thread.

 Best,
 - Takeshi, AdWords API Team

 On Monday, August 19, 2013 11:25:51 PM UTC+9, Sam wrote:

 Hi Takeshi,

 Following is the full request/response minus sensitive info.  Thanks for 
 your help.

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201306; 
 soapenv:mustUnderstand=0
 ns1:authTokenXXX/ns1:authToken
 ns1:clientCustomerIdXXX-XXX-/ns1:clientCustomerId
 ns1:developerTokenXXX/ns1:developerToken
 ns1:userAgentuser-XXX-XXX- (AwApi-Java, 
 AdWords-Axis/1.18.1, Common-Java/1.18.1, Axis/1.4, Java/1.7.0_21, 
 maven)/ns1:userAgent
 ns1:validateOnlyfalse/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201306;
 operations
 operatorADD/operator
 operand
 adGroupId1256204474/adGroupId
 ad xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201306; xsi:type=ns2:TextAd
 ns2:url
 http://www.example.com/roadshow.html?source=XXX1amp;akw={keyword} 
 http://www.example.com/roadshow.html?source=XXX1akw=%7Bkeyword%7D
 /ns2:url
 ns2:displayUrlwww.example.com/ns2:displayUrl
 ns2:Ad.TypeTextAd/ns2:Ad.Type
 ns2:headlineImplementing REACH amp; 
 GHS/ns2:headline
 ns2:description1Practical Guidance 
 Roadshow/ns2:description1
 ns2:description2Sponsored by: 
 Example/ns2:description2
 /ad
 statusENABLED/status
 approvalStatusFAMILY_SAFE/approvalStatus
 trademarkDisapprovedtrue/trademarkDisapproved
 stats
 networkSEARCH/network
 Stats.TypeAdStats/Stats.Type
 percentServed0.0/percentServed
 /stats
 /operand
 /operations
 operations
 operatorADD/operator
 operand
 adGroupId1256204474/adGroupId
 ad xmlns:ns3=
 https://adwords.google.com/api/adwords/cm/v201306; 
 xsi:type=ns3:TemplateAd
 ns3:url
 http://www.example.com/roadshow.html?source=XXX2amp;akw={keyword} 
 http://www.example.com/roadshow.html?source=XXX2akw=%7Bkeyword%7D
 /ns3:url
 ns3:displayUrlwww.example.com/ns3:displayUrl
 ns3:Ad.TypeTemplateAd/ns3:Ad.Type
 ns3:templateId37/ns3:templateId
 ns3:adUnionId xsi:type=ns3:TempAdUnionId
 ns3:id129464/ns3:id
 /ns3:adUnionId
 

Re: ACCOUNT level budgets

2015-06-24 Thread Danial Klimkin
Hello Stewart,


This is no public service to access this information currently.


-Danial, AdWords API Team.


On Wednesday, June 24, 2015 at 10:23:08 AM UTC+2, StewartR wrote:

 Hi,

 Is there a means to read ACCOUNT level budgets from the API?

 I cannot find a report on the Report Types 
 https://developers.google.com/adwords/api/docs/appendix/reports list 
 that seems to have this value (I can only find support for campaign/shared 
 campaign budgets which isn't what I need). 

 I also found this thread 
 https://groups.google.com/forum/#!searchin/adwords-api/manage$20account$20budgets%7Csort:relevance/adwords-api/YvEwdGfeSwI/GWQpObst3FcJ
  which 
 gives some hope but it seems to be outdated and implies we would need to be 
 white-listed to access this? Is that still correct?

 Stewart


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ca66c5ee-6b27-42df-857e-4a56edacbb27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Danial Klimkin
Hello Dorian,


Custom parameters (values) are part of the campaign object, these are 
mutable. You can't add/remove the parameters (placeholders) to/from the 
existing ad tracking template though.


-Danial, AdWords API Team.


On Wednesday, June 24, 2015 at 9:18:21 AM UTC+2, Dorian Kind wrote:

 Hi all,

 as the title says, I was looking for clarification as to whether changing 
 any custom parameters on ad objects also implies having to delete the old 
 ad and create a new one. From my understanding, the answer should be yes, 
 but the documentation isn't quite clear on it:

  *Note: Ad objects are immutable. Therefore, any attempt to update the 
 final URL or tracking template of an Ad via a SET operation will be 
 silently ignored.*

 This is from 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls, and 
 it explicitly mentions only the final URL and tracking template attributes. 
 Am I right in assuming that this also applies to custom parameters?

 Thanks and best regards,
 Dorian


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6dc89ec3-3839-43ec-bb18-afb35ab7105f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are Custom Parameters on Ad Objects Immutable?

2015-06-24 Thread Danial Klimkin
Hello Dorian,


Oh, you meant CreativeUrlCustomParameters. Right, as per doc:

  
https://developers.google.com/adwords/api/docs/guides/upgraded-urls#tracking_template

To change tracking parameters on any supported entity except an Ad, you 
only need to update the tracking template. This will trigger no review 
actions from Google, allowing your ads to continue serving uninterrupted. 
To change the tracking template of an Ad, you must remove the existing Ad 
and create a new Ad with the new tracking template.

The same applies to the custom parameters field.



-Danial, AdWords API Team.


On Wednesday, June 24, 2015 at 1:00:24 PM UTC+2, Dorian Kind wrote:

 Hi Danial,

 thanks for the quick response. I was actually talking about the Custom 
 Parameter values that are being set on an individual Ad's level (i.e. the 
 field urlCustomParameters as specified at 
 https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Ad).
  
 I suppose those are not part of the campaign. Or are they?

 Best regards,
 Dorian

 On Wednesday, June 24, 2015 at 12:28:33 PM UTC+2, Danial Klimkin wrote:

 Hello Dorian,


 Custom parameters (values) are part of the campaign object, these are 
 mutable. You can't add/remove the parameters (placeholders) to/from the 
 existing ad tracking template though.


 -Danial, AdWords API Team.


 On Wednesday, June 24, 2015 at 9:18:21 AM UTC+2, Dorian Kind wrote:

 Hi all,

 as the title says, I was looking for clarification as to whether 
 changing any custom parameters on ad objects also implies having to delete 
 the old ad and create a new one. From my understanding, the answer should 
 be yes, but the documentation isn't quite clear on it:

  *Note: Ad objects are immutable. Therefore, any attempt to update the 
 final URL or tracking template of an Ad via a SET operation will be 
 silently ignored.*

 This is from 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls, 
 and it explicitly mentions only the final URL and tracking template 
 attributes. Am I right in assuming that this also applies to custom 
 parameters?

 Thanks and best regards,
 Dorian



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f11c60ac-62dd-4395-8d15-4d483686af3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get All Client Details under MCC account with PHP API

2015-06-23 Thread Danial Klimkin
Hello Sany,


Yes, the approach of running a report and checking the first month with the 
impressions available seems reasonable.


-Danial, AdWords API Team.

On Tuesday, June 23, 2015 at 7:05:40 AM UTC+2, Sarah Riddell wrote:

 Hi Danial,

 That's why i am using below approach to get account's  create date  as 
 Kevin Winter Suggest, can you tell me that this is ok what i am doing now ? 
 need your feedback on it.


 https://groups.google.com/forum/#!searchin/adwords-api/creation$20date$20of$20adwords$20account/adwords-api/32TomWaxyd4/lcHix5Y2ceMJ

 Thanks,
 Sany


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ece395eb-3d29-46e9-9bbe-0cb219993465%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can i migrate from Basic API Access to Standart?

2015-06-23 Thread Danial Klimkin
Александр, добрый день,


Необходимо заполнить форму, как указано на этой странице

  https://developers.google.com/adwords/api/docs/ratesheet

Все поля нужно заполнять на аглийском. Для получение доступа standard будет 
необхоидмо предоставить подробное описание вашей системы.


-Даниил, команда AdWords API.



On Tuesday, June 23, 2015 at 1:37:34 PM UTC+2, Александр Пятковский wrote:

 As i know Basic access alows 1 cals per day. But i need more. I 
 already get basic api token, how i can change it to standart?

 PS. Sorry for bad English


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7afbde56-ad26-4467-968a-86c98919079b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API data freshness

2015-06-22 Thread Danial Klimkin
Hello Justin,


Stats are final 72 hours after the date the stats are for.


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 6:11:05 PM UTC+2, Justin Coon wrote:

 https://support.google.com/adwords/answer/2544985

 Per this link on data freshness there is a vague description about data 
 being updated days later. This can affect our report downloads so we have 
 modified our import engine to go back and re-download reports to ensure 
 correct results. Can someone from the API team please give us a discrete 
 time frame for this -

 Adjustments

 Your metrics may occasionally be *updated one or more days* after a click 
 occurs. This can happen for a number of reasons, including (but not limited 
 to):


 Thanks!

 Justin


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4dbd4ade-4fd1-4455-baf1-29e09ae6888c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get billing account through api

2015-06-22 Thread Danial Klimkin
Hello Kimsrung,


Getting BOS access is a separate process you need to go over with a CSR 
(Google representative). Generally, it's available to resellers only.

Unless you know you went over it, you are not whitelisted. Please check 
with your CSR if in doubt.


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 6:38:11 PM UTC+2, Kimsrung Lov wrote:

 Hi Danial,

 I may ask stupid question. What does it mean a list of approved 
 developers? I've looked through the differences between those three account 
 and I can see that the account, which I can retrieve billing data, has 
 already set up adwords api center and the other two didn't set that. Is it 
 the reason behind that? I'm appreciated for your reply.

 Thanks,
 Kimsrung


 On Monday, June 22, 2015 at 7:28:27 PM UTC+7, Danial Klimkin wrote:

 Hello Kimsrung,


 BudgetOrderService is a whitelisted service, limited to a list of 
 approved developers only. Please confirm you are on the list.


 -Danial, AdWords API Team.


 On Monday, June 22, 2015 at 7:50:29 AM UTC+2, Kimsrung Lov wrote:

 Hi Anthony,

 I actually use BudgetOrderService with get_billing_accounts method to 
 query all billing accounts but I don't know why I get that. I have 3 MCC 
 accounts and one is working just fine except the other two. Not sure what I 
 have done it wrong.

 Best,
 Kimsrung 

 On Friday, June 19, 2015 at 9:13:55 PM UTC+7, Anthony Madrigal wrote:

 Hi Kimsrung,

 You can obtain the Billing Account through the *BudgetOrderService* by 
 using the getBillingAccounts() 
 https://developers.google.com/adwords/api/docs/reference/v201502/BudgetOrderService.BillingAccount
  method.

 Please see the section on listing available billing accounts 
 https://developers.google.com/adwords/api/docs/guides/budget-order#listing_available_billingaccounts
  
 in the Budget Order guide for more details.

 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/d4b33864-1a44-4eea-a3c7-2d2bb137788a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple final URLS for AdUrlUpgrade

2015-06-22 Thread Danial Klimkin
Hello Gopi,


No, as AdUrlUpgrade was designed to upgrade destination URL to final URLs, 
and destination URL can only have one value, this is not supported.


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 4:29:35 PM UTC+2, Gopi wrote:

 While upgrading current ads, the AdUrlUpgrade object allows only one final 
 URL. Is there a way to upgrade ADs with multiple final URLS with out losing 
 stats?

 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.
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/dd09e81e-7d82-4385-b5dd-5609951fc41e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Your client does not have permission to get URL code/api/adwords/mc/v201502/CustomerService/code from this server.

2015-06-22 Thread Danial Klimkin
Hello Nick,


What is your server external IP address? You can use reply to author on 
the right to avoid sharing it publicly.


-Danial, AdWords API Team.


On Sunday, June 21, 2015 at 2:35:57 PM UTC+2, nick cuper wrote:

 I changed link
 curl -XGET https://adwords.google.com/api/adwords/*mcm*/v201502/
 CustomerService?wsdl 
 https://adwords.google.com/api/adwords/mc/v201502/CustomerService?wsdl

 Result don't changing

 pb403./b insThat’s an error./ins

   pYour client does not have permission to get URL code
 /api/adwords/mcm/v201502/CustomerService/code from this server.  
 insThat’s 
 all we know./ins


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5afc5810-6c61-476b-a2bb-b9a59c402cbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API token pending approval for over 1 month

2015-06-22 Thread Danial Klimkin
Please see:

  https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 7:30:25 AM UTC+2, Jagat Bhat wrote:

 It has been three days, Its giving the same error again and again. When 
 will i know that my developer token status get approved.


 On Tuesday, 24 January 2012 16:46:21 UTC+5:30, Marcelo wrote:

 Hi, 
 Over 1 month ago I requested an API token. 2 weeks ago I was requested 
 further information which I provided. Unfortunately since then I have 
 not received any update on my token and the status is still Pending 
 Approval. 
 I see this forum gets very good support so I would be very happy if 
 anybody can help me in letting me know what can I do to speed up the 
 process 
 Thanks a lot in advance! 
 Marcelo



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b7917f75-e9f8-4517-b7ce-222c73c40f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: EntityCountLimitExceeded.ACCOUNT_LIMIT, limit=1000000, existingCount=1000129

2015-06-22 Thread Danial Klimkin
Hello Berry,


Objects are not removed instantly, instead they get REMOVED status. Most 
objects stay in this state but those with zero stats a getting cleaned up,

I expect it was garbage collection that occurred somewhere in the middle.


-Danial, AdWords API Team.


On Sunday, June 21, 2015 at 6:12:50 PM UTC+2, Berry wrote:

 This error occurs on Excluding placements
 The full error:

 error: unknown exclude error in adwords API Server raised fault: 
 '[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0] 
 (enclosingId=6329612332, limit=100, 
  accountLimitType=CAMPAIGN_CRITERIA_PER_ACCOUNT, 
  existingCount=1000129),


 1. We tried to delete criteria, from other campaigns, but the 
 *existingCount* above didn't change.
 We tried to remove the following criteria:

- remove excluded placements
- remove other criteria (countries)
- remove a (paused) campaign

 2. The limits page says we're clear out of the limits:

- An account can have 5,000,000 criteria items; but this counts 
1,000,129 criteria,
- An account can have  10,000 campaigns;We have 4,764 
campaigns:  (via  select CampaignId, Impressions from 
CAMPAIGN_PERFORMANCE_REPORT)

 3. After a day of experimenting, we stopped getting the error;
 But now we don't know what of our experiments made the change.

 4. what does this error say exactly?

 Thank you



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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/f02ac598-ad58-49fb-b6bc-fd2b8c96a92c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get billing account through api

2015-06-22 Thread Danial Klimkin
Hello Kimsrung,


BudgetOrderService is a whitelisted service, limited to a list of approved 
developers only. Please confirm you are on the list.


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 7:50:29 AM UTC+2, Kimsrung Lov wrote:

 Hi Anthony,

 I actually use BudgetOrderService with get_billing_accounts method to 
 query all billing accounts but I don't know why I get that. I have 3 MCC 
 accounts and one is working just fine except the other two. Not sure what I 
 have done it wrong.

 Best,
 Kimsrung 

 On Friday, June 19, 2015 at 9:13:55 PM UTC+7, Anthony Madrigal wrote:

 Hi Kimsrung,

 You can obtain the Billing Account through the *BudgetOrderService* by 
 using the getBillingAccounts() 
 https://developers.google.com/adwords/api/docs/reference/v201502/BudgetOrderService.BillingAccount
  method.

 Please see the section on listing available billing accounts 
 https://developers.google.com/adwords/api/docs/guides/budget-order#listing_available_billingaccounts
  
 in the Budget Order guide for more details.

 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/adff5149-8804-47c6-a91c-48b8dfb66cfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get All Client Details under MCC account with PHP API

2015-06-22 Thread Danial Klimkin
Hello Sany,


Here is the full list of account details you can retrieve from 
ManagedCustomerService in one request:

  
https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201502-ManagedCustomerService

The API doesn't allow to retrieve account creation date.


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 7:11:38 AM UTC+2, Sarah Riddell wrote:


 Hi,

 I just want to add some more clarification on my above question.

 Now i get client id  client name under my MCC account by passing Root 
 client id of MCC account in on auth.in  using ManagedCustomerService 
 based on example GetAccountHierarchy.php for v201502

 But i need the every client create date along with above information 
 because I'm building a reporting service that queries the 
 CAMPAIGN_PERFORMANCE_REPORT,ADGROUP_PERFORMANCE_REPORT,KEYWORD_PERFORMANCE_REPORT
 based on that create date

 Thanks,
 Sany


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/676bbaf4-c8f2-41c8-8460-e271cf1e4a65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DEVELOPER_TOKEN_NOT_APPROVED

2015-06-22 Thread Danial Klimkin
Hello Jagat,


You need an approved developer token to access production accounts. See:

  https://developers.google.com/adwords/api/docs/signingup


-Danial, AdWords API Team.


On Monday, June 22, 2015 at 7:57:07 AM UTC+2, Jagat Bhat wrote:

 I have generated the Refresh token and access token. By running 
 generate_refresh_token.py file, But when i run the 
 create_adwords_client_without _yaml.py file 
 It's giving the following error.
 suds.WebFault: Server raised fault: 
 '[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'null']'

 Please help me 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 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/5da67985-9837-4fe0-aee7-7364274e779f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with refresh token in Python

2015-06-19 Thread Danial Klimkin
Hello Jagat,


The application should provide you an URL which you need to open in the 
browser. Make sure to be logged in as AdWords user.

Once opened, you will be requested to grant permission for this application 
to access your AdWords account. Upon grant, you'll see the code in the 
browser box, to be copy-pasted to the console.

I am closing this thread as it is 2 years old. Please feel free to open a 
new one should you have further questions.


-Danial, AdWords API Team.


On Friday, June 19, 2015 at 11:00:47 AM UTC+3, Jagat Bhat wrote:

 Where do i get the Code to be specified. 
 After approving the token enter the verification code (if specified).
  code : 
 please help me out.
 On Wednesday, 25 December 2013 10:38:58 UTC+5:30, dev...@simpleunion.com 
 wrote:

 Hi there!

 I'm using adwords_examples_python_15.11.1. I can run the example code 
 correctly with a test account before.
 But now, i use a production account, i setup it with the config.py code, 
 and run the generate_refresh_token.py to get new token for the api.
 With my Client Id and Client Secret, i received a link to get the 
 verification code, when used it, i received a None refresh token, so i can 
 not continue to setup my account with config.py.
 Here is my command screen:

 -
   After approving the token enter the verification code (if 
 specified).
   Code: 
 4/2Q4PX7rsGTM6qeXrnYdc-Gy6iXpc.MmF9LajRI3MeXE-sT2ZLcbQ1yxJQhgI
   OAuth 2.0 authorization successful!

   Your refresh token is: None

 -
 I don't know that i did wrong somewhere. Anyone has encountered this 
 situation yet? I need some help

 Many 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/a231c026-c0ba-4169-a3ca-3cc98e49bc4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parsing WSDL error

2015-06-18 Thread Danial Klimkin
Hello Dmitry,


I've checked with the network team and this looks like a DNS issue to them. 
Indeed, I can't reach 173.194.71.50 either.

Host gives me:

$ host adwords.google.com
adwords.google.com is an alias for adwords.l.google.com.
adwords.l.google.com has address 74.125.136.102
adwords.l.google.com has address 74.125.136.139
adwords.l.google.com has address 74.125.136.101
adwords.l.google.com has address 74.125.136.100
adwords.l.google.com has address 74.125.136.113
adwords.l.google.com has address 74.125.136.138
adwords.l.google.com has IPv6 address 2a00:1450:4013:c01::66

Please make sure your DNS entries are up to date and you don't have any 
local overrides (hosts, etc).


-Danial, AdWords API Team.

On Thursday, June 18, 2015 at 5:29:36 AM UTC+3, Дмитрий Сидоров wrote:

 Where could I find more information on how remove my IP blocking?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/672f9eb9-cb4a-49d3-8b3e-04f08fd4c32b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Parsing WSDL error

2015-06-15 Thread Danial Klimkin
Hello Dmitry,


Is this consistent and fails every time?


-Danial, AdWords API Team.


On Thursday, June 11, 2015 at 10:51:34 AM UTC+3, Дмитрий Сидоров wrote:

 Sorry for delay

 sidr@1ps ~ $ traceroute adwords.google.com
 traceroute to adwords.google.com (173.194.71.50), 30 hops max, 60 byte 
 packets
  1  92.53.107.9 (92.53.107.9)  3.017 ms  3.236 ms  3.230 ms
  2  bm18-1-gw.spb.runnet.ru (194.190.254.69)  0.463 ms  0.694 ms  0.692 ms
  3  m9-3-gw.msk.runnet.ru (194.85.40.133)  11.900 ms  12.133 ms  12.128 ms
  4  72.14.210.102 (72.14.210.102)  9.745 ms  9.977 ms  9.974 ms
  5  72.14.233.106 (72.14.233.106)  10.009 ms 66.249.94.170 (66.249.94.170) 
  14.375 ms 72.14.233.106 (72.14.233.106)  9.993 ms
  6  66.249.95.241 (66.249.95.241)  15.992 ms  15.887 ms 64.233.174.85 
 (64.233.174.85)  15.500 ms
  7  * * *
  8  * * *

 sidr@1ps ~ $ whois 66.249.95.241 | grep Organization
 Organization:   Google Inc. (GOGL)

 So it is blocked in the network of Google



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b6d2fdef-217f-4676-8f6a-64b37ab89f0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal error: Uncaught exception 'OAuth2Exception' with message '{ error : invalid_grant }' ?

2015-06-15 Thread Danial Klimkin
Hi Susan,


Please outline the exact steps you are making. I suggest creating a new 
thread to avoid extra emails for original topic starter.


-Danial, AdWords API Team.


On Monday, June 15, 2015 at 10:06:00 AM UTC+3, Susan wrote:

 Hi Gungun,

 Did you resolve it yet?
 How? I have the same issue with you and I have already watched the video 
 from Danial and still cannot fix this issue. Please help.

 Thanks,
 Susan


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4b0c1597-263b-4c0a-879a-2f7b3627d315%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with adgroupBidModifier - Get a value but when trying to use opreation set get exception No existing bid modifier for AdGroupId

2015-06-15 Thread Danial Klimkin
Hello Jiaxin,


This is an old thread. Please start a new one describing your issue in more 
detail, e.g. exact steps you undertaken.


-Danial, AdWords API Team


On Thursday, June 11, 2015 at 4:35:51 PM UTC+3, Jiaxin Shan wrote:

 I create a adgroup but I don't know why it has a default mobile bid 
 modifier  -22%.  I can get this result from search, if I found. It said. No 
 existing bid modifier. 

 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201502; 
 soapenv:mustUnderstand=0
 ns1:clientCustomerId1064338804/ns1:clientCustomerId
 ns1:developerToken830PTB1xlR8Qs0QsDj2swg/ns1:developerToken
 ns1:userAgentebay.com:Nebula:V201502 (AwApi-Java, 
 AdWords-Axis/2.0.0, Common-Java/2.0.0, Axis/1.4, Java/1.7.0, 
 maven)/ns1:userAgent
 ns1:validateOnlyfalse/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201502;
 operations
 operatorSET/operator
 operand
 campaignId206603331/campaignId
 adGroupId19156418931/adGroupId
 criterion xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201502; 
 xsi:type=ns2:Platform
 ns2:id30001/ns2:id
 /criterion
 bidModifier0.8181817531585693/bidModifier
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope




 ?xml version=1.0 encoding=UTF-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;
 requestId00051830ba1920780ac49f472c007cea/requestId
 serviceNameAdGroupBidModifierService/serviceName
 methodNamemutate/methodName
 operations1/operations
 responseTime180/responseTime
 /ResponseHeader
 /soap:Header
 soap:Body
 soap:Fault
 faultcodesoap:Server/faultcode
 faultstring[EntityNotFound.INVALID_ID @ 
 operations[0].operand.criterion; trigger:'No existing bid modifier for 
 AdGroupId: 19156418931 CriterionId{id=30001}']/faultstring
 detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;
 message[EntityNotFound.INVALID_ID @ 
 operations[0].operand.criterion; trigger:'No existing bid modifier for 
 AdGroupId: 19156418931 CriterionId{id=30001}']/message
 
 ApplicationException.TypeApiException/ApplicationException.Type
 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=EntityNotFound
 
 fieldPathoperations[0].operand.criterion/fieldPath
 triggerNo existing bid modifier for AdGroupId: 
 19156418931 CriterionId{id=30001}/trigger
 
 errorStringEntityNotFound.INVALID_ID/errorString
 ApiError.TypeEntityNotFound/ApiError.Type
 reasonINVALID_ID/reason
 /errors
 /ApiExceptionFault
 /detail
 /soap:Fault
 /soap:Body
 /soap:Envelope



 On Wednesday, April 9, 2014 at 5:36:40 AM UTC-7, Danial Klimkin wrote:

 Hello Aviad,


 1.0 is equivalent to not bid adjustment (times 1). Please use ADD 
 operation to set the adjustment in this case.


 -Danial, AdWords API Team.


 On Tuesday, April 8, 2014 3:35:02 PM UTC+4, avi...@sem-engine.com wrote:

 Hi.

 I am facing with a weird problem with bid modifier for adgroup.
 When i am getting it from adwords service(Using 
 the AdGroupBidModifierServiceInterface) I get that the bid modifier is 1.0 
 and not NULL.

 When i am tyring to use opreation SET to the bid i get this error:
  faultstring[EntityNotFound.INVALID_ID @ 
 operations[0].operand.criterion; trigger:'No existing bid modifier for 
 AdGroupId:{###} CriterionId{id=30001}']/faultstring

 Does anyone can help me here?

 Thanks
 Aviad



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

Re: Cross-account reports

2015-06-08 Thread Danial Klimkin
Hello GDZ,


No, this is not planned for the API currently.


-Danial, AdWords API Team.


On Sunday, June 7, 2015 at 5:03:18 AM UTC+3, GDZ wrote:

 This is now available via UI: 
 http://adwords.blogspot.com/2015/06/introducing-cross-account-campaign.html

 Report on campaign performance for up to 20 selected accounts. When can we 
 expect this functionality added to API?

 Thank you!
 GDZ


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a1be4371-52b6-4412-a2cf-1e80f5e36d1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't update API account settings

2015-06-08 Thread Danial Klimkin
This issue should be fully resolved now.


-Danial, AdWords API Team.


On Wednesday, June 3, 2015 at 5:58:33 PM UTC+3, Danial Klimkin wrote:

 Hello All,


 I am following up on this issue internally.


 -Danial, AdWords API Team.

 On Wednesday, June 3, 2015 at 4:55:02 PM UTC+2, Bart ten Brinke wrote:

 I have the exact same issue. Google support tells me it can't help me 
 because they don't offer support on the API. My guess is that I have a 
 pending developer token request, and while that is pending you can't change 
 these?

 Help?

 Bart

 On Wednesday, June 3, 2015 at 1:00:42 PM UTC+2, Armen wrote:

 In my MCC account, under the AdWords API Center, for every field that I 
 try to update, I keep receiving the error, 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.

 I've tried from difference browsers, computers and IPs. Does anyone have 
 an idea why?

 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/7e69a82c-5ad1-4c8b-bbaf-5d4fcdadf201%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add All visitors Audience Via Adwords API

2015-06-03 Thread Danial Klimkin
Hello Ronak,


This list is created by AdWords when the tags get actually served on the 
target site. It can't be created until tags are in place.

It doesn't make much sense to create campaign before tags were created -- 
it will be an empty list and the campaign will never be served anyway.


-Danial, AdWords API Team.


On Wednesday, June 3, 2015 at 8:22:53 PM UTC+2, MCC Test wrote:

 Hello Danial,

 Thank you for the response.Yes I agree that All visitors tag is 
 automatically created from adwords.But however I am working on creating a 
 remarkerting campaigns via adwords api and assign the All visitors tag to 
 adgroups.So Consider a scenario that if someone has created a new fresh 
 adwords account and he has not yet set up the remarketing tags from adwords 
 UI and If I try to create the remarketing campaign via api it will not 
 create because the user has not set up the remarketing tags.So it seems 
 like until users don't set up the remarketing tag I could not create a 
 remarketing campaign for  them.

 I just created a new adwords account and when I call the 
 AdwordsUserListService get() operation I get zero entries and so I has to 
 login to adwords and set up the tag.So is there any way that if All 
 visitors tag is not created I can create that via adwords API, is it 
 possibe via API?


 Thanks,
 Ronak Shah





 On Wednesday, June 3, 2015 at 9:07:54 PM UTC+5:30, Danial Klimkin wrote:

 Hi Ronak,


 The All Visitors list should automatically be created once you've put 
 tags on your site. See this thread for more details and screenshots:

   
 https://www.en.adwords-community.com/t5/Advanced-Features/No-all-visitors-remarketing-list/td-p/434436


 -Danial, AdWords API Team.


 On Tuesday, June 2, 2015 at 8:51:05 PM UTC+2, MCC Test wrote:

 Hello Adwords API Team,

 I want to know that is it possible to add All Visitors audience via 
 Adwords API, if its not set up for any accounts?

 Thanks,
 Ronak Shah



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e5c0d7ca-b45d-41ae-b732-54cbf173db41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hay algún sistema para evitar que mis anuncios se muestren a ordenadores MACS?

2015-06-03 Thread Danial Klimkin
Hello Javier,


I am sorry I can only respond in English.

As this is a product-level question not specific to the API please check 
with the general AdWords support instead:

  https://support.google.com/adwords/

This forum is for API related issues only.


-Danial, AdWords API Team.

On Tuesday, June 2, 2015 at 11:56:18 PM UTC+2, Javier Rodríguez wrote:

 Buenas tardes,

 Mi pregunta es la siguiente, alguien sabría como hacer que mis anuncios no 
 se mostrasen a los ordenadores MACS?? Únicamente me gustaría excluir a este 
 tipo de pcs ya que es alguien con este ordenador el que se dedica a hacer 
 clics fraudulentos en mis anuncios, eso si, cambiando continuamente de Ip 
 para que cuente cada uno de esos clics y fastidiarme bien. Espero alguna 
 respuesta resolutiva, les agradezco sus respuestas desde ya.

 Un cordial saludo


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/10c7b1e6-d084-4254-9aac-7e6b94996eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Removed Keywords in Performance Report

2015-06-03 Thread Danial Klimkin
Hello,


Please let us know the exact report definitions you are using and the 
target account CID.


-Danial, AdWords API Team.


On Monday, June 1, 2015 at 12:17:40 PM UTC+2, prasant...@zohocorp.com wrote:

 Hi,

 When downloading keyword performance report for ALL TIME it shows 52 
 removed keywords out of 519 in a Ad Group. But Downloading report for 
 TODAY/YESTERDAY it shows all the the 519 keywords enabled.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1ea48afc-b1dd-4e74-9980-43d297896f98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API APIlitAx Ajax GUI for AdWords based on APIlity released

2015-06-03 Thread Danial Klimkin
Hi Andreas,


This thread is from 2006 so I am locking it. We don't have any official 
solution similar to this one.


-Danial, AdWords API Team.


On Wednesday, June 3, 2015 at 4:55:33 PM UTC+2, ame...@crealytics.de wrote:

 Hi,

 it seems that this project is down. Is there any follow-up yet? It would 
 be great to have some open-source GUI for the AdWords API.

 Thanks,
 Andreas


 Am Mittwoch, 28. Juni 2006 19:45:30 UTC+2 schrieb Patrick Chanezon:

 Thanks Thomas, this rocks!

 P@

 On 6/27/06, Tomac steiner...@gmail.com wrote:


 Dear APIlity users,

 Thank you all for your input and contributions to APIlity. Your efforts
 made APIlity what it is. Today, I am happy to announce the release of
 APIlitAx, an Ajax GUI for AdWords based on the APIlity library which 
 allows you to very easily manage your Google AdWords accounts in an
 interactive and multi-threaded manner. APIlitAx is released under the
 BSD license. This allows you to use the application in your proprietary 
 products.

 However, APIlitAx and APIlity both being open source products, we hope
 that users will continue to contribute their ideas and extensions in
 order to make the two products even better. APIlitAx has a modularized 
 structure, allowing new modules being easily added. Such modules might
 be a report generator, the keyword tool, the traffic estimator etc. If
 you are interested in working on one of these parts, just email me
 (address below). Looking forward to hearing from you.

 Some screenshots are available here:
 https://sourceforge.net/project/screenshots.php?group_id=167332 

 The Ajax application can be downloaded from here:
 http://prdownloads.sourceforge.net/apilitax/apilitax_0.9.0.zip?download 

 For details please view the detailed documentation which is available
 here: http://apilitax.sourceforge.net/

 Hope you find this application useful, and thanks again for your 
 support.

 Best wishes,
 Tom

 --
 Thomas Steiner
 AdWords API evangelist
 http://blog.tomayac.de
 mailto:tomac AT google DOT com



 http://blog.chanezon.com/
 http://www.google.com/apis/adwords/ 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/17bf8347-914f-43fd-ba03-828341876048%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignExtensionSettingService UNEXPECTED_INTERNAL_API_ERROR

2015-06-03 Thread Danial Klimkin
Hello Michael,


Please send me the exact SOAP request and full server response *over email* 
(reply to author on the right).


-Danial, AdWords API Team.


On Monday, June 1, 2015 at 8:50:08 PM UTC+2, Michael Buetow wrote:

 Hello,

 I'm troubleshooting an issue while using the 
 CampaignExtensionSettingService 
 https://developers.google.com/adwords/api/docs/reference/v201502/CampaignExtensionSettingService
  where 
 i'm receiving UNEXPECTED_INTERNAL_API_ERROR's.

 The scenario to produce the above error does not appear be limited to the 
 scenario below but for simplicity sake.

 If I have 2 Campaigns that are sharing a sitelink (the Sitelink has the 
 same feeditemid). Then I attempt to add 2 new Sitelinks one to the 1st 
 campaign and one to the 2nd campaign in one API call to mutate 
 https://developers.google.com/adwords/api/docs/reference/v201502/CampaignExtensionSettingService#mutate.
  
 While doing this in order to prevent the removal of the shared sitelink 
 from either of the Campaigns I also include the shared sitelink in each of 
 the CampaignExtensionSetting's that are sent in the mutate API call as 
 documented as necessary here 
 https://developers.google.com/adwords/api/docs/guides/extension-settings. 
 This results in an error with an UNEXPECTED_INTERNAL_API_ERROR reason.

 If however I attempt the same operations as described above BUT I do it in 
 2 separate API calls to mutate 
 https://developers.google.com/adwords/api/docs/reference/v201502/CampaignExtensionSettingService#mutate
  both 
 operations complete successfully.

 I have Soap request/response examples that I can supply if necessary.

 Any help on this issue would be greatly appreciated.

 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/b967e644-5fe8-4dff-bbb6-0c718ad9802f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't update API account settings

2015-06-03 Thread Danial Klimkin
Hello All,


I am following up on this issue internally.


-Danial, AdWords API Team.

On Wednesday, June 3, 2015 at 4:55:02 PM UTC+2, Bart ten Brinke wrote:

 I have the exact same issue. Google support tells me it can't help me 
 because they don't offer support on the API. My guess is that I have a 
 pending developer token request, and while that is pending you can't change 
 these?

 Help?

 Bart

 On Wednesday, June 3, 2015 at 1:00:42 PM UTC+2, Armen wrote:

 In my MCC account, under the AdWords API Center, for every field that I 
 try to update, I keep receiving the error, 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.

 I've tried from difference browsers, computers and IPs. Does anyone have 
 an idea why?

 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/3e084609-9507-426b-9382-71e5a27e3eac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error creating accounts in sub manager accounts

2015-06-03 Thread Danial Klimkin
Hello Emiliano,


The account 5435475134 is not a sub-account of account 1893844881, so if 
you are using the same credentials, the request is expected to fail.

Please make sure the login you are authorized with has administrative 
access to the MCC you specify in clientCustomerId field.


-Danial, AdWords API Team.


On Wednesday, June 3, 2015 at 5:31:36 PM UTC+2, Emiliano Martinez wrote:

 Hi, Forum:

 Im having problems creating accounts in sub manager accounts.
 If i create an account with an MCC account all works perfectly, here is 
 the request:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader soapenv:mustUnderstand=0 xmlns:ns1=
 https://adwords.google.com/api/adwords/mcm/v201409;
 ns2:clientCustomerId xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201409
 1893844881/ns2:clientCustomerId
 ns3:developerToken xmlns:ns3=
 https://adwords.google.com/api/adwords/cm/v201409
 XX/ns3:developerToken
 ns4:userAgent xmlns:ns4=
 https://adwords.google.com/api/adwords/cm/v201409;XX (AwApi-Java, 
 AdWords-Axis/1.37.0, Common-Java/1.37.0, Axis/1.4, Java/1.7.0_17, 
 maven)/ns4:userAgent
 ns5:validateOnly xmlns:ns5=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns5:validateOnly
 ns6:partialFailure xmlns:ns6=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns6:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/mcm/v201409;
 operations
 ns7:operator xmlns:ns7=https://adwords.google.com/api/adwords/cm/v201409
 ADD/ns7:operator
 operand
 nameTest account from MCC/name
 currencyCodeUSD/currencyCode
 dateTimeZoneAmerica/Chicago/dateTimeZone
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 And the response:

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ns2:ResponseHeader xmlns:ns2=
 https://adwords.google.com/api/adwords/mcm/v201409; xmlns=
 https://adwords.google.com/api/adwords/cm/v201409;
 requestId0005179e8655fc580ac4f6e99b00cd0b/requestId
 serviceNameManagedCustomerService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime698/responseTime
 /ns2:ResponseHeader
 /soap:Header
 soap:Body
 ns2:mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201409; xmlns:ns2=
 https://adwords.google.com/api/adwords/mcm/v201409;
 ns2:rval
 ns2:value
 ns2:nameTest account from MCC/ns2:name
 ns2:customerId4117105163/ns2:customerId
 ns2:canManageClientsfalse/ns2:canManageClients
 ns2:currencyCodeUSD/ns2:currencyCode
 ns2:dateTimeZoneAmerica/Chicago/ns2:dateTimeZone
 /ns2:value
 /ns2:rval
 /ns2:mutateResponse
 /soap:Body
 /soap:Envelope

 But if i use the sub mcc account, sending this:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader soapenv:mustUnderstand=0 xmlns:ns1=
 https://adwords.google.com/api/adwords/mcm/v201409;
 ns2:clientCustomerId xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201409
 5435475134/ns2:clientCustomerId
 ns3:developerToken xmlns:ns3=
 https://adwords.google.com/api/adwords/cm/v201409
 /ns3:developerToken
 ns4:userAgent xmlns:ns4=
 https://adwords.google.com/api/adwords/cm/v201409;X (AwApi-Java, 
 AdWords-Axis/1.37.0, Common-Java/1.37.0, Axis/1.4, Java/1.7.0_17, 
 maven)/ns4:userAgent
 ns5:validateOnly xmlns:ns5=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns5:validateOnly
 ns6:partialFailure xmlns:ns6=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns6:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/mcm/v201409;
 operations
 ns7:operator xmlns:ns7=https://adwords.google.com/api/adwords/cm/v201409
 ADD/ns7:operator
 operand
 nameTest account from Sub MCC/name
 currencyCodeUSD/currencyCode
 dateTimeZoneAmerica/Chicago/dateTimeZone
 /operand
 /operations
 /mutate
 /soapenv:Body
 /soapenv:Envelope

 I get the following error:

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ns2:ResponseHeader xmlns:ns2=
 https://adwords.google.com/api/adwords/mcm/v201409; xmlns=
 https://adwords.google.com/api/adwords/cm/v201409;
 requestId0005179ea5cfa6110ac44509070071d7/requestId
 serviceNameManagedCustomerService/serviceName
 methodNamemutate/methodName
 operations0/operations
 responseTime51/responseTime
 /ns2:ResponseHeader
 /soap:Header
 soap:Body
 soap:Fault
 faultcodesoap:Server/faultcode
 faultstring[AuthorizationError.USER_PERMISSION_DENIED @ ; 
 trigger:'lt;nullgt;']/faultstring
 detail
 ns2:ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201409; 

Re: Add All visitors Audience Via Adwords API

2015-06-03 Thread Danial Klimkin
Hi Ronak,


The All Visitors list should automatically be created once you've put 
tags on your site. See this thread for more details and screenshots:

  
https://www.en.adwords-community.com/t5/Advanced-Features/No-all-visitors-remarketing-list/td-p/434436


-Danial, AdWords API Team.


On Tuesday, June 2, 2015 at 8:51:05 PM UTC+2, MCC Test wrote:

 Hello Adwords API Team,

 I want to know that is it possible to add All Visitors audience via 
 Adwords API, if its not set up for any accounts?

 Thanks,
 Ronak Shah


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/399d91d8-edf6-4b35-9569-0127e444ea3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Issue

2015-06-02 Thread Danial Klimkin
Please see:

  https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M


-Danial.


On Tuesday, June 2, 2015 at 3:22:28 PM UTC+2, Ashish Choudhary wrote:

 Hi Team,

 I want to use Google Adwords API for Offline Services( eg: rest call for 
 fetching marketing related data.), So for that I followed below steps:

 1) Created Account in Google-Adwords , Customer ID is : XXX
 2) Created Account in Google My Client Center , Customer ID is : YYY
 3) Now when I use Google Adwords API to get connection, it's throwing 
 exception saying developer token not approved.
 Exception is as below:

 [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:'null']
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown 
 Source)
 at java.lang.reflect.Constructor.newInstance(Unknown Source)
 at java.lang.Class.newInstance0(Unknown Source)
 at java.lang.Class.newInstance(Unknown Source)
 at 
 org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
 at 
 org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
 at 
 com.google.api.ads.adwords.axis.v201502.cm.ApiException.getDeserializer(ApiException.java:143)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at 
 org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
 at 
 org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
 at 
 org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
 at 
 org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
 at 
 org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
 at 
 org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
 at 
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown
  
 Source)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
  
 Source)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown
  
 Source)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown 
 Source)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown 
 Source)
 at 
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
  
 Source)
 at 
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
 Source)
 at 
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
 Source)
 at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
 Source)
 at 
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown 
 Source)
 at 
 com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
  
 Source)
 at javax.xml.parsers.SAXParser.parse(Unknown Source)
 at 
 org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
 at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
 at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
 at 
 org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796)
 at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
 at 
 org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
 at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
 at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
 at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
 at org.apache.axis.client.Call.invoke(Call.java:2767)
 at org.apache.axis.client.Call.invoke(Call.java:2443)
 at org.apache.axis.client.Call.invoke(Call.java:2366)
 at org.apache.axis.client.Call.invoke(Call.java:1812)
 at 
 com.google.api.ads.adwords.axis.v201502.cm.CampaignServiceSoapBindingStub.get(CampaignServiceSoapBindingStub.java:1343)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at 
 com.google.api.ads.common.lib.soap.SoapClientHandler.invoke(SoapClientHandler.java:110)
 at 
 com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:221)
 at 
 com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:64)
 at 
 

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-06-02 Thread Danial Klimkin
Hello,


Please make sure the PHP client can reach this URL from your server. You 
can start trying with 'wget'. If it succeeds, try pulling via the PHP.

Most common cases are lack of SSL certificates and some kind of proxy / NAT 
blocking the access.


-Danial, AdWords API Team.



On Monday, June 1, 2015 at 8:27:17 AM UTC+2, Интернет Капитал wrote:



 пятница, 29 мая 2015 г., 17:24:57 UTC+3 пользователь Anthony Madrigal 
 написал:

 Hello,

 Were you able to access the URLs on your web browser or by using cURL? 

 Regards,
 Anthony, AdWords API Team


 Hello,

  


  
 I can access the URL via a web browser


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/751cc787-b772-436b-baf4-4ec0bb77e75e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CUSTOMER_SERVING_TYPE_REPORT_MISMATCH - how and where to define single client id?

2015-06-02 Thread Danial Klimkin
Hello Blair,


This error can only be returned if the client customer ID you provide is 
actually an MCC account.

Please double-check this is an advertiser account, not an MCC.


-Danial, AdWords API Team.
 

On Tuesday, June 2, 2015 at 3:21:08 PM UTC+2, Blair Mundy wrote:

 So I'm getting this error when trying to pull a report and I know it is 
 because it's trying to pull as an MCC and I need to ask it to pull as a 
 single account. I'm just running into trouble figuring out how to do that. 
 When I change this line in auth.ini:

 clientCustomerId = xxx-xxx-

 into the customer id of my single client, I still get the error. I've also 
 tried putting Things like this:

   $user = new AdWordsUser();
   $user-LogAll();
   $customerId='xxx-xxx-';
   $user-SetClientId($customerId);

 in the file itself but still no luck. I want to call a single account... 
 how and where do I do that? 

 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/9ca62d64-6284-45cd-9d5e-6f4a1ed1f123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API access to video campaigns

2015-06-01 Thread Danial Klimkin
Hello,


AdWords for Video campaigns management is currently not supported via the 
API. We don't have any timeline for supporting this type of campaigns 
currently.


-Danial, AdWords API Team.


On Monday, June 1, 2015 at 2:43:25 PM UTC+2, kotseru...@gmail.com wrote:

 Hello guys.

 I'm getting this error while trying to change the status of video campaign:
 [OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ 
 operations[0]]

 In the same time, mutate requests to simple (non-video) campaigns are 
 processed properly.

 Is there any restrictions to access video campaigns parameters via API, 
 some restrictions on token level?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/05d48a06-fd57-488b-a7f4-d5f3c0f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to add Ad Customizers Data

2015-06-01 Thread Danial Klimkin
Hello Kamran,


Is this the actual request you are sending, or did you remove feed ID, 
campaign ID etc? If you have, please send me the exact request *via email* 
(reply to author on the right).


-Danial, AdWords API Team.


On Friday, May 29, 2015 at 9:24:00 PM UTC+2, rc1...@gmail.com wrote:

 Hi All,

 I am trying to create the Ad Customizer Feed. Ad customizer feed is 
 created but while sending the feed data I am getting 
 UNEXPECTED_INTERNAL_API_ERROR error. I am unable to figure out the issue, I 
 have below added the Request and Response. Can you please help me to figure 
 out the problem here? Please let me know if anything else is needed.

 AdsClientLibs.DetailedRequestLogs Error: 1 : 
 -BEGIN API CALL-

 Request
 ---

 POST /api/adwords/cm/v201502/FeedItemService
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client 
 Protocol 4.0.30319.17929)
 Authorization: **
 VsDebuggerCausalityData: 
 uIDPox2QyayQJL5CqnyiV/D0XUUAIZbHt4wDckCJ1QPVMrPLdrv/OcHtnKRAgGChvujR8k4ACQAA
 Content-Type: text/xml; charset=utf-8
 SOAPAction: 
 Host: adwords.google.com
 Content-Length: 1225
 Accept-Encoding: gzip
 TimeStamp: Fri, 29 May 2015 11:20:33 GMT
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;
   soap:Header
 RequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;
   developerToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;**/developerToken
   clientCustomerId xmlns=
 https://adwords.google.com/api/adwords/cm/v201502
 XXX-XXX-/clientCustomerId
   userAgent 
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;XX 
 (AwApi-DotNet/18.10.0, Common-Dotnet/3.5.0, .NET CLR/4.0.30319.17929, 
 gzip)/userAgent
 /RequestHeader
   /soap:Header
   soap:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201502;
   operations
 operatorADD/operator
 operand
   feedId{FeedID}/feedId
   attributeValues
 feedAttributeId1/feedAttributeId
 doubleValue294/doubleValue
   /attributeValues
   campaignTargeting
 TargetingCampaignId{CampaignID}/TargetingCampaignId
   /campaignTargeting
   adGroupTargeting
 TargetingAdGroupId{adgroupID}/TargetingAdGroupId
   /adGroupTargeting
 /operand
   /operations
 /mutate
   /soap:Body
 /soap:Envelope


 Response
 

 Content-Encoding: 
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Content-Length: 533
 Cache-Control: private, max-age=0
 Content-Type: text/xml; charset=UTF-8
 Date: Fri, 29 May 2015 15:20:41 GMT
 Expires: Fri, 29 May 2015 15:20:41 GMT
 Server: GSE
 TimeStamp: Fri, 29 May 2015 11:20:33 GMT


 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;
   requestId0005173a04e0a7180ac4a804b6000ca4/requestId
   serviceNameFeedItemService/serviceName
   methodNamemutate/methodName
   operations0/operations
   responseTime131/responseTime
 /ResponseHeader
   /soap:Header
   soap:Body
 soap:Fault
   faultcodesoap:Server/faultcode
   faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/faultstring
   detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201502;
   message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/message
   
 ApplicationException.TypeApiException/ApplicationException.Type
   errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=InternalApiError
 fieldPath/fieldPath
 trigger/trigger
 
 errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/errorString
 ApiError.TypeInternalApiError/ApiError.Type
 reasonUNEXPECTED_INTERNAL_API_ERROR/reason
   /errors
 /ApiExceptionFault
   /detail
 /soap:Fault
   /soap:Body
 /soap:Envelope
 -END API CALL---


 Regards,

 Kamran


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

Re: Retrieving AdWord's client_customer_id using refresh token

2015-06-01 Thread Danial Klimkin
Hello Kevin,


Yes, you can use CustomerService 
https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService
 
with client customer ID to retrieve it.


-Danial, AdWords API Team.


On Monday, June 1, 2015 at 2:43:24 PM UTC+2, Kevin Coxe wrote:

 Hey everyone,

 I am working on a google app that will allow users grant me permission to 
 view their AdWords campaigns.
 I wish for it to be a one click sign in. I have it set up using oauth2 so 
 that they are sent to the Google consent form and I am successful in 
 retrieving the access and refresh token.

 I see that in the example given in the python client libraries:

 https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201502/basic_operations/get_campaigns.py
 that there is a *googleads.yaml* file needed containing the some 
 information.

 I am able to retrieve all of the fields needed except for the 
 *client_customer_id.*

 Is there a way for me to retrieve the *client_customer_id* without 
 needing the customer to enter it from their AdWords dashboard?

 Thank you
 Kevin Coxe


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8023ee76-479a-4897-a3cd-5bcb360df48f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [7-7951000007192] One API for 2 MCC

2015-06-01 Thread Danial Klimkin
Hello Alexander,


You can not get the second token, but it is not needed. Developer token 
does not limit the scope of the API access.

So yes, as long as you have valid account credentials, you can access any 
account with the same developer token.


-Danial, AdWords API Team.


On Monday, June 1, 2015 at 2:43:44 PM UTC+2, Александр Лобанов wrote:

 Hi, Josh
 I mean 2 MCC is absolutely independent. The first MCC will not have access 
 to the second, and the second will not have access to the first MCC. Since 
 they will be tied to a single line of credit (one legal entity), then we 
 can not get the second token. Will I be able to manage a token two 
 independent MCC?

 2015-05-22 23:33 GMT+03:00 adwords-api@googlegroups.com:

 Hi,

 You can use your developer token to issue requests against *any* AdWords 
 account, provided the OAuth credentials in the request are from a user with 
 access to that account.

 If your accounts are all under a common parent MCC, the easiest approach 
 is to use OAuth credentials from a user with access to that parent MCC. Our 
 Managing 
 Customer Accounts guide 
 https://developers.google.com/adwords/api/docs/guides/managing-accounts 
 goes 
 through this in more detail.

 Please let me know if you have any additional questions.

 Cheers,
 Josh Radcliff, AdWords API Team

 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://googleadsdeveloper.blogspot.com/search/label/adwords_api
 https://developers.google.com/adwords/api/community/
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

 On 05/22/15 08:16:44 fingategh...@gmail.com wrote:

 Hi everobody,
 Please, help me answer the question.
 If i have 2 MCC connected to the same line of credit, can I use API for 
 both of them?
 Thank you!

 -- 
 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and Google+:
 https://googleadsdeveloper.blogspot.com/
 https://plus.google.com/+GoogleAdsDevelopers/posts
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
  
 You received this message because you are subscribed to the Google
 Groups AdWords API Forum group.
 To post to this group, send email to adwords-api@googlegroups.com
 To unsubscribe from this group, send email to
 adwords-api+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/adwords-api?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 AdWords API Forum group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to adwords-api+unsubscr...@googlegroups.com.
 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/d48d6b17-b9d0-4a69-b3f3-69024a6f1779%40googlegroups.com
  
 https://groups.google.com/d/msgid/adwords-api/d48d6b17-b9d0-4a69-b3f3-69024a6f1779%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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/c93727fb-f05d-40d6-8393-8f8848eb0507%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Reports Return

2015-05-27 Thread Danial Klimkin
Hello,


You are trying to access a deprecate API version (v201402). Please use the 
latest version instead.


-Danial, AdWords API Team.


On Wednesday, May 27, 2015 at 6:20:27 AM UTC-7, maedi.hin...@gmail.com 
wrote:

 I'm request ReportsApi 
 Method=POST /api/adwords/reportdownload/v201402, providing the parameter

  __rdquery= *SELECT CampaignId, CampaignName, Impressions+10, Clicks FROM 
 CAMPAIGN_PERFORMANCE_REPORT DURING YESTERDAY* *QUERY* *RESOURCE* and 
  __fmt=*XML*

 but my response is   


 body!!!2|||-1|||???/body



 https://lh3.googleusercontent.com/-RhdaDTNkr-Q/VWTyCyy2krI/AAM/4m7hJyJXhrk/s1600/Sem%2Bt%25C3%25ADtulo.png







 What's this?

 I'm Sorry My english, but I'm from Brazil.

 Thank's


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a52a11f-f201-497d-b54e-044dd33aca1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Search Query Perf. Report missing FinalUrls

2015-05-15 Thread Danial Klimkin
Hello Joel,


Unfortunately this is something we don't currently support and don't plan 
to release within the next few months.


-Danial, AdWords API Team.

On Thursday, May 14, 2015 at 8:56:56 PM UTC+2, joel wrote:

 Hello, I would like to raise this issue again. Destination Urls are going 
 away soon but this report still does not have FinalUrls added. This is 
 becoming a problem for us as we've switched to Upgraded Urls and now cannot 
 access any of the parameters we store in the Url when parsing the report 
 since Destination Url is blank after you switch to FinalUrls. I can't 
 imagine this is difficult to implement?

 Joel


 On Thursday, December 25, 2014 at 5:57:03 AM UTC-5, Danial Klimkin wrote:

 Hello Joel,


 Thank you for bringing this up, we'll review this request.


 -Danial, AdWords API Team.


 On Wednesday, December 24, 2014 5:34:41 PM UTC+3, joel wrote:

 The Search Query Performance Report has DestinationUrl but is missing 
 FinalUrls as an available column. Could this be added please ASAP? It seems 
 to me like every report that has DestinationUrl should include FinalUrl, 
 there might be others missing too? Thanks!

 Joel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/306623c2-8597-438b-b15a-ee290e7d41df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Waiver to scrape data

2015-05-15 Thread Danial Klimkin
Hello Dan,


As a technical team we are not in position to grant any waivers. The best 
approach at this time will be to use the Ad Performance report as Anash 
originally suggested.


-Danial, AdWords API Team. 

On Thursday, May 14, 2015 at 10:00:13 PM UTC+2, dan lawton wrote:

 Hello Danial, We were in touch with Anash P. Oommen on a 
 ticket [8-960106712] Third Party ads are not being returned from the 
 AdGroupAdService.  Anash stated there is nothing they can do on the API 
 side to make that field available.  However, if you could provide an 
 alternative idea that does not put us in breach of our API agreement, it 
 would be much appreciated. 
   

 On Wednesday, May 13, 2015 at 4:41:46 PM UTC-4, dan lawton wrote:

 Hello, we have an adwords API and the API does not have a required data 
 field available.  The data is accessible via a screen scrape, but we need a 
 waiver approved first.  Where can I get access to the waiver?  Or who can I 
 reach out to? 

 Best,
 Dan



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/120df010-9ad6-4df3-a5ad-71be6d59303d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Waiver to scrape data

2015-05-14 Thread Danial Klimkin
Hello Dan,


We are unable to provide such a waiver.

What is the data you are missing in the API?


-Danial, AdWords API Team.

On Wednesday, May 13, 2015 at 10:41:46 PM UTC+2, dan lawton wrote:

 Hello, we have an adwords API and the API does not have a required data 
 field available.  The data is accessible via a screen scrape, but we need a 
 waiver approved first.  Where can I get access to the waiver?  Or who can I 
 reach out to? 

 Best,
 Dan


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dfb4401e-53d8-446d-8519-d191749f7973%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting - Data for Removed artifacts

2015-05-13 Thread Danial Klimkin
Thank you for your feedback, and, of course, for the very valid concern.

Sending beer to Zurich is unlikely to be efficient ;) but thanks!


-Danial.


On Thursday, May 7, 2015 at 7:53:56 PM UTC+2, AdWordsApiUser wrote:

 Saw this blog post a few hours ago: 
 http://googleadsdeveloper.blogspot.com/2015/05/change-to-default-filters-within.html

 This is amazing! Really appreciate the AdWords team taking the feedback 
 and that too so quickly!

 Give me your address and I'll send you and your team beers ;)


 On Monday, May 4, 2015 at 7:37:32 PM UTC-3, GregT wrote:

 Hi, Danial.

 Were you able to find out anything about this?

 Thanks,
 Greg

 On Tuesday, April 21, 2015 at 8:07:04 AM UTC-5, Danial Klimkin wrote:

 Hello Greg,


 Let me check internally and get back to you in a few days.


 -Danial.


 On Monday, April 20, 2015 at 5:41:28 PM UTC+3, GregT wrote:

 Danial, just to clarify when you said:

 Reporting filters out removed entries for the level of the report 
 only. So, account level report will return stats for all objects (and you 
 can't actually add CampaignStatus predicate while requesting it).

 Does this mean, for instance, with a criteria performance report, we 
 will get stats back for criteria that are in removed campaigns and/or 
 removed ad groups that might now only have removed ads, so long as the 
 criteria (criteria, placement, etc.) itself does not currently have the 
 status of removed?  And for an ad performance report, we will get data 
 back 
 for ads that do not have the status of removed, even if the ad group and 
 campaign are removed?

 Thanks,
 Greg

 On Monday, April 20, 2015 at 7:47:46 AM UTC-5, Danial Klimkin wrote:

 Hello MG,


 1. No, only OBJECT_PERFORMANCE_REPORTs are affected. This includes 
 CRITERIA but excludes PLACEMENT or KEYWORD.

 2. This is unfortunately true. I've flagged this with the scripts team 
 so they can review / document this aspect.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 8:38:48 PM UTC+3, AdWordsApiUser wrote:

 Thanks for your explanation. I have a couple of questions/comments:

 1. Thanks for clarifying the bit about what level removed artifacts 
 are filtered. For reports such as Search Terms Report, or Placement 
 Performance Report etc. - do they contain data for Removed 
 Campaigns/AdGroups/Keywords/Ads, or the condition needs to be explicitly 
 added for any artifact that could be in removed state? 

 2. For scripts, the version is optional. Unfortunately most people 
 I've seen write scripts, do not include this parameter, leading to 
 auto-upgrade.

 TGIF :)
 MG

 On Friday, April 17, 2015 at 11:44:54 AM UTC-3, Danial Klimkin wrote:

 Hello MG,


 We normally avoid making changes into launched API versions. Scripts 
 users (those specifying API version) should not be affected, unless 
 they 
 didn't read the release notes when migrated to v201502.

 Please note while we are going to discuss this issue, I can't 
 promise this change will be implemented.


 -Danial.



 On Friday, April 17, 2015 at 4:57:31 PM UTC+3, AdWordsApiUser wrote:

 Hi Danial,

 Thanks for your quick response. Is there a chance that this might 
 change in v201502? If yes, then we'd like to hold off the internal 
 upgrade 
 waiting for this to happen. My guess is must already be affecting 
 scripts, 
 and as this is pretty much a silent change, script users might not 
 even 
 realize that the data they are fetching is not complete anymore.

 Cheers,
 MG

 On Friday, April 17, 2015 at 9:08:26 AM UTC-3, Danial Klimkin wrote:

 Hello,


 Reporting filters out removed entries for the level of the report 
 only. So, account level report will return stats for all objects (and 
 you 
 can't actually add CampaignStatus predicate while requesting it).

 In general, I see your point. We may want to take another look on 
 how this is handled.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 2:59:53 PM UTC+3, AdWordsApiUser 
 wrote:

 In the new version of the API, when using AdHoc reports, data for 
 artifacts that are marked removed is not included by default, even 
 if they 
 had impressions, clicks etc. in the chosen date range. This makes 
 the 
 reports incorrect. If an entity was active in the past, its 
 statistics 
 should be included, irrespective of whether it is active or not now. 

 This also makes me wonder - when I ask for an account performance 
 report, would it not include data for campaigns that were deleted? 
 Or, it 
 would? Both cases create a discrepancy - the first one is obviously 
 wrong, 
 and in the second one, the campaign report does not add up to the 
 account 
 performance report, unless the special condition is included.

 This particular change in behavior has made the transition to the 
 new version of the API particularly painful, and I have to remember 
 to 
 include WHERE CampaignStatus IN [ACTIVE, PAUSED, REMOVED] in all 
 my 
 awqls. It probably makes sense for most services, but not for 
 reporting

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-05-13 Thread Danial Klimkin
This issue should be fully resolved now. Do you still see the same error?

If so, please send me the full log over email (reply to author on the right 
of my post).


-Danial, AdWords API Team.


On Tuesday, April 21, 2015 at 12:16:49 PM UTC+2, af...@thesnugg.com wrote:

 Hi Danial,

 Can you please tell me if there has been any progress on my post, do you 
 have an ETA for a fix?

 Kind Regards,

 Afzal

 On Tuesday, April 14, 2015 at 3:41:12 PM UTC+1, Danial Klimkin wrote:

 Hello Afzal,


 Could you please send me the exact XML request and full server response 
 *over 
 email* (reply to author on the right)?


 -Danial, AdWords API Team.


 On Tuesday, April 14, 2015 at 3:53:36 PM UTC+3, af...@thesnugg.com wrote:

 Hi,

 I'm using the C# Clinet library to get Campaign Extensions using 
 CampaignExtensionSettingService, the code I am using is:

 // Get the CampaignExtensionSettingService.
 CampaignExtensionSettingService campaignExtensionSettingService =
 (CampaignExtensionSettingService)user.GetService(
 AdWordsService.v201502.CampaignExtensionSettingService);

 Selector eSelector = new Selector()
 {
 fields = new string[] { CampaignId, ExtensionType },
 predicates = new Predicate[] {
 new Predicate() {
 field = CampaignId,
 @operator = PredicateOperator.EQUALS,
 values = new string[] {campaign.id.ToString()}
 },
 new Predicate() {
 field = ExtensionType,
 @operator = PredicateOperator.EQUALS,
 // values = new string[] {CALLOUT}
 values = new string[] {SITELINK}
 }
 
 }
 };

 CampaignExtensionSettingPage ePage = 
 campaignExtensionSettingService.get(eSelector);


 If there is no extension the the results have 0 entries but when there 
 are extensions the following exception is thrown:

 System.Web.Services.Protocols.SoapException: 
 [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
   at 
 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
  
 message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
 methodName, Object[] parameters)
   at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String 
 methodName, Object[] parameters) 

 Can you please help?

 Regards,


 Afzal



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a5583b27-db2f-4bd7-abfb-742b7f4eac0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService return keywords stats not matched with Web UI.

2015-05-13 Thread Danial Klimkin
Hello Tanushree,


I am closing this thread as it is two years old. Please start a new one 
with your question.


-Danial, AdWords API Team.


On Wednesday, May 6, 2015 at 4:49:49 PM UTC+2, tanushree singh wrote:

 Hi Danial
 I am curious to know more about AVERAGE_CPC. Is the number reported 
 historical average or is this projection for a random campaign? If it is 
 average, what is the period on which this is averaged AND if this is for 
 all clicks on that query or is it averaged on sampled clicks?
 Tanushree

 On Monday, September 2, 2013 at 10:38:04 PM UTC+5:30, Chirag wrote:

 Hello Danial,

 Thanks for reply.

 Yes, Now i am getting peroper CPC. But I had noticed one thing, Now CPC 
 is comes with currency related to Customer ID that is not the case under 
 previous versions.

 After changing customer id i am getting proper CPC.

 Thanks,
 Chirag


 On Wednesday, 28 August 2013 15:52:55 UTC+5:30, Danial Klimkin wrote:

 Hello Chirag,


 I am sorry for the delay, I was traveling and had very limited 
 connectivity.

 You need to specify all the networkSettings explicitly, setting unwanted 
 to false:
 :network_setting = {
   :target_google_search = true,
   :target_search_network = false,
   :target_content_network = false,
   :target_partner_search_network = false
 }

 In this case, the values match for me. Please make sure to re-run the UI 
 query as well as the numbers have changed.


 -Danial, AdWords API Team.


 On Monday, August 26, 2013 10:03:35 AM UTC+4, Chirag wrote:

 Hi Danial,

 Any pdate on this?

 Thanks,
 chirag

 On Thursday, 22 August 2013 16:49:14 UTC+5:30, Chirag wrote:

 Hello Danial,

 Avg CPC values are not match exactly.
 Please see the attached request and responce xml with the UI Screen 
 shot. I am sure that, I have passed other parameters correctly.

 On Wednesday, 21 August 2013 18:00:16 UTC+5:30, Danial Klimkin wrote:

 Hello Chirag,


 As I also corrected myself before, this only applies to search 
 volume. Avg CPC values should match exactly.

 If you see the difference, please send us exact request, response and 
 the UI screenshot that doesn't match. Please make sure all the 
 parameters 
 are set exactly the same.


 -Danial, AdWords API Team.


 On Wednesday, August 21, 2013 10:35:05 AM UTC+4, Chirag wrote:

 Hello Danial,

 Thanks for info, Yes this was corrected by me earlier.

 My main issue is how i can get previous month / previous date *AVG 
 CPC* data?
 As now adwords api *TargetingIdeaService* changed from UI of 
 keywords planner tool. And you said earlier that UI is AVG value where 
 in 
 API we found exact value for AVG CPC.

 So Please guide me how to get previous dates AVG CPC using adwords 
 api. As i am not finding any date parameter that can be pass using 
 *TargetingIdeaService.*

 Thanks For all Your help.

 Chirag

 On Tuesday, 20 August 2013 21:49:29 UTC+5:30, Danial Klimkin wrote:

 Hello Chirag,


 Looking on the code below, the network parameter is not specified 
 correctly:

 $networkTargetParameter = new NetworkSearchParameter();
   $networksetting = new NetworkSetting();
   $networksetting-SearchParameterType = 'targetGoogleSearch';
   $networkTargetParameter-networkSetting = $networksetting;

 Please see the structure here:


 https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.NetworkSearchParameter

 You need to provide true or false values for every option 
 (partner network is optional).

 Let us know if the result still differ with the UI when you specify 
 only targetGoogleSearch == true. Please provide exact XML (not PHP) 
 code 
 for the request in this case.


 -Danial, AdWords API Team.


 On Friday, August 16, 2013 2:12:18 PM UTC+4, Chirag wrote:

 Hello Danial,

 Yes after selecting google and search partner i am getting Search 
 volume properly.
 But avg CPC data is still not matched. and to find UI data i need 
 option to get data on previous dates.
 How i can find avg cpc on previous dates data.

 Also one more question.

 Using API i am only passing google as targetting than why API is 
 giving me data for Google and search partners?

 Thanks,



 On Friday, 16 August 2013 14:12:50 UTC+5:30, Danial Klimkin wrote:

 Hello Chirag,


 Please check the UI numbers with Google and search partners 
 instead of Google option on the left. Do they match in this case?


 -Danial, AdWords API Team.


 On Thursday, August 15, 2013 10:11:39 PM UTC+4, Chirag wrote:

 Hello Danial,

 I am using same parameter,but i am not getting same result as 
 UI. You can see the diffrence.
 * API 
 value *
  * UI value  *
 Keyword   Search volume AVG 
 CPC (Micro Amount)  Search volume AVG CPC  

 in home senior care 1000   216846693
  880

Re: Reporting - Data for Removed artifacts

2015-04-28 Thread Danial Klimkin
Hello Stacle,


I am not able to reproduce this report with your definition. Are you sure 
this was a response for this exact definition?

If it was, can you let me know the exact timestamp of the request 
(including timezone)?


-Danial, AdWords API Team.


On Monday, April 27, 2015 at 9:52:11 PM UTC+3, Stacie Waleyko wrote:

 Hi Danial,

 I'm seeing some behavior that doesn't match the original post (data for 
 artifacts that are marked removed is not included by default, even if they 
 had impressions, clicks etc. in the chosen date range). I have an account 
 with two campaigns that both have clicks in the March 20 - April 26 date 
 range. Today (April 27) I removed the campaigns and added two new ones. 
 Then I pulled the campaign performance report for March 20 - April 26 and 
 even thought I did not specify to include removed campaigns all four came 
 back in the report. Is this correct? I thought v201502 was going to omit 
 the removed campaigns. I am happy to see the removed campaigns coming back 
 in the performance report for the same reasons the original post states.

 Report Definition:

 ?xml version=1.0 encoding=UTF-8?
 reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201502;
 selector
 fieldsCampaignId/fields
 fieldsClicks/fields
 fieldsCost/fields
 fieldsAveragePosition/fields
 dateRange
 min20150320/min
 max20150426/max
 /dateRange
 /selector
 reportNameCampaign Performance Report/reportName
 reportTypeCAMPAIGN_PERFORMANCE_REPORT/reportType
 dateRangeTypeCUSTOM_DATE/dateRangeType
 downloadFormatCSV/downloadFormat
 /reportDefinition


 Response:

 Campaign Performance Report (Mar 20, 2015-Apr 26, 2015)
 Campaign ID,Clicks,Cost,Avg. position
 236328925,1,28,2.7
 244349485,0,0,0.0
 236328805,5,287,3.2
 244349365,0,0,0.0
 Total,6,315,3.2



 Thanks,
 Stacie


 On Tuesday, April 21, 2015 at 6:07:04 AM UTC-7, Danial Klimkin wrote:

 Hello Greg,


 Let me check internally and get back to you in a few days.


 -Danial.


 On Monday, April 20, 2015 at 5:41:28 PM UTC+3, GregT wrote:

 Danial, just to clarify when you said:

 Reporting filters out removed entries for the level of the report only. 
 So, account level report will return stats for all objects (and you can't 
 actually add CampaignStatus predicate while requesting it).

 Does this mean, for instance, with a criteria performance report, we 
 will get stats back for criteria that are in removed campaigns and/or 
 removed ad groups that might now only have removed ads, so long as the 
 criteria (criteria, placement, etc.) itself does not currently have the 
 status of removed?  And for an ad performance report, we will get data back 
 for ads that do not have the status of removed, even if the ad group and 
 campaign are removed?

 Thanks,
 Greg

 On Monday, April 20, 2015 at 7:47:46 AM UTC-5, Danial Klimkin wrote:

 Hello MG,


 1. No, only OBJECT_PERFORMANCE_REPORTs are affected. This includes 
 CRITERIA but excludes PLACEMENT or KEYWORD.

 2. This is unfortunately true. I've flagged this with the scripts team 
 so they can review / document this aspect.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 8:38:48 PM UTC+3, AdWordsApiUser wrote:

 Thanks for your explanation. I have a couple of questions/comments:

 1. Thanks for clarifying the bit about what level removed artifacts 
 are filtered. For reports such as Search Terms Report, or Placement 
 Performance Report etc. - do they contain data for Removed 
 Campaigns/AdGroups/Keywords/Ads, or the condition needs to be explicitly 
 added for any artifact that could be in removed state? 

 2. For scripts, the version is optional. Unfortunately most people 
 I've seen write scripts, do not include this parameter, leading to 
 auto-upgrade.

 TGIF :)
 MG

 On Friday, April 17, 2015 at 11:44:54 AM UTC-3, Danial Klimkin wrote:

 Hello MG,


 We normally avoid making changes into launched API versions. Scripts 
 users (those specifying API version) should not be affected, unless they 
 didn't read the release notes when migrated to v201502.

 Please note while we are going to discuss this issue, I can't promise 
 this change will be implemented.


 -Danial.



 On Friday, April 17, 2015 at 4:57:31 PM UTC+3, AdWordsApiUser wrote:

 Hi Danial,

 Thanks for your quick response. Is there a chance that this might 
 change in v201502? If yes, then we'd like to hold off the internal 
 upgrade 
 waiting for this to happen. My guess is must already be affecting 
 scripts, 
 and as this is pretty much a silent change, script users might not even 
 realize that the data they are fetching is not complete anymore.

 Cheers,
 MG

 On Friday, April 17, 2015 at 9:08:26 AM UTC-3, Danial Klimkin wrote:

 Hello,


 Reporting filters out removed entries for the level of the report 
 only. So, account level report will return stats for all objects (and 
 you 
 can't actually

Re: проблема с отчётом Keywords Performance Report

2015-04-27 Thread Danial Klimkin
Юрий, добрый день,


Я полагаю, ключевые слова есть только в первой группе, а в следующих -- 
критерии иного типа (placements, interests). Они не могут быть отражены в 
keyword performance report.

Также, для КМС лучше использовать Display Keyword Performance Report и 
Display Topics Performance Report:

  
https://developers.google.com/adwords/api/docs/appendix/reports#display-keyword
  https://developers.google.com/adwords/api/docs/appendix/reports#display-topics


Даниил, команда AdWords API.


On Thursday, April 23, 2015 at 3:19:06 PM UTC+3, yuriy@ingate.ru wrote:

 Добрый день!

 Cтолкнулся со следующей проблемой в отчете Keywords Performance Report, 
 полученном через API.

 Есть кампания с типом «Только контекстно-медийная сеть», в этой кампании 
 есть четыре группы объявлений. При получении отчета Keywords Performance 
 Report мы получаем из API статистику только по объявлениям из одной 
 группы.

 *Данные из **API**:*

 Данных по остальным трем группам в отчете нет, но в отчете по кампаниям 
 Campaign Performance Report пропавшая статистика по трем остальным группам 
 вошла в общую статистику по кампании.

 По другой кампании с типом «Только контекстно-медийная сеть» и с 
 несколькими группами объявлений мы получаем числа, расходящиеся с тем, что 
 мы видим в интерфейсе.

 *Параметры запроса* для 
 ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT: 

- CampaignStatus = ENABLED или PAUSED; 
- IsNegative = false; 
- Status = ENABLED или PAUSED или REMOVED 

 В полученных данных есть строчка:
 Keyword ID,Keyword state,*Clicks*,Cost,CTR,Impressions,Day,Keyword,Campaign 
 ID,Is negative,Campaign state

 300,enabled,*19*
 ,4871,0.08%,24030,2015-04-04,Content,{id-кампании},false,enabled

 *В интерфейсе сумма кликов – 34*, из них 19 принадлежат одной группе 
 объявлений. (см. изображение ниже)

 [image: 
 https://lh3.googleusercontent.com/-2YW8tqP1RAg/VTfTUDSoOLI/AAM/KuRDbtZB7p4/s320/adwords1.png]
  
 https://lh3.googleusercontent.com/-2YW8tqP1RAg/VTfTUDSoOLI/AAM/KuRDbtZB7p4/s1600/adwords1.png

  

 Данные по кампании полученные в отчете Campaign Performance Report 
 полностью совпадают с тем, что мы получаем из API.

 Можно ли получить в отчете Keywords Performance Report информацию по 
 кампании с графическими объявлениями полностью, по всем группам объявлений, 
 так, чтобы суммарная статистика по фразам кампании из Keywords Performance 
 Report совпадала со статистикой из интерфейса?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95fa0af0-31e4-4207-a4bd-2d2e85e22739%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get segmented or hour of day campaign statistics using adwords API?

2015-04-23 Thread Danial Klimkin
Hello Amit,


I am closing this thread as it is two years old.

Please start a new thread giving more details about the error: exact error 
message, your report definition, clientCustomerId.


-Danial, AdWords API Team.


On Wednesday, April 22, 2015 at 4:20:38 PM UTC+3, Amit Shah wrote:

 Hello Danial,

 There are API Report supporting HourOfDay column .. but when i try to use 
 it with Campaign Performance Report, it gives error saying Report Cannot be 
 downloaded.

 On Friday, January 11, 2013 at 7:24:53 PM UTC+5:30, Danial Klimkin wrote:

 Hello,


 Many of the API report support HourOfDay column. This should segment 
 your stats hourly. See this page as a reference:

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


 -Danial, AdWords API Team.


 On Wednesday, January 9, 2013 7:29:43 PM UTC+4, Dev HPO wrote:


 I need to monitor the hourly ad spending using adwords api. I can do 
 this in web page but AWQL only support daily. Can somebody help me?
 Thank you very much.
 Attached please find the hour of day campaign statistics image.

 JQ



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/31cd6873-cdc6-4cd4-90de-48b703df11bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR requesting Campaign Extension

2015-04-21 Thread Danial Klimkin
Hi Afzal,


i'll update this thread as soon as the fix is rolled out. Unfortunately I 
can't suggest any ETA but I expect the fix to be ready soon.


-Danial, AdWords API Team.


On Tuesday, April 21, 2015 at 1:16:49 PM UTC+3, af...@thesnugg.com wrote:

 Hi Danial,

 Can you please tell me if there has been any progress on my post, do you 
 have an ETA for a fix?

 Kind Regards,

 Afzal

 On Tuesday, April 14, 2015 at 3:41:12 PM UTC+1, Danial Klimkin wrote:

 Hello Afzal,


 Could you please send me the exact XML request and full server response 
 *over 
 email* (reply to author on the right)?


 -Danial, AdWords API Team.


 On Tuesday, April 14, 2015 at 3:53:36 PM UTC+3, af...@thesnugg.com wrote:

 Hi,

 I'm using the C# Clinet library to get Campaign Extensions using 
 CampaignExtensionSettingService, the code I am using is:

 // Get the CampaignExtensionSettingService.
 CampaignExtensionSettingService campaignExtensionSettingService =
 (CampaignExtensionSettingService)user.GetService(
 AdWordsService.v201502.CampaignExtensionSettingService);

 Selector eSelector = new Selector()
 {
 fields = new string[] { CampaignId, ExtensionType },
 predicates = new Predicate[] {
 new Predicate() {
 field = CampaignId,
 @operator = PredicateOperator.EQUALS,
 values = new string[] {campaign.id.ToString()}
 },
 new Predicate() {
 field = ExtensionType,
 @operator = PredicateOperator.EQUALS,
 // values = new string[] {CALLOUT}
 values = new string[] {SITELINK}
 }
 
 }
 };

 CampaignExtensionSettingPage ePage = 
 campaignExtensionSettingService.get(eSelector);


 If there is no extension the the results have 0 entries but when there 
 are extensions the following exception is thrown:

 System.Web.Services.Protocols.SoapException: 
 [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
   at 
 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
  
 message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
 methodName, Object[] parameters)
   at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String 
 methodName, Object[] parameters) 

 Can you please help?

 Regards,


 Afzal



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c5a20b65-ac51-4adc-9448-61ec63e52951%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting - Data for Removed artifacts

2015-04-21 Thread Danial Klimkin
Hello Greg,


Let me check internally and get back to you in a few days.


-Danial.


On Monday, April 20, 2015 at 5:41:28 PM UTC+3, GregT wrote:

 Danial, just to clarify when you said:

 Reporting filters out removed entries for the level of the report only. 
 So, account level report will return stats for all objects (and you can't 
 actually add CampaignStatus predicate while requesting it).

 Does this mean, for instance, with a criteria performance report, we will 
 get stats back for criteria that are in removed campaigns and/or removed ad 
 groups that might now only have removed ads, so long as the criteria 
 (criteria, placement, etc.) itself does not currently have the status of 
 removed?  And for an ad performance report, we will get data back for ads 
 that do not have the status of removed, even if the ad group and campaign 
 are removed?

 Thanks,
 Greg

 On Monday, April 20, 2015 at 7:47:46 AM UTC-5, Danial Klimkin wrote:

 Hello MG,


 1. No, only OBJECT_PERFORMANCE_REPORTs are affected. This includes 
 CRITERIA but excludes PLACEMENT or KEYWORD.

 2. This is unfortunately true. I've flagged this with the scripts team so 
 they can review / document this aspect.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 8:38:48 PM UTC+3, AdWordsApiUser wrote:

 Thanks for your explanation. I have a couple of questions/comments:

 1. Thanks for clarifying the bit about what level removed artifacts are 
 filtered. For reports such as Search Terms Report, or Placement Performance 
 Report etc. - do they contain data for Removed 
 Campaigns/AdGroups/Keywords/Ads, or the condition needs to be explicitly 
 added for any artifact that could be in removed state? 

 2. For scripts, the version is optional. Unfortunately most people I've 
 seen write scripts, do not include this parameter, leading to auto-upgrade.

 TGIF :)
 MG

 On Friday, April 17, 2015 at 11:44:54 AM UTC-3, Danial Klimkin wrote:

 Hello MG,


 We normally avoid making changes into launched API versions. Scripts 
 users (those specifying API version) should not be affected, unless they 
 didn't read the release notes when migrated to v201502.

 Please note while we are going to discuss this issue, I can't promise 
 this change will be implemented.


 -Danial.



 On Friday, April 17, 2015 at 4:57:31 PM UTC+3, AdWordsApiUser wrote:

 Hi Danial,

 Thanks for your quick response. Is there a chance that this might 
 change in v201502? If yes, then we'd like to hold off the internal 
 upgrade 
 waiting for this to happen. My guess is must already be affecting 
 scripts, 
 and as this is pretty much a silent change, script users might not even 
 realize that the data they are fetching is not complete anymore.

 Cheers,
 MG

 On Friday, April 17, 2015 at 9:08:26 AM UTC-3, Danial Klimkin wrote:

 Hello,


 Reporting filters out removed entries for the level of the report 
 only. So, account level report will return stats for all objects (and 
 you 
 can't actually add CampaignStatus predicate while requesting it).

 In general, I see your point. We may want to take another look on how 
 this is handled.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 2:59:53 PM UTC+3, AdWordsApiUser wrote:

 In the new version of the API, when using AdHoc reports, data for 
 artifacts that are marked removed is not included by default, even if 
 they 
 had impressions, clicks etc. in the chosen date range. This makes the 
 reports incorrect. If an entity was active in the past, its statistics 
 should be included, irrespective of whether it is active or not now. 

 This also makes me wonder - when I ask for an account performance 
 report, would it not include data for campaigns that were deleted? Or, 
 it 
 would? Both cases create a discrepancy - the first one is obviously 
 wrong, 
 and in the second one, the campaign report does not add up to the 
 account 
 performance report, unless the special condition is included.

 This particular change in behavior has made the transition to the 
 new version of the API particularly painful, and I have to remember to 
 include WHERE CampaignStatus IN [ACTIVE, PAUSED, REMOVED] in all my 
 awqls. It probably makes sense for most services, but not for reporting 
 stats.



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

Re: Change Campaign Status [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

2015-04-20 Thread Danial Klimkin
Hello Michael,


It doesn't look the request was formed properly. Are you using any of our 
client libraries?

  https://developers.google.com/adwords/api/docs/clientlibraries


-Danial, AdWords API Team.


On Monday, April 20, 2015 at 4:08:07 PM UTC+3, Michael D wrote:

 Hello Daniel,

 Ok, so I can just change the status of a paused or an active campaign.

 When I try to pause a Campaign this is what my sniffer shows me: 
 But there is no value for the status in it. In my first the first Post you 
 can see how this soap is created.
 Looks ike this is a Problem of serialization in Mono :( or do I miss 
 something else?

 POST https://adwords.google.com/api/adwords/cm/v201409/CampaignService 
 HTTP/1.1
 User-Agent: Mono Web Services Client Protocol 4.0.50524.0
 Authorization: Bearer ya29.
 x
 SOAPAction: 
 Content-Type: text/xml; charset=utf-8
 Content-Length: 658
 Host: adwords.google.com

 ?xml version=1.0 encoding=utf-8?
 soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns
 :xsd=http://www.w3.org/2001/XMLSchema; xmlns:soap=http://schemas.
 xmlsoap.org/soap/envelope/

 soap:Header
 RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/v201409;
 clientCustomerIdXX/clientCustomerId
 developerTokenXXX/developerToken
 userAgentAdWordsChangeCampaign/userAgent
 /RequestHeader
 /soap:Header

 soap:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201409;
 operations
 operatorSET/operator
 operand
 id270327786/id
 /operand
 /operations
 /mutate
 /soap:Body
 /soap:Envelope

 Thank you very much



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d4eb06d-03dd-40af-bc30-9d3cc29ac233%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting - Data for Removed artifacts

2015-04-20 Thread Danial Klimkin
Hello MG,


1. No, only OBJECT_PERFORMANCE_REPORTs are affected. This includes 
CRITERIA but excludes PLACEMENT or KEYWORD.

2. This is unfortunately true. I've flagged this with the scripts team so 
they can review / document this aspect.


-Danial, AdWords API Team.


On Friday, April 17, 2015 at 8:38:48 PM UTC+3, AdWordsApiUser wrote:

 Thanks for your explanation. I have a couple of questions/comments:

 1. Thanks for clarifying the bit about what level removed artifacts are 
 filtered. For reports such as Search Terms Report, or Placement Performance 
 Report etc. - do they contain data for Removed 
 Campaigns/AdGroups/Keywords/Ads, or the condition needs to be explicitly 
 added for any artifact that could be in removed state? 

 2. For scripts, the version is optional. Unfortunately most people I've 
 seen write scripts, do not include this parameter, leading to auto-upgrade.

 TGIF :)
 MG

 On Friday, April 17, 2015 at 11:44:54 AM UTC-3, Danial Klimkin wrote:

 Hello MG,


 We normally avoid making changes into launched API versions. Scripts 
 users (those specifying API version) should not be affected, unless they 
 didn't read the release notes when migrated to v201502.

 Please note while we are going to discuss this issue, I can't promise 
 this change will be implemented.


 -Danial.



 On Friday, April 17, 2015 at 4:57:31 PM UTC+3, AdWordsApiUser wrote:

 Hi Danial,

 Thanks for your quick response. Is there a chance that this might change 
 in v201502? If yes, then we'd like to hold off the internal upgrade waiting 
 for this to happen. My guess is must already be affecting scripts, and as 
 this is pretty much a silent change, script users might not even realize 
 that the data they are fetching is not complete anymore.

 Cheers,
 MG

 On Friday, April 17, 2015 at 9:08:26 AM UTC-3, Danial Klimkin wrote:

 Hello,


 Reporting filters out removed entries for the level of the report only. 
 So, account level report will return stats for all objects (and you can't 
 actually add CampaignStatus predicate while requesting it).

 In general, I see your point. We may want to take another look on how 
 this is handled.


 -Danial, AdWords API Team.


 On Friday, April 17, 2015 at 2:59:53 PM UTC+3, AdWordsApiUser wrote:

 In the new version of the API, when using AdHoc reports, data for 
 artifacts that are marked removed is not included by default, even if 
 they 
 had impressions, clicks etc. in the chosen date range. This makes the 
 reports incorrect. If an entity was active in the past, its statistics 
 should be included, irrespective of whether it is active or not now. 

 This also makes me wonder - when I ask for an account performance 
 report, would it not include data for campaigns that were deleted? Or, it 
 would? Both cases create a discrepancy - the first one is obviously 
 wrong, 
 and in the second one, the campaign report does not add up to the account 
 performance report, unless the special condition is included.

 This particular change in behavior has made the transition to the new 
 version of the API particularly painful, and I have to remember to 
 include 
 WHERE CampaignStatus IN [ACTIVE, PAUSED, REMOVED] in all my awqls. It 
 probably makes sense for most services, but not for reporting stats.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6855ce43-af6a-49f3-afcf-b879d2a931da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [v201209] Discrepancy between API results and web UI search volume results

2015-04-20 Thread Danial Klimkin
This thread is a few years old. Please create a new one instead of 
reopening such an old thread.


-Danial.


On Monday, April 20, 2015 at 3:39:29 PM UTC+3, Afrooz Shaikh wrote:

 I just came Accross this issue, initialy i taught every thing was working 
 fine because the UI and API wer Giving same data, bt as the number of 
 keywords kept on increasing i saw difference of about 100 times in the 
 search volume of 30% of the keywords i used. 



 package uber.keyword.bussiness;


 import java.io.IOException;
 import java.sql.CallableStatement;
 import java.sql.SQLException;
 import java.util.HashMap;
 import java.util.Map;


 import com.google.api.ads.adwords.axis.factory.AdWordsServices;
 import com.google.api.ads.adwords.axis.v201406.cm.ApiException;
 import com.google.api.ads.adwords.axis.v201406.cm.Language;
 import com.google.api.ads.adwords.axis.v201406.cm.Location;
 import com.google.api.ads.adwords.axis.v201406.cm.Money;
 import com.google.api.ads.adwords.axis.v201406.cm.Paging;
 import com.google.api.ads.adwords.axis.v201406.o.Attribute;
 import com.google.api.ads.adwords.axis.v201406.o.AttributeType;
 import com.google.api.ads.adwords.axis.v201406.o.IdeaType;
 import com.google.api.ads.adwords.axis.v201406.o.LanguageSearchParameter;
 import com.google.api.ads.adwords.axis.v201406.o.LocationSearchParameter;
 import com.google.api.ads.adwords.axis.v201406.o.LongAttribute;
 import com.google.api.ads.adwords.axis.v201406.o.MoneyAttribute;
 import com.google.api.ads.adwords.axis.v201406.o.
 RelatedToQuerySearchParameter;
 import com.google.api.ads.adwords.axis.v201406.o.RequestType;
 import com.google.api.ads.adwords.axis.v201406.o.SearchParameter;
 import com.google.api.ads.adwords.axis.v201406.o.StringAttribute;
 import com.google.api.ads.adwords.axis.v201406.o.TargetingIdea;
 import com.google.api.ads.adwords.axis.v201406.o.TargetingIdeaPage;
 import com.google.api.ads.adwords.axis.v201406.o.TargetingIdeaSelector;
 import com.google.api.ads.adwords.axis.v201406.o.
 TargetingIdeaServiceInterface;
 import com.google.api.ads.adwords.axis.v201406.o.Type_AttributeMapEntry;
 import com.google.api.ads.adwords.lib.client.AdWordsSession;
 import com.google.api.ads.common.lib.auth.OfflineCredentials;
 import com.google.api.ads.common.lib.auth.OfflineCredentials.Api;
 import com.google.api.ads.common.lib.conf.ConfigurationLoadException;
 import com.google.api.ads.common.lib.exception.OAuthException;
 import com.google.api.ads.common.lib.exception.ValidationException;
 import com.google.api.client.auth.oauth2.Credential;
 ...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2d038c46-3a90-45cd-92d4-8e706d761aae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   5   6   7   8   9   10   >