Re: Is AdWords API Developer Token Access limited to a region?

2017-10-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Joe,

There should be no regional restrictions for developer tokens. In order to 
better investigate your issue, could you provide the clientCustomerId you 
used and the complete generated SOAP request and response? You may reply 
via the *Reply privately to author *option.

Best regards,
Peter
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/826b30b1-5480-4b05-a1fa-a0c085422354%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I need to get userList added to a particular campaign for java client library v201708

2017-10-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hari,

Kindly refer below to my answers to your questions :

1) My requirement is to removed particular email address from user list 
added to a particular campaign. Can you please help me on how to do that.I 
checked example code and could not find anything like this. 

In order to remove members within a userlist, you will need to use the 
AdwordsUserListService.mutateMembers() 

 method 
and use the REMOVE operator. Please note that this change will not be 
exclusive to only a specific campaign. All other campaigns using the 
userlist will also be affected by the change made to the userlist's 
members. My apologies as well as there is currently no available Java 
example for this. 

2) Is there any possibility to get all user list from a campaign and remove 
or replace those ? if yes can please point me to a java example for that. 

For userlists associated to a campaign, you may retrieve your 
CriterionUserlist 

 object 
by using the CampaignCriterionService.get() 
,
 
and you may then use the REMOVE operator of the 
CampaignCriterionService.mutate() 

 method 
to remove the userlist association from a specific campaign. I'm afraid 
that there is also no current Java example available for this.

Thanks and regards,
Peter
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/afde9c9b-8804-4fd5-b427-3a50e48a5ed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get ZIP Code of active Campaign

2017-10-25 Thread Dominik Raffetseder
Is there anywhere a php example for this? 
I absolutely don't unterstand what to do and how to geht this data?

Best regards,
Dominik

Am Dienstag, 3. Oktober 2017 10:54:50 UTC+2 schrieb Peter Oliquino:
>
> Hi Dominik,
>
> You may use the CampaignCriterionService.get 
> 
>  to 
> extract the CampaignId 
> 
>  and 
> the other details such as the DisplayType 
> 
>  of 
> the location type criterion. You may also generate the Campaign Location 
> Target Report 
> 
>  to 
> retrieve the statistics of your location-based criterion. You can then 
> compare the Id 
> 
>  field 
> of the report to the *Criteria ID field* of the geo targeting spreadsheet 
>  to 
> identify which of them are of *TargetType = Postal Code*. Let me know if 
> this helps.
>
> Thanks and regards,
> Peter
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/598ddeb2-b00c-4777-8b4b-b00d7b36bf7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get ZIP Code of active Campaign

2017-10-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dominik,

The simpler solution would be to generate the Campaign Location Target 
Report 
,
 
then follow the steps I provided in my previous response. You may refer to 
our various reporting sample codes 

 on 
how to download the report. Just make sure to replace the report type name 
and include the appropriate fields in your SELECT query.

Thanks and regards,
Peter
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b7488ca2-d863-460e-8ab0-b1bec3cfd97c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Phone calls conversion (Clicks on your number on your mobile website) API

2017-10-25 Thread daehyun . kim


Hi


I would like to select the second checkbox like the screenshot.

Please let us know where to find the api documentation.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/881230b9-c71b-4227-ba93-f02ccdba361a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-25 Thread upwork
Hi,
I want to change the CpcBid (Max CPC )for a keyword using python. what is 
possible way or solution to do this using python 

On Tuesday, October 24, 2017 at 9:43:56 PM UTC+1, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi, 
>
> I see that the criterionId is that of a keyword. Bid modifiers are not 
> supported for criteria of type Keyword. Please see this guide 
>  for 
> the targeting and bidding options available for different Criteria types. 
> The criterionId for Platform criteria are provided here 
> .
>  
> I also see that you have set the bidModifier to 451. Please note that 
> the valid modifier values range from 0.1 to 10.0, with 0.0 reserved for 
> opting out of a platform. The add_ad_group_bid_modifier 
> 
>  Python 
> example shows how to add a bidModifier using AdGroupBidModifierService 
> .
>  
> Could you retry the request with the correct criterionId and bidModifier 
> and let me know if it works? 
>
> Regards,
> Shwetha, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a07f1e7d-0f63-4e4b-b387-557d66798c9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-25 Thread upwork
the other way i tried to change the CPC bid for the keyword  i am getting 
the following error:

No handlers could be found for logger "suds.resolver"Traceback (most recent 
call last): File "B2Pnew.py", line 284, in  main(sys.argv[1:][0]) 
File "B2Pnew.py", line 230, in main response = 
mutate_job_service.mutate(operations) File 
"/usr/local/lib/python2.7/dist-packages/googleads/common.py", line 753, in 
MakeSoapRequest self._datetime_packer) for arg in args]) File 
"/usr/local/lib/python2.7/dist-packages/googleads/common.py", line 462, in 
_PackForSuds datetime_packer=datetime_packer) for item in obj] File 
"/usr/local/lib/python2.7/dist-packages/googleads/common.py", line 433, in 
_PackForSuds new_obj = factory.create(':'.join(['ns0', obj['xsi_type']])) 
File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 218, in 
create raise TypeNotFound(name)suds.TypeNotFound: Type not found: 
'ns0:AdGroupCriterionOperation'
here is the line of the code which i used 

batch_job_service = client.GetService('BatchJobService', version='v201708')

operations = []
operations.append({
'xsi_type': 'AdGroupCriterionOperation',
'operator': 'SET',
'operand': {
'xsi_type': 'BiddableAdGroupCriterion',
'adGroupId': '46067915677',
'criterion': {
'id': criterion_id,
},
'biddingStrategyConfiguration': {
'bids': [
{
'xsi_type': 'CpcBid',
'bid': {
'microAmount': 51
}
}
]
}
}
})


response = batch_job_service .mutate(operations)




On Wednesday, October 25, 2017 at 11:38:00 AM UTC+1, upw...@adaptive.ie 
wrote:
>
> Hi,
> I want to change the CpcBid (Max CPC )for a keyword using python. what is 
> possible way or solution to do this using python 
>
> On Tuesday, October 24, 2017 at 9:43:56 PM UTC+1, Shwetha Vastrad (AdWords 
> API Team) wrote:
>>
>> Hi, 
>>
>> I see that the criterionId is that of a keyword. Bid modifiers are not 
>> supported for criteria of type Keyword. Please see this guide 
>>  for 
>> the targeting and bidding options available for different Criteria types. 
>> The criterionId for Platform criteria are provided here 
>> .
>>  
>> I also see that you have set the bidModifier to 451. Please note that 
>> the valid modifier values range from 0.1 to 10.0, with 0.0 reserved for 
>> opting out of a platform. The add_ad_group_bid_modifier 
>> 
>>  Python 
>> example shows how to add a bidModifier using AdGroupBidModifierService 
>> .
>>  
>> Could you retry the request with the correct criterionId and bidModifier 
>> and let me know if it works? 
>>
>> Regards,
>> Shwetha, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/51a7390c-4128-44cb-bee4-aeea4aa81e69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pause Adwords Express campaign via API

2017-10-25 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Phani,

Could you send the following *only to me* by clicking *Reply privately to 
author* on this post?

   1. The customer ID (xxx-xxx-) of the AdWords Express account.
   2. The *numeric* campaign IDs of the AdWords Express campaigns.

Once I have that info, I'll take a look at your account to help figure out 
what's going on here.

Thanks,
Josh, AdWords API Team

On Wednesday, October 25, 2017 at 5:38:29 AM UTC-4, 
seshaphan...@reportgarden.com wrote:
>
> Hi Josh,
>
> Thanks for your quick reply. I appreciate that.
> The corresponding ads are enabled but the campaign status is showing 
> paused. Please find the attached sceenshots. Data is not being fetched fom 
> api since September 5th for one of our clients account. Is it because the 
> campaign is paused? If it is because campaign is paused how can I unpause 
> AWX_ express campaigns mentioned in screenshot? Can you give me step wise 
> procedure because I cannot see these campaigns in both express and adwords 
> accounts. If it is not because of these campaigns paused then what might be 
> the possible reason for data not being fetched from api. Can you share me 
> screenshot of where I can exactly see these campaigns in adwords express.
>
> Thank You,
> VVS Phani.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4bb3955e-6646-44c4-9285-07c361d19661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account

2017-10-25 Thread vananppcmanager
i have this issue QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test 
account i have developer token and refresh token and client id but i am 
getting this error. 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5aed6932-7867-4b36-a444-8192789691ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED 

 occurs 
when you are trying to use an unapproved developer token to make calls 
against a production account. You are allowed to make API call to your test 
account though. If possible could you share your SOAP log and the CID 
number you are attempting to use when making the request. Please use *Reply 
privately to author* when responding.

Best Regards,
Jude, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e612944e-f19c-427e-a6b2-522c71e8a483%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is the Auction Insights data available via API?

2017-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, 

You need to choose the type of report you want to use based on the level 

 at 
which you want to aggregate stats. For example, Account Performance Report 

 aggregates 
statistics at the Account level, whereas the Campaign Performance Report 

 aggregates 
statistics at the campaign level. You can then make a request by including 
the required fields in the report query as described in this guide 
. 

Once you submit the Basic access application form 
, the AdWords API 
Compliance team will respond with an answer within a business day. You can 
get in touch with them via this link 
 to check the status of 
your application. 

Regards,
Shwetha, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a51a3f5-ad8d-42a9-a377-d2ddbca2659f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread abe
I'm attempting to update the status of a keyword through the API, but when 
I submit my request I get the error:


[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; 
trigger:'AdGroupId: 
47280168706']

I have double checked and the keyword ID and AdGroupId I am submitting are 
correct.  Why would I be getting this error?

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/bb598b70-71e6-447e-b084-9959b506cee5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You need to use AdGroupCriterionService 

 
to change the CpcBid of a keyword as shown in the update_keyword 

 python 
example. If you would like to use BatchJobService 

 
to update keyword bids, you need to first create the BatchJob 

 and 
capture its uploadUrl 

 from 
the mutate() response and then upload the list of operations you want 
executed to the uploadUrl. This guide 

 provides 
more details steps for using batchJobs. The 
add_keywords_using_incremental_batch_job 

 python 
example shows how to add keywords using BatchJobs. You can update the 
keyword bids in a similar manner. 

Regards,
Shwetha, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6bdfa1f-f292-4cd1-bb7b-7f239440350d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2017-10-25 Thread Mad Max
Getting an error when sending predicates for report download.

This is complete returned error:

[2017-10-25 15:23:27] AW_REPORT_DOWNLOADER.WARNING: 
clientCustomerId=[removed by me] AE Bid Management Tool (AwApi-PHP, 
googleads-php-lib/31.0.0, PHP/7.0.22-0ubuntu0.16.04.1, GuzzleHttp/6.2.1) 
"POST /api/adwords/reportdownload/v201710 HTTP/1.1" Status: 400   
[2017-10-25 15:23:27] AW_REPORT_DOWNLOADER.NOTICE: Request:
POST /api/adwords/reportdownload/v201710 HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host: adwords.google.com
Authorization: REDACTED
developerToken: REDACTED
clientCustomerId: [removed by me]
User-Agent: AE Bid Management Tool (AwApi-PHP, googleads-php-lib/31.0.0, 
PHP/7.0.22-0ubuntu0.16.04.1, GuzzleHttp/6.2.1)
skipReportHeader: true
skipColumnHeader: true
skipReportSummary: true
useRawEnumValues: false

__rdxml=


Criteria
CampaignName
AdGroupName
Status
CpcBid
AveragePosition
Labels
Id


Status
NOT_IN

REMOVED



CampaignStatus
IN

ENABLED



AdGroupStatus
IN

ENABLED



Impressions
GREATER_THAN_EQUALS
1


CampaignName
DOES_NOT_CONTAIN_IGNORE_CASE
Remarketing


CampaignName
DOES_NOT_CONTAIN_IGNORE_CASE
Content


CampaignName
DOES_NOT_CONTAIN_IGNORE_CASE
Display



KeywordReport_59f0904f4352f
KEYWORDS_PERFORMANCE_REPORT
YESTERDAY
CSV



Response:
REDACTED REPORT DATA

Error:
Client error: `POST 
https://adwords.google.com/api/adwords/reportdownload/v201710` resulted in 
a `400 Bad Request` response



If I send the request without predicates, everything works. I have tried 
sending just one predicate at a time (tried this with each one of them) and 
I always get the same error.

Predicates are being build in php like this:

// get filters from database
$filters = getAdwordsPredicates('labels');
if(!empty($filters)){
$preds = array();
 foreach($filters as $filter){
$forarray = 
array('IN','NOT_IN','CONTAINS_ALL','CONTAINS_ANY','CONTAINS_NAME');
if(in_array($filter['condition'], $forarray)){// these require an array to 
be sent
$val = array($filter['text']);
}else{
$val = $filter['text']; // these don't require array
}
$preds[] = new Predicate($filter['field'], $filter['condition'], [$val]);
}
$selector->setPredicates([$preds]);
}

any help/advice is appreciated.

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/b00d19ee-945a-4bef-b58d-365eb08cb9fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread abe
This is the code I am using:

private fun SetKeywordStatus(keywordId: Long, adGroupId: Long, status: 
UserStatus)
{
val keyword = Criterion()
keyword.id = keywordId

val keywordBiddableAdGroupCriterion = BiddableAdGroupCriterion()
keywordBiddableAdGroupCriterion.adGroupId = adGroupId
keywordBiddableAdGroupCriterion.criterion = keyword
keywordBiddableAdGroupCriterion.userStatus = status

// Create operations.
val operation = AdGroupCriterionOperation()
operation.operand = keywordBiddableAdGroupCriterion
operation.operator = Operator.SET

val result = adGroupCriterionService.mutate(arrayOf(operation))
for (result in result.value) {
println("KeywordId ${keywordId} had its status changed")
}
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/44f8840f-bda2-48c6-88b4-13486f013e91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API log file

2017-10-25 Thread Schneeleopard
Hello, just would like to know how to check actions on my Adwords Account 
via API. Is there any possibility to get a log file?
Thanx for any answer!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d3f2e25e-9f05-4570-bafe-a82ea593c8b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2017-10-25 Thread upwork
Thanks it works.

On Wednesday, October 25, 2017 at 4:13:52 PM UTC+1, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi, 
>
> You need to use AdGroupCriterionService 
> 
>  
> to change the CpcBid of a keyword as shown in the update_keyword 
> 
>  python 
> example. If you would like to use BatchJobService 
> 
>  
> to update keyword bids, you need to first create the BatchJob 
> 
>  and 
> capture its uploadUrl 
> 
>  from 
> the mutate() response and then upload the list of operations you want 
> executed to the uploadUrl. This guide 
> 
>  provides 
> more details steps for using batchJobs. The 
> add_keywords_using_incremental_batch_job 
> 
>  python 
> example shows how to add keywords using BatchJobs. You can update the 
> keyword bids in a similar manner. 
>
> Regards,
> Shwetha, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3434cdf2-4160-41b7-ba18-91ebff0ad736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords AQWL TimeZones

2017-10-25 Thread Austin Smith
Hi,

When I use "DURING" clauses in my AdWords Reporting AWQL queries (ie. for 
stats) and segment by *date* - are the dates that are retuned with each 
daily stat record returned under the time zone of the object's ad account?

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

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


How to get average search volume for a keyword for each month of the year

2017-10-25 Thread Francisco Ferrari

HI!

I am new to the AdWords API and I am trying to explore its potential for 
keyword planning.
I would like to know if it is possible to get the average/estimated search 
volume for a keyword for each month of the year for the last 12 months. 
(e.g. "keyword1": {"01/2017": 2000, "02/2017": 3 .} )
I tried to run this example 

 changing 
the requestType from 'IDEAS' to 'STATS' but I get the average monthly 
search volume aggregated for the last 12 months. I saw in the documentation 
of the API that there is the object MonthlySearchVolume 

 but 
I am not sure how to use it in the request. I was wondering if using this 
would resolve my issue.


Thanks in advance for any help any of you can provide!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c47b9a3e-41bf-44fd-83ab-16e8b618e8bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Phone calls conversion (Clicks on your number on your mobile website) API

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

You need to use the *alwaysUseDefaultRevenueValue* field when configuring 
your conversion tracker 
.
 
This will allow you to controls whether conversion event values and 
currency codes are taken from the tag snippet or from 
ConversionTracker.defaultRevenueValue 

 and ConversionTracker.defaultRevenueCurrencyCode 
.
 
Click *here* 

 for 
more details.

Best Regards,
Jude, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b5f6a5bc-4993-48fd-8f3b-10f3e30cad91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

I'd be glad to help you troubleshot this issue. EntityNotFound.INVALID_ID 

 is 
usually caused when you're referencing the ID of an entity from a different 
account. Could you verify that's not the case here by utilize the 
AdGroupService.get() 

 method. 
If not, could you kindly provide your CID number along with your SOAP logs 
so I can take a closer look? Please use *Reply privately to author* when 
responding. 

Best Regards,
Jude, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f081d8fe-d451-4e8d-a315-1e668c0511ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting INVALID_ID error even though I have confirmed that the keyword ID and AdGroupId are correct?

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

I'd be glad to help you troubleshot this issue. EntityNotFound.INVALID_ID 

 is 
usually caused when you're referencing the ID of an entity from a different 
account. Could you verify that's not the case here by utilize the 
AdGroupService.get() 

 method. 
If not, could you kindly provide your CID number along with your SOAP logs 
so I can take a closer look? Please use *Reply privately to author* when 
responding. 

Best Regards,
Jude, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d8a08e9c-a22b-4127-9a02-1c9a2a3dfb4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API log file

2017-10-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You could use CustomerSyncService 

 to 
get the change history at Campaign, AdGroup and Customer level. You could 
check here 

 for 
details about the response of this service. Please note that any change 
made on the entity via UI or API will be returned by this service. You can 
check the GetAccountChanges 

 for 
a sample in Java. Samples in other languages can also be found here 
. Also, 
this service only returns the changes made in last 90 days. 

Please give it a try and let me know if you have any additional questions.

Thanks,
Sreelakshmi, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ea2f2516-5467-47e8-81ea-dfaa2849b6be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords AQWL TimeZones

2017-10-25 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

The results from the Date field will be returned based on the time zone of 
the AdWords account. You can only see date ranges for the reports that 
support the Date 

 field. Let 
me know if you have any other questions.

Regards,
Bharani, AdWords API Team

On Wednesday, October 25, 2017 at 1:48:22 PM UTC-4, Austin Smith wrote:
>
> Hi,
>
> When I use "DURING" clauses in my AdWords Reporting AWQL queries (ie. for 
> stats) and segment by *date* - are the dates that are retuned with each 
> daily stat record returned under the time zone of the object's ad account?
>

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

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


Re: Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2017-10-25 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

I'm from the Adwords API Team and I'd be happy to assist you. I understand 
you're attempting to retrieve a Keyword Performance report but it appears 
that you are passing the predicates incorrectly. They should follow the 
format provided below. 

  

AdGroupStatus

EQUALS

ENABLED





CampaignStatus

EQUALS

ENABLED




Try it out and let me know how it works out.  

Best Regards,
Jude, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8893d23-476d-4db7-a5b2-89e79641d638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get average search volume for a keyword for each month of the year

2017-10-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Francisco,

You can include the TARGETED_MONTHLY_SEARCHES 

 attribute 
in your selector and use the get_keyword_ideas 

 sample 
by replacing the requestType from IDEAS to STATS. Please give it a try and 
let me know if you have any additional questions.

Thanks,
Sreelakshmi, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b43ef639-f7f9-49f8-aa4f-bc25e01194b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AWQL x others API methods

2017-10-25 Thread Eduardo Cesar
Hi,

We have some doubts about AWQL. (We are using Python Adwords API)

1) There is something that we can do only using AWQL (That is impossible 
using others services methods)?
2) The AWQL is exaclty equals to equivalent service call without AWQL 
considering the HTTP request/response?
3) AWQL is more efficient than alternatives methods to query?

Regards,

Eduardo Cesar

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1c1ef2d9-b8ee-4fab-80e3-437dd3890355%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2017-10-25 Thread Mad Max
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9331a3de-2b95-4679-8f6f-bca511f23265%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Strange ProductBiddingCategory (1630781044279653237, for example)

2017-10-25 Thread David Antunes
Hi,

I'm getting a strange ProductBiddingCategory though the adwords api:
ProductBiddingCategory{productDimensionType=ProductBiddingCategory, 
type=BIDDING_CATEGORY_L1, value=1630781044279653237}

Is value "1630781044279653237" a valid id? There seems to be something 
wrong with that value, but I don't see anything I'm doing wrong since the 
value seems to come from google...

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb3b8c8e-90bb-4e20-9775-18d1e9ec2a86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Strange ProductBiddingCategory (1630781044279653237, for example)

2017-10-25 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi David,

I can confirm that there is a ProductBiddingCategory 

 with 
that value/ID. If you'll run the GetProductCategoryTaxonomy 

 example 
(in Java), you'll see that this is being returned:


ProductBiddingCategoryData

ProductBiddingCategory


*BIDDING_CATEGORY_L11630781044279653237*


ProductBiddingCategory


US
ACTIVE

en
Business & Industrial



  ProductBiddingCategoryData
  
  ProductBiddingCategory

  BIDDING_CATEGORY_L3
  5362051926411047990
  
  
  ProductBiddingCategory

  BIDDING_CATEGORY_L2
  88270227757468221
  
  US
  ACTIVE
  
  en
  Extension Cords
  


Let me know if you have further clarifications.

Thanks,
Vincent
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e8647f46-8de7-472a-a724-b3906bafacd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AWQL x others API methods

2017-10-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Eduardo,

For my answers to your questions, kindly refer below :

1) There is something that we can do only using AWQL (That is impossible 
using others services methods)?

The AWQL query can be used in both the reports and in the services of 
the AdWords API. For the services, they are usually used when the .query() 
method is used instead of the .get() method. For more information regarding 
AWQL, you may refer to this discussion 

.

2) The AWQL is exaclty equals to equivalent service call without AWQL 
considering the HTTP request/response?

 As mentioned in my earlier answer, the AWQL can be used in services 
when developers opt to use the .query() method. If I misunderstood your 
point, please correct me with more details.

3) AWQL is more efficient than alternatives methods to query?

AWQL could be considered more efficient as it requires less coding. 
Depending on the developer, it can be an alternative that they can utilize 
apart from the Selector fields when using the AdWords API services.

Thanks and regards,
Peter
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/582184e7-cac0-45d1-a285-a77290c7fa41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.