Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Tomas Rimkus
I understand that I can find out if a different Budget object was assigned 
to a campaign (budget ID changes) by checking if campaignChangeStatus was 
set to FIELDS_CHANGED. However I would like to check if budget amount 
changed even the same budget object is used (ID did not change). How can I 
do that?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a680876-b509-469f-8383-51ffcffabd85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2015-01-26 Thread David Midgley
Hi Anash/API Team

It's been two and a half months since the last reply on this and the 201402 
API has been sunset for a while now. Do you have an update on this?

Currently my app is alerting users to manually rename a deleted adgroup so 
it can create a new adgroup. As you can imagine this is not very 
practical...

It would be great to get clarity as to whether the GUI is going to change 
to disallow editing of removed adgroups (ie harmonise with how the API 
currently works) or if the API will re-enable the ability to modify deleted 
adgroups in the future.

Any kind of update would be great please!

Cheers

David

On Monday, 3 November 2014 15:41:43 UTC, Anash P. Oommen (AdWords API Team) 
wrote:
>
> Hi Eric,
>
> We are still looking into this, and we are aware of the upcoming 201402 
> sunset. I'll update you once I hear from the team.
>
> Cheers,
> Anash
>
> On Thursday, October 30, 2014 10:35:32 AM UTC-4, eric.ste...@gmail.com 
> wrote:
>>
>> Hi Anash,
>>
>> Were you able to find out about the uniqueness behavior on adgroups? The 
>> 201402 version is sunsetting soon, so we need to know what we have to do.
>>
>> Thanks,
>> Eric
>>
>> On Wed, Oct 22, 2014 at 4:06 PM, Eric Maas > > wrote:
>>
>>> Thanks!
>>>
>>> On Tue, Oct 21, 2014 at 11:23 AM, Anash P. Oommen (AdWords API Team) <
>>> adwordsapia...@google.com > wrote:
>>>
 Hi Eric,

 Campaigns don't enforce unique name in deleted items, I'll check with 
 the team if the same behaviour can be extended to adgroups.

 Cheers,
 Anash


 On Monday, October 20, 2014 5:56:04 PM UTC-4, eric.ste...@gmail.com 
 wrote:
>
> Hi Anash,
>
> Can you find out if the unique constraint is still going to be 
> enforced going forward for removed items?  If AdWords is no longer going 
> to 
> allow you to unremove an item, it seems strange that removed items would 
> still be part of the uniqueness check.  As we've described in this 
> thread, 
> it presents problems for API users, but I would also see it creating 
> problems for UI users as well.  The user would try to create a new Ad 
> Group, the UI would tell them they can't because the name is already used 
> - 
> but when the user goes to look for it they can't find it, or they think 
> to 
> look at the removed Ad Groups and find it there, only to find they can't 
> change it.
>
> Thanks,
> Eric
>
> On Tue, Oct 14, 2014 at 3:54 PM, Anash P. Oommen (AdWords API Team) <
> adwordsapia...@google.com > wrote:
>
>> Hi David,
>>
>> The team got back to me telling that this change is not feasible, so 
>> you need to rename and then delete if you need to maintain unique name.
>>
>> Cheers,
>> Anash
>>
>>
>> On Friday, October 10, 2014 6:23:34 AM UTC-4, David Midgley wrote:
>>>
>>> Hi Anash/API Team
>>>
>>> Now that v201409 is released the countdown has started on the 
>>> sunsetting of v201402 which basically means we need a workaround to 
>>> this 
>>> problem soon as v201402 is the only live version that allows the 
>>> renaming 
>>> of deleted adgroups!
>>>
>>> Anash, you mentioned:
>>>
>>> "
>>> I've asked the team to investigate whether it is feasible to allow 
>>> deleted adgroups and campaigns to be renamed. I'll update the thread as 
>>> I 
>>> hear from them
>>> "
>>>
>>> Have you heard from the team?
>>>
>>> Cheers
>>>
>>> David
>>>
>>> On Thursday, 18 September 2014 14:51:46 UTC+1, Anash P. Oommen 
>>> (AdWords API Team) wrote:

 Hi Mariusz,

 I've asked the team to investigate whether it is feasible to allow 
 deleted adgroups and campaigns to be renamed. I'll update the thread 
 as I 
 hear from them,

 Cheers,
 Anash

 On Thursday, September 18, 2014 5:43:41 AM UTC-4, Mariusz wrote:
>
> One more thing to bear in mind is that you probably should version 
> deleted adgroups. Imagine:
>
>- user creates adgroup “test” 
>- then deletes it, so the system first renames it to 
>“test_del” and then marks as deleted 
>- user creates again adgroup named “test” 
>- user tries to delete it 
>
> The system will fail in step 4, because it will try to rename 
> adgroup to “test_del”, but that name already exists. So what you may 
> do in 
> that case is to detect the error, and try to rename it to “test_del1”.
>
> Cheers,
>
> Mariusz
>
> On Thursday, 18 September 2014 08:24:33 UTC+1, Oliver wrote:
>
> Just thinking loud here, if the adgroups are deleted via your 
>> software, what if you rename the adgroup *before *you delete 
>> it?  We u

Get Campaign Cost/AdSpend Per Day Using PHP Adword API

2015-01-26 Thread Sany Ahmed
Hi, 
I am currently using PHP Adword API to get data from my account(MCC). 
I have couple of questions.

*1. * How can I get the adspend/cost amount from my adword account, using 
PHP Adword Client API.For Example. i need the amount of cost for my 
campaign on specific data e.g* ON 2014-12-14 the cost for campaign XXX was 
$380*, so how can i query date wise campaign cost using PHP Adword API, i 
see the documentation, but is it supports service account facility like 
Google Analytics PHP client api where i can pass VIEW Id and some 
metrics/dimension, in response it returns value of the 
dimensions/metrics.(Without Consent Screen/User Permission).

*2. *If first one not possible, then my second question arises, i have seen 
i can link my Google Analytics & Google Adword account,which will help me 
to see my data statistics on both of my account, i am trying to do it 
because it is easy for me to get data from Google Analytics as it has some 
metrics for Adword Cost like ga:adCost.But when i tried to link both 
account from Google Analytics it showed me *Resource is not available*.

it will be please for me if you notify me some solution of these kind of 
situation.

Thanks 
Sany Ahmed

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/29a416dc-fce2-4f7b-b2e1-a311af2d5818%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Schedule ads for an entire day

2015-01-26 Thread andrew . pankin+testmcc
I'm trying to configure our API to schedule an ad for an entire day (24 
hours of Monday, e.g.) but I can't figure out the parameter to set the 
schedule for a full day.

Please 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ebbe4425-9f18-43cf-9025-07ab673cdee9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords API Post Not Matching AdWords

2015-01-26 Thread msj
I pulled in API stats for 1/23-25, 2015 and the API doesn't match AdWords.
I need to get numbers posted in the next hour, does anyone know if there is 
a problem with the API today?
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/58aa4e41-9549-4c59-8a4e-da7cc853d2b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Data Format

2015-01-26 Thread Santiago Pomar
Hello:

I get Report by API Adwords, but any columns as cost has not data format, 
the column cost should be decimal. The column cost has not character '.' 
(decimal separator).

Example: ReportType 

: DESTINATION_URL_REPORT 
https://developers.google.com/adwords/api/docs/appendix/reports?hl=es#destination-url

If I get data with Adwords Dashboard the cost is 4,76 (Spain decimal 
separator is a character * , )*

But I get data with API the cost is 476


The data returned by API has not Format?

Thank you.

Regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e6f4ea1f-d2c6-4720-89d4-7467ea2387e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to apply for AdWords API Access from my MCC account - nothing happens when I click "Continue" in AdWords API Center

2015-01-26 Thread Paweł Kasztelan
As in the title - I am unable to apply for AdWords API Access from my MCC 
account - nothing happens when I click "Continue" under the signup form on 
AdWords API Center page. 

In Firebug console I noticed that server returns warning *Api exception - 
Api signup failed* caused by *UNEXPECTED_INTERNAL_API_ERROR*, but no error 
message is shown in web browser, only "Saving..." message appears and 
dissapears seconds later -- and without getting my application form 
submitted, and getting temporary/unactive developer token assigned I am 
unable to use even the test MCC account.

I already reported this to support using email contact form on AdWords 
support page, but I am left wondering how long will it take to fix the 
issue, as I only got a generic "thanks for reporting" email as answer.

How long will it take to fix the issue, or is there some other way to apply 
for API access than through AdWords API Center?
Or maybe I am the only person with this problem and there is just something 
wrong with my PC?

Best Regards,
Paweł

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87dfd85b-3666-4ad0-8527-c993e95d7ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to apply for AdWords API Access from my MCC account - nothing happens when I click "Continue" in AdWords API Center

2015-01-26 Thread Danial Klimkin
Hello Pawel,


When did you experience this problem? We had an issue with the sign up page 
but it should be resolved by now.


-Danial, AdWords API Team.


On Monday, January 26, 2015 at 1:04:27 PM UTC+3, Paweł Kasztelan wrote:
>
> As in the title - I am unable to apply for AdWords API Access from my MCC 
> account - nothing happens when I click "Continue" under the signup form on 
> AdWords API Center page. 
>
> In Firebug console I noticed that server returns warning *Api exception - 
> Api signup failed* caused by *UNEXPECTED_INTERNAL_API_ERROR*, but no 
> error message is shown in web browser, only "Saving..." message appears and 
> dissapears seconds later -- and without getting my application form 
> submitted, and getting temporary/unactive developer token assigned I am 
> unable to use even the test MCC account.
>
> I already reported this to support using email contact form on AdWords 
> support page, but I am left wondering how long will it take to fix the 
> issue, as I only got a generic "thanks for reporting" email as answer.
>
> How long will it take to fix the issue, or is there some other way to 
> apply for API access than through AdWords API Center?
> Or maybe I am the only person with this problem and there is just 
> something wrong with my PC?
>
> Best Regards,
> Paweł
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8fc08104-f28c-4de8-bace-be6dcf2e08a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Exact results for keyword search volume

2015-01-26 Thread OMC Ticketsystem
HI,

I´m using Python to query keyword search volumes.

The following is the snippet of my source to query the api:

keywords = ['e-bike herren', 'transportkarre']

targeting_idea_service = self.client.GetService(
'TargetingIdeaService', version='v201409')

# Construct selector object and retrieve related keywords.
offset = 0

selector = {
'searchParameters': [
{
'xsi_type': 'RelatedToQuerySearchParameter',
'queries': queries
},
{
'xsi_type': 'LanguageSearchParameter',
'languages': [{'id': '1001'}]
}
],
'ideaType': 'KEYWORD',
'requestType': 'STATS',
'requestedAttributeTypes': ['KEYWORD_TEXT', 
'TARGETED_MONTHLY_SEARCHES'],
'paging': {
'startIndex': str(offset),
'numberResults': str(self.PAGE_SIZE)
}
}

more_pages = True
while more_pages:
page = targeting_idea_service.get(selector)
# ..


This works but there is a significant difference between the intersection 
of the resulting search volumes and the search volume from the Google 
Keyword Planner. (e.g. 8817 vs 170 for "e-bike herren" and 15217 vs 1300 
for "transportkarre"). I´ve come acoss KeywordMatchType which may be set to 
'EXACT' to fetch better values. However I´am not seeing a way to define 
that in the above source. I tried defining "matchType": 'EXACT' at 
different places in the selector.

Can someone please tell how to make this call request exact data?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8416566a-5e04-4273-a184-c2df033da7f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Data Format

2015-01-26 Thread Danial Klimkin
Hello Santiago,


The data format for money values is micros, as described here:

  
https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money


-Danial, AdWords API Team.


On Monday, January 26, 2015 at 1:00:48 PM UTC+3, Santiago Pomar wrote:
>
> Hello:
>
> I get Report by API Adwords, but any columns as cost has not data format, 
> the column cost should be decimal. The column cost has not character '.' 
> (decimal separator).
>
> Example: ReportType 
> 
> : DESTINATION_URL_REPORT 
>
> https://developers.google.com/adwords/api/docs/appendix/reports?hl=es#destination-url
>
> If I get data with Adwords Dashboard the cost is 4,76 (Spain decimal 
> separator is a character * , )*
>
> But I get data with API the cost is 476
>
>
> The data returned by API has not Format?
>
> Thank you.
>
> Regards,
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c2a2250a-22d7-4702-ba3e-a894e3fade0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Schedule ads for an entire day

2015-01-26 Thread Danial Klimkin
Hello Andrew,


You need an AdSchedule 

 
criterion with startHour of "0", startMinute "ZERO", endHour "24" and 
endMinute "ZERO".

Set the dayOfWeek field to the day you need.


-Danial, AdWords API Team.


On Monday, January 26, 2015 at 4:27:09 PM UTC+3, andrew.pan...@teracode.com 
wrote:
>
> I'm trying to configure our API to schedule an ad for an entire day (24 
> hours of Monday, e.g.) but I can't figure out the parameter to set the 
> schedule for a full day.
>
> Please 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df8599ff-64ee-4799-8d2d-105e6d185141%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API Post Not Matching AdWords

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi,

Have you taken a look at the Help Center article on data availability 
? In particular, 
depending on the fields you are requesting, all of the data for 1/25 may 
not be available yet.

That being said, if you run the same report for the same date range *at the 
same time* in the UI and the API, you should get the same values. If you do 
not run them at the same time, then it's possible that the data was updated 
between the two runs.

Thanks,
Josh, AdWords API Team

On Monday, January 26, 2015 at 9:22:27 AM UTC-5, msj wrote:
>
> I pulled in API stats for 1/23-25, 2015 and the API doesn't match AdWords.
> I need to get numbers posted in the next hour, does anyone know if there 
> is a problem with the API today?
> 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/65d61528-c18c-47db-953d-b9db63b2b2ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customer Service Not Authorized

2015-01-26 Thread Danial Klimkin
Hello Ronak,


On what step do you encounter this error? You need to have both MCC and end 
account credentials (2 sets) to be able to accomplish this.


-Danial, AdWords API Team.


On Sunday, January 25, 2015 at 8:46:34 PM UTC+3, MCC Test wrote:
>
> Hello,
>
> I am making a functionality to send the invite to normal adwords account 
> to manage the account by an mcc account and also accept the invite onbehalf 
> of invitation sent.I have a test developer token and when I try to link one 
> test mcc account to other mcc test account then it works perfectly.Now 
> finally I replaced the test developer token with active developer token and 
> when I tried to link the normal adwords account (Non-Test) with live MCC 
> account then the code gives an error like 
> "ManagedCustomerServiceError.NOT_AUTHORIZED"
>
> Can anyone please look into this??
>
> 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/27ff5540-70e7-4f2f-9393-f47352cf4018%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to create campaign that will show up as "Mobile app installs" in Adwords UI?

2015-01-26 Thread Danial Klimkin
Hello Donald,


Sorry I got confused originally. Most of the UI subtypes are not available 
via the API, they are only used by UI to simplify campaign setup.

You can create a general display campaign with corresponding ads, there is 
no need to set the type to target mobile apps via the API.


-Danial, AdWords API Team.



On Thursday, January 22, 2015 at 9:41:25 PM UTC+3, Donald Hui wrote:
>
> Thanks Danial but I am still confused. I see there is a "Display Mobile 
> App" subtype, however that seems to create a "Mobile App Installs" subtype 
> when I view the campaign in the management console. There doesn't seem to 
> be a way to create it from the API such that it becomes an 'Ads in mobile 
> apps' subtype. Is there some other property that must be satisfied?
>
> Thanks
>
> On Thursday, 22 January 2015 04:04:54 UTC-8, Danial Klimkin wrote:
>>
>> Hello Donald,
>>
>>
>> It is available as of v201409:
>>
>>   
>> https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign#advertisingChannelSubType
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Wednesday, January 21, 2015 at 9:27:49 PM UTC+3, Donald Hui wrote:
>>>
>>> Hi there I was wondering if there was an update on for the 
>>> CampaignService API regarding Campaign subtype. Is / When will the "Ads in 
>>> mobile apps" subtype be available?
>>>
>>> On Monday, 6 October 2014 09:19:44 UTC-7, Danial Klimkin wrote:

 Hello Berry,


 This is not supported in the API yet. Please watch our blog for 
 announcements though.


 -Danial, AdWords API Team.


 On Monday, October 6, 2014 9:30:07 AM UTC-4, Berry Tsakala wrote:
>
> I'm having the same question.
>
> So, is there a workaround?  What can I do to make the campaign be "Ads 
> in mobile apps" ?
> This is the exact sub-type that I need.
>
> (I mean, besides letting someone click manually on each new campaign, 
> and besides creating campaigns via browser automation)
>
> Berry
>
> On Tuesday, September 9, 2014 1:59:50 PM UTC+3, Danial Klimkin wrote:
>>
>> Hello Kristopher,
>>
>>
>> Correct, campaign sub-type is UI-only concept, it is not accessible 
>> via the API.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Tuesday, September 9, 2014 12:32:21 AM UTC+4, Kristopher Windsor 
>> wrote:
>>>
>>> In the Adwords UI there is this campaign subtype "Mobile app 
>>> installs," and if you choose it, you select one mobile app that is tied 
>>> to 
>>> the campaign.
>>>
>>> In the API, I see nothing to differentiate campaign subtypes "Mobile 
>>> app installs" from "Ads in mobile apps," and no way to tie a mobile app 
>>> to 
>>> a campaign. Are campaign subtypes just UI-specific constructs that I 
>>> should 
>>> ignore on the API side?
>>>
>>> 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/63cd465c-f5d0-4c4d-b020-7e2ab633e6df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customer Service Not Authorized

2015-01-26 Thread MCC Test
Hello Danial,


Sorry for the confusion But I have resolved the issue from my end.

Let me tell you what I did, consider the scenario like this there is one 
main MCC Account and when I try to invite the mcc account1 by passing the 
client customer Id of main MCC account then it works perfectly but when I 
try to invite normal adwords account(Non-MCC) by passing the client 
customer id of main account then it doesn't work so instead I tried by 
passing the customer id of adwords account and then it worked :)

Sorry once again!

Thanks,
Ronak Shah 

On Monday, January 26, 2015 at 8:25:43 PM UTC+5:30, Danial Klimkin wrote:
>
> Hello Ronak,
>
>
> On what step do you encounter this error? You need to have both MCC and 
> end account credentials (2 sets) to be able to accomplish this.
>
>
> -Danial, AdWords API Team.
>
>
> On Sunday, January 25, 2015 at 8:46:34 PM UTC+3, MCC Test wrote:
>>
>> Hello,
>>
>> I am making a functionality to send the invite to normal adwords account 
>> to manage the account by an mcc account and also accept the invite onbehalf 
>> of invitation sent.I have a test developer token and when I try to link one 
>> test mcc account to other mcc test account then it works perfectly.Now 
>> finally I replaced the test developer token with active developer token and 
>> when I tried to link the normal adwords account (Non-Test) with live MCC 
>> account then the code gives an error like 
>> "ManagedCustomerServiceError.NOT_AUTHORIZED"
>>
>> Can anyone please look into this??
>>
>> 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/b7679b27-a176-4a32-a49b-e0d8d9154279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keywords Performance URL Destination

2015-01-26 Thread Santiago Pomar
Hello:

Can I get Repot type Keywords Performance with column URLDestination?

URL Destination is empty ¿?

Thanks you.

Regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40fc0b33-4575-49f2-a7d9-6ac740ca6a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi Brandon,

Did you include the field names for each of those attributes in your 
request's Selector, e.g., *SpendingLimit, StartDateTime, EndDateTime*?

Thanks,
Josh, AdWords API Team

On Sunday, January 25, 2015 at 8:38:52 PM UTC-5, Brandon wrote:
>
> Hi,
>
> I was trying to get budget information through the BudgetOrderService.
>
> But it threw a NullPointerException when I was getting the spendingLimit, 
> startDateTime and endDateTime from the BudgetOrder object.
>
> I thought these aren't nullable fields.
>
> Is there something wrong with this account, like a wrong input?
>
> Or it's just the common case that I should deal with the null value every 
> time?
>
> The clientCustomerId is 5531065781.
>
> Thanks,
>
> Brandon
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cee59244-e957-4211-9cfa-c38348bd1946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi,

Since all of the change data is for the campaign level or objects within 
the campaign, I don't think you'll be able to detect changes to a shared 
Budget object (independent of a specific Campaign). If you need to detect 
changes to a shared Budget that is not attached to any campaigns, you'll 
have to poll the BudgetService 

 periodically 
and compare the results to the previous state stored in your application.

Thanks,
Josh, AdWords API Team

On Monday, January 26, 2015 at 5:58:01 AM UTC-5, Tomas Rimkus wrote:
>
> I understand that I can find out if a different Budget object was assigned 
> to a campaign (budget ID changes) by checking if campaignChangeStatus was 
> set to FIELDS_CHANGED. However I would like to check if budget amount 
> changed even the same budget object is used (ID did not change). How can I 
> do that?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2e5567b2-20a8-4f31-a119-971f16d8bac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords Performance URL Destination

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi,

If you do not have a destinationUrl 

 set 
at the *AdGroupCriterion* (keyword) level, then you'll get back null in 
that report. Other reports such as the AD_PERFORMANCE_REPORT 
 will 
show you the destination URL at the Ad level.

Cheers,
Josh, AdWords API Team

On Monday, January 26, 2015 at 12:33:40 PM UTC-5, Santiago Pomar wrote:
>
> Hello:
>
> Can I get Repot type Keywords Performance with column URLDestination?
>
> URL Destination is empty ¿?
>
> Thanks you.
>
> Regards
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/91a8ac54-74ef-4ebf-a304-781a66514eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exact results for keyword search volume

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi,

According to the RelatedToQuerySearchParameter.queries documentation 
,
 
that parameter *will* perform exact match queries.

You may want to take a look at our Targeting ideas guide 
, 
which includes tips on matching results from the service to the *Keyword 
Planner* UI.

Thanks,
Josh, AdWords API Team

On Monday, January 26, 2015 at 9:38:52 AM UTC-5, OMC Ticketsystem wrote:
>
> HI,
>
> I´m using Python to query keyword search volumes.
>
> The following is the snippet of my source to query the api:
>
> keywords = ['e-bike herren', 'transportkarre']
>
> targeting_idea_service = self.client.GetService(
> 'TargetingIdeaService', version='v201409')
> 
> # Construct selector object and retrieve related keywords.
> offset = 0
> 
> selector = {
> 'searchParameters': [
> {
> 'xsi_type': 'RelatedToQuerySearchParameter',
> 'queries': queries
> },
> {
> 'xsi_type': 'LanguageSearchParameter',
> 'languages': [{'id': '1001'}]
> }
> ],
> 'ideaType': 'KEYWORD',
> 'requestType': 'STATS',
> 'requestedAttributeTypes': ['KEYWORD_TEXT', 
> 'TARGETED_MONTHLY_SEARCHES'],
> 'paging': {
> 'startIndex': str(offset),
> 'numberResults': str(self.PAGE_SIZE)
> }
> }
> 
> more_pages = True
> while more_pages:
> page = targeting_idea_service.get(selector)
> # ..
>
>
> This works but there is a significant difference between the intersection 
> of the resulting search volumes and the search volume from the Google 
> Keyword Planner. (e.g. 8817 vs 170 for "e-bike herren" and 15217 vs 1300 
> for "transportkarre"). I´ve come acoss KeywordMatchType which may be set to 
> 'EXACT' to fetch better values. However I´am not seeing a way to define 
> that in the above source. I tried defining "matchType": 'EXACT' at 
> different places in the selector.
>
> Can someone please tell how to make this call request exact data?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b6f7387a-a2c0-47f2-8140-59ebd6f56410%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting Budget amount changes with CustomerSyncService

2015-01-26 Thread Tomas Rimkus
You might be misunderstanding me a bit.
1) I understand that if shared budget assigned to campaign is changed 
(totally different budget with different budget ID is 
assigned) campaignChangeStatus should indicate that.
2) Now what happens if the assigned budget is modified but not changed 
entirely (for example, amount field changes)? Will campaignChangeStatus 
still change to FIELDS_CHANGED?

On Monday, January 26, 2015 at 7:17:31 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Since all of the change data is for the campaign level or objects within 
> the campaign, I don't think you'll be able to detect changes to a shared 
> Budget object (independent of a specific Campaign). If you need to detect 
> changes to a shared Budget that is not attached to any campaigns, you'll 
> have to poll the BudgetService 
> 
>  periodically 
> and compare the results to the previous state stored in your application.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, January 26, 2015 at 5:58:01 AM UTC-5, Tomas Rimkus wrote:
>>
>> I understand that I can find out if a different Budget object was 
>> assigned to a campaign (budget ID changes) by checking 
>> if campaignChangeStatus was set to FIELDS_CHANGED. However I would like to 
>> check if budget amount changed even the same budget object is used (ID did 
>> not change). How can I do that?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bac9a1f3-a5c8-4610-a3b6-b63551aa2edc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords Performance URL Destination

2015-01-26 Thread Santiago Pomar
Thaks you,
In ReportDefinitionService where is *AdGroupCriterion* ?
https://developers.google.com/adwords/api/docs/reference/v201406/ReportDefinitionService
 
I don't understand..

Regards,
El lunes, 26 de enero de 2015, 19:21:09 (UTC+1), Josh Radcliff (AdWords API 
Team) escribió:
>
> Hi,
>
> If you do not have a destinationUrl 
> 
>  set 
> at the *AdGroupCriterion* (keyword) level, then you'll get back null in 
> that report. Other reports such as the AD_PERFORMANCE_REPORT 
>  will 
> show you the destination URL at the Ad level.
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, January 26, 2015 at 12:33:40 PM UTC-5, Santiago Pomar wrote:
>>
>> Hello:
>>
>> Can I get Repot type Keywords Performance with column URLDestination?
>>
>> URL Destination is empty ¿?
>>
>> Thanks you.
>>
>> Regards
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/273e3ecc-1ae4-4062-8aa5-bc5f5e0a9a8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords Label information API

2015-01-26 Thread Matthias Laqueur - BossData
Is it possible to export data from the adwords api and place a filter on it 
by label name. So for example: last month (clicks, impressies, ctr, conv 
etc.) only with the label name "high cost" (filter) split per day. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1351495f-39a4-4b28-a623-cbbeb557892f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-26 Thread Brandon
Hi Josh,

Yes, I included all of those fields.

I got 4 BudgetOrder objects and there were only one of them had the null 
values.

Here's the request xml:


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

https://adwords.google.com/api/adwords/billing/v201409"; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201409";>5531065781
https://adwords.google.com/api/adwords/cm/v201409";>DEVELOPER_TOKEN
https://adwords.google.com/api/adwords/cm/v201409";>allproducts.com:GAD:v1.1.9
 
(AwApi-Java, AdWords-Axis/1.36.0, Common-Java/1.36.0, Axis/1.4, 
Java/1.8.0_05, maven)
https://adwords.google.com/api/adwords/cm/v201409";>false
https://adwords.google.com/api/adwords/cm/v201409";>false



https://adwords.google.com/api/adwords/billing/v201409";>

https://adwords.google.com/api/adwords/cm/v201409";>BillingAccountId
https://adwords.google.com/api/adwords/cm/v201409";>Id
https://adwords.google.com/api/adwords/cm/v201409";>SpendingLimit
https://adwords.google.com/api/adwords/cm/v201409";>StartDateTime
https://adwords.google.com/api/adwords/cm/v201409";>EndDateTime





Thanks,

Brandon

Josh Radcliff (AdWords API Team)於 2015年1月27日星期二 UTC+8上午2時06分46秒寫道:
>
> Hi Brandon,
>
> Did you include the field names for each of those attributes in your 
> request's Selector, e.g., *SpendingLimit, StartDateTime, EndDateTime*?
>
> Thanks,
> Josh, AdWords API Team
>
> On Sunday, January 25, 2015 at 8:38:52 PM UTC-5, Brandon wrote:
>>
>> Hi,
>>
>> I was trying to get budget information through the BudgetOrderService.
>>
>> But it threw a NullPointerException when I was getting the spendingLimit, 
>> startDateTime and endDateTime from the BudgetOrder object.
>>
>> I thought these aren't nullable fields.
>>
>> Is there something wrong with this account, like a wrong input?
>>
>> Or it's just the common case that I should deal with the null value every 
>> time?
>>
>> The clientCustomerId is 5531065781.
>>
>> Thanks,
>>
>> Brandon
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2edef9c7-1a6e-411b-a3be-a53405729150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Dúvida - AdWords API - PHP

2015-01-26 Thread Anash P. Oommen (AdWords API Team)
Hi,

You could either do

$filePath = "myreport.csv";
ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options);
printf("Report with name '%s' was downloaded to '%s'.\n", $reportDefinition
->reportName, $filePath);

or

$filePath = NULL;
$report = ReportUtils::DownloadReport($reportDefinition, $filePath, $user, 
$options);
printf("Report  contents are \n%s", $report);

Cheers,
Anash

On Friday, January 23, 2015 at 7:57:15 PM UTC+5:30, Desenvolvimento - Grupo 
Lead Negócios Inteligentes wrote:
>
> Obrigado Anash!
>
> Só confirmando, ficará assim? 
>
> // Salva o arquivo no caminho indicado abaixo
> $filePath = NULL;
>
> // Download report
> ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options);
>
> printf("Report with name '%s' was downloaded to '%s'.\n", 
> $reportDefinition->reportName, $filePath);
>
>
> Obrigado de novo!
>
> Em sexta-feira, 23 de janeiro de 2015 05:41:37 UTC-2, Anash P. Oommen 
> (AdWords API Team) escreveu:
>>
>> Hi,
>>
>> If you pass a NULL for the filePath, the DownloadReport will return the 
>> report as a String.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Friday, January 23, 2015 at 1:20:19 AM UTC+5:30, Desenvolvimento - 
>> Grupo Lead Negócios Inteligentes wrote:
>>>
>>> Olá pessoal, é meu primeiro post aqui no fórum, por isso peço perdão por 
>>> qualquer erro. :D
>>>
>>> Galera, é o seguinte, estou começando agora a desvendar a API e estou 
>>> com uma dúvida: o script que colei abaixo, só faz o download da campanha em 
>>> questão, eu quero saber se consigo, ao invés de fazer o download, colocar 
>>> os dados em alguma variável, por exempo, colocar clicks em uma varialvel, 
>>> CTR em outra e assim por diante, tem como? Se sim, como? 
>>>
>>> >> error_reporting(-1);
>>> ini_set('display_errors',1);
>>> $path = dirname(__FILE__) . '/../../src';
>>> set_include_path(get_include_path() . PATH_SEPARATOR . $path);
>>>
>>> require_once '/Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
>>>
>>> $user = new AdWordsUser();
>>>
>>> $user->SetClientId('8214013316');
>>>
>>> // Log SOAP XML request and response.
>>> $user->LogDefaults();
>>>
>>> $user->LoadService('ReportDefinitionService', 'v201409');
>>> $LoadService = $user->LoadService('ReportDefinitionService', 'v201409');
>>>
>>> // Create selector.
>>> $selector = new Selector();
>>> $selector->fields = array('CampaignId', 'AdGroupId', 'Id', 'Criteria', 
>>> 'CriteriaType', 'Impressions', 'Clicks', 'Conversions', 'Cost', 
>>> 'CustomerDescriptiveName', 'Ctr', 'AveragePosition');
>>>
>>> // Filter out deleted criteria.
>>> //$selector->predicates[] = new Predicate('Status', 'NOT_IN', 
>>> array('DELETED'));
>>>
>>> // Create report definition.
>>> $reportDefinition = new ReportDefinition();
>>> $reportDefinition->selector = $selector;
>>> $reportDefinition->reportName = 'Criteria performance report #' . 
>>> uniqid();
>>> $reportDefinition->dateRangeType = 'ALL_TIME';
>>> $reportDefinition->reportType = 'CRITERIA_PERFORMANCE_REPORT';
>>> $reportDefinition->downloadFormat = 'XML'; //CSVFOREXCEL
>>>
>>> // Salva o arquivo no caminho indicado abaixo
>>> $filePath = dirname(__FILE__) . '/report.xml';
>>>
>>> // Exclude criteria that haven't recieved any impressions over the date 
>>> range.
>>> $reportDefinition->includeZeroImpressions = FALSE;
>>>
>>> // Set additional options.
>>> $options = array('version' => 'v201409', 'returnMoneyInMicros' => TRUE);
>>>
>>> // Download report.
>>> ReportUtils::DownloadReport($reportDefinition, $filePath, $user, 
>>> $options);
>>>
>>>
>>> printf("Report with name '%s' was downloaded to '%s'.\n", 
>>> $reportDefinition->reportName, $filePath);
>>>
>>>
>>> $doc = new DOMDocument();
>>> $doc->loadXML(file_get_contents($filePath));
>>> $xp = new DOMXPath($doc);
>>> $q = $xp->query("/report/table/row/@cost");
>>> $cost = 0;
>>> foreach($q as $el) {
>>>   $v = $el->textContent;
>>>   $cost += $v / 100;
>>> }
>>>
>>> echo "Custo: ".$cost;
>>> ?>
>>>
>>> Desde já, obrigado! 
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5b58f94-494a-46