Re: How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread Takeshi Hagikura (AdWords API Team)
Hello John,

Please use 
CampaignCriterionService
 to 
update device bid adjustments.
You can find a code 
example
 updating 
the modifier. 

Best,
- Takeshi, AdWords API Team 

On Thursday, June 27, 2013 12:48:54 AM UTC+9, John Bliss wrote:
>
> Currently, I can use the AdWords website to view a Campaign, click 
> Settings (tab), Devices, and then edit Device Bid adjustment.
>
> When looking at 
> https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.Campaign
>  I 
> do not see how I'd use the API to edit those Device Bid adjustments.
>
> Please advise.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Questions for bid landscape

2013-06-26 Thread cynust
Anyone help on my questions? Thanks a lot.

在 2013年6月25日星期二UTC+8上午10时17分22秒,cyn...@gmail.com写道:

> Thanks David for your response. Some follow-up questions,
>  
> 1. Why would the landscape points not considered as current, I thought the 
> simulation is based on last 7 days results which should be fairly close?
> 2. Let me clarify my 4th question - is there a way to get an estimation 
> (impression, click, cost) for an arbitrary bid value (beond the 7 points we 
> will get from the landscape API)?
> 3. When I specify 
> *AdGroupBidLandscape.Type*
>  as 
> DEFAULT (Signifies that the criterion bids override the default bid), will 
> that return me the landscape including the specific custom bid setting 
> keywords together with the ad group level default bid keywords results? Or 
> only the results for the keywords on ad group default bid?
> 4. In the UI, I can get a current performance point, that's not included 
> in the bid landscape API?
>  
>
> 在 2013年6月19日星期三UTC+8下午9时24分36秒,David Torres (AdWords API Team)写道:
>
>> Hi CY,
>>
>> 1) Yes, promoted impression refers to the UI "Est. top impressions"
>> 2) It is whether the landscape points are considered current, if the 
>> calculated landscape points are not current we don't recommend applying 
>> them to the account.
>> 3) The simulation has a date range for which is was calculated, these 
>> dates signify that range.
>> 4) Sorry but I don't quite understand the question, is this a UI question?
>>
>> Best,
>>
>> - David Torres - AdWords API Team
>>
>> On Sunday, June 16, 2013 10:18:36 PM UTC-4, cyn...@gmail.com wrote:
>>>
>>> Any one to help with my questions below?
>>>  
>>>
>>> 在 2013年6月14日星期五UTC+8下午1时49分22秒,cyn...@gmail.com写道:
>>>
 Hi,
  
 I'm new to AdWords and I found the bidlandscape functionality very 
 helpful. I have several basic questions,
  
 - What does the promoted impressions in the API mean? Does that equal 
 to the estimated top impressions shown in the UI or it's something else?
 - Why in AdGroup Bidlandscape API there is a landscapeCurrent filter? 
 What's the purpose of this field? Is that to include the current actual 
 bid 
 point in the returned result?
 - Why there is start and end date in the API? Is there any constraints 
 to the values?
 - I tried in the UI and found i can't get an arbitrary bid point's 
 value if the point is not among the ones already in the chart. So I have 
 no 
 way to get the impession, click, etc from an arbitrary point?
  
 Thanks,
 CY
  

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




ClickType selector in AD_PERFORMANCE_REPORT

2013-06-26 Thread alx
Hi,

My understanding is that when asking for AD_PERFORMANCE_REPORT with 
ClickType selector, number of impressions in records with 
clickType='Headline' should reflect number of impressions in records for 
sitelinks, product extensions, etc... as headline should be present every 
time the ad is served.

However, for one particular client (554-247-5626) when running 
AD_PERFORMANCE_REPORT report with ClickType selector, we get number of 
impressions for clickType='Phone calls' records that are greater than for 
records with clickType='Headline':




Here is the report definition we use:
https://adwords.google.com/api/adwords/cm/v201302";>
 
  AdGroupId
  AdNetworkType1
  AveragePosition
  CampaignId
  Clicks
  ClickType
  Cost
  Date
  Id
  Impressions
  KeywordId
  
   CampaignId
   IN
   144518227
  
  
   20130624
   20130624
  
 
 Custom AD_PERFORMANCE_REPORT
 AD_PERFORMANCE_REPORT
 CUSTOM_DATE
 GZIPPED_XML


Thank you,
--Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Keyword Report Anomalies

2013-06-26 Thread Federico J. Sutin Citterio
That solve my problem!
Thank you very much.


Regards

El miércoles, 26 de junio de 2013 04:04:33 UTC-3, Anash P. Oommen (AdWords 
API Team) escribió:
>
> Hi Federico,
>
> Those are the negative keywords in your adgroups. Try adding IsNegative 
> column to your reports to filter the unwanted rows.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Wednesday, June 26, 2013 12:42:27 AM UTC+5:30, Federico J. Sutin 
> Citterio wrote:
>>
>> Hi Anash,
>> Firstly, thank you for your answer. 
>> The following it is the soap request that we are using.
>>
>> 
>> 
>> Id
>> AdGroupId
>> CampaignId
>> KeywordText
>> Status
>> DestinationUrl
>> 
>> CampaignId
>> EQUALS
>> 117685521
>> 
>> 
>> {min.date}
>> {max.date}
>> 
>> 
>> Custom Keywords Report
>> KEYWORDS_PERFORMANCE_REPORT
>> CUSTOM_DATE
>> XML
>> 
>>
>>
>> Regards
>>
>>
>> El miércoles, 19 de junio de 2013 04:06:41 UTC-3, Anash P. Oommen 
>> (AdWords API Team) escribió:
>>>
>>> Hi Federico,
>>>
>>> If you could post a SOAP request and response xml, I could investigate 
>>> further. 
>>>
>>> Cheers,
>>> Anash P. Oommen
>>> AdWords API Advisor.
>>>
>>> On Thursday, June 13, 2013 10:58:46 PM UTC+5:30, Federico J. Sutin 
>>> Citterio wrote:

 When i retrieve keywords from my campaigns, I get more keywords than 
 the platform. Furthermore, those are sexual related keywords.

 Any one with the same problem ?


 Thanks in advance.
 Regards

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman


On Wednesday, June 26, 2013 10:27:56 PM UTC+1, Alan Coleman wrote:
>
> I set the COMPRESSION Setting to 0 in the settings.ini 
>
> This was necessary to disable SOAP Content-Encoding when using AdWords PHP 
> Library adwords_api_php_4.2.5
>
> Content-Encoding: deflate
>
>
> [SOAP]
> ; Enable/disable gzip compression on SOAP requests and responses.
> COMPRESSION = 0
>
>
> On Tuesday, June 25, 2013 10:39:03 PM UTC+1, Alan Coleman wrote:
>>
>> The code below is a log of a SOAP request that forms part of my Google 
>> AdWords App. I'd like to be able to change or remove the Content-Encoding 
>> of the request as I think this may be be causing an error. It can be seen 
>> below on line 5.
>>
>> Any ideas would be appreciated.
>>
>> PHP Error:
>>
>> Notice: Failed to load response into DOM: DOMDocument::loadXML(): 
>>
>> SOAP Request:
>>
>> Host: adwords.google.comConnection: Keep-AliveUser-Agent: PHP-SOAP/5.4.3, 
>> gzipAccept-Encoding: gzip, deflateContent-Encoding: deflateContent-Type: 
>> text/xml; charset=utf-8SOAPAction: ""Content-Length: 780
>>
>> SOAP Error:
>>
>> HTTP/1.1 415 Unsupported Media Type Content-Type: text/html; charset=UTF-8
>> Content-Encoding: gzip
>> Date: Tue, 25 Jun 2013 20:45:10 GMT
>> Expires: Tue, 25 Jun 2013 20:45:10 GMT
>> Cache-Control: private, max-age=0
>> X-Content-Type-Options: nosniff
>> X-Frame-Options: SAMEORIGIN
>> X-XSS-Protection: 1; mode=block
>> Content-Length: 131
>> Server: GSE
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman
I set the COMPRESSION Setting to 0 in the settings.ini 

This was necessary to disable SOAP Content-Encoding when using AdWords PHP 
Library adwords_api_php_4.2.5

Content-Encoding: deflate


[SOAP]
; Enable/disable gzip compression on SOAP requests and responses.
COMPRESSION = 0


On Tuesday, June 25, 2013 10:39:03 PM UTC+1, Alan Coleman wrote:
>
> The code below is a log of a SOAP request that forms part of my Google 
> AdWords App. I'd like to be able to change or remove the Content-Encoding 
> of the request as I think this may be be causing an error. It can be seen 
> below on line 5.
>
> Any ideas would be appreciated.
>
> PHP Error:
>
> Notice: Failed to load response into DOM: DOMDocument::loadXML(): 
>
> SOAP Request:
>
> Host: adwords.google.comConnection: Keep-AliveUser-Agent: PHP-SOAP/5.4.3, 
> gzipAccept-Encoding: gzip, deflateContent-Encoding: deflateContent-Type: 
> text/xml; charset=utf-8SOAPAction: ""Content-Length: 780
>
> SOAP Error:
>
> HTTP/1.1 415 Unsupported Media Type Content-Type: text/html; charset=UTF-8
> Content-Encoding: gzip
> Date: Tue, 25 Jun 2013 20:45:10 GMT
> Expires: Tue, 25 Jun 2013 20:45:10 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Content-Length: 131
> Server: GSE
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




How to use API to set/edit Campaign Setting - Device Bid adjustment

2013-06-26 Thread John Bliss
Currently, I can use the AdWords website to view a Campaign, click Settings 
(tab), Devices, and then edit Device Bid adjustment.

When looking at 
https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.Campaign
 I 
do not see how I'd use the API to edit those Device Bid adjustments.

Please advise.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Costs

2013-06-26 Thread Денис Воскобойник
Does that mean all costs in API will be stabilizied within 3 days? If I get 
to costs May 4 for May 1, the costs will never change?

среда, 26 июня 2013 г., 16:33:15 UTC+3 пользователь Danial Klimkin написал:
>
> Hi Denis,
>
>
> You can't get the transactions or corrections, but you can get total costs 
> for all campaigns (with account performance or campaign performance report).
>
> Please note the numbers can get changed over time and only stabilize 3 
> days after the fact. So if you collect costs for yesterday, and once again 
> for the same date in 3 days, the latter cost might be lower. The difference 
> between these reports will be the correction.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, June 19, 2013 5:40:18 PM UTC+4, Денис Воскобойник wrote:
>>
>> Hello.
>> How I can get all of the transaction with my accaunt every day?(costs, 
>> corrections)
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Costs

2013-06-26 Thread Danial Klimkin
Hi Denis,


You can't get the transactions or corrections, but you can get total costs 
for all campaigns (with account performance or campaign performance report).

Please note the numbers can get changed over time and only stabilize 3 days 
after the fact. So if you collect costs for yesterday, and once again for 
the same date in 3 days, the latter cost might be lower. The difference 
between these reports will be the correction.


-Danial, AdWords API Team.


On Wednesday, June 19, 2013 5:40:18 PM UTC+4, Денис Воскобойник wrote:
>
> Hello.
> How I can get all of the transaction with my accaunt every day?(costs, 
> corrections)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Differences in Placement Performance Report and Adwords GUI

2013-06-26 Thread Ivan Vasilchev
Hi, we're using the adhoc Placement Performance Report for our inhouse 
statistics system. 
We spotted differences between the data that we get from AdWords GUI and 
the API. 
The case: 
There are placements for which the url/domain is reported as something in 
the form of 12345.anonymous.google.com. 
The documentation says that these come from advertisers that choose to stay 
anonymous. 
However this is displayed only in the GUI, in the report that we download 
from the API, 
the initial identifier is omitted and everything comes as 
anonymous.google.com. 
The identifier is important for us in order to have precise statistics and 
currently we couldn't find a 
mechanism to bring that identifier in the report.  
Is there a solution for this problem and if there isn't can we expect this 
to be resolved in a future version of the API? 

Thank you in advance, 
Ivan Vasilchev 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Francesco Della Vedova
adgroup 5102825077 in campaign 73887277.
I fill an array with operations for the campaign, including 2 ads per 
adgroup, and then i push all these operations with one or more bulk mutate 
jobs according to the number (i split the ops in groups of 5000) and then 
move to the next campaign. 
This example campaign was processed yesterday at 9.20 PM (berlin time), 
with just 2 ads per campaign. Then the same couple of ads was pushed again 
at 9.49PM, 3.34AM, 4.08AM, 4.40AM, 5.51AM, 6.26AM, 7.01AM, 7.36AM, 8.51AM 
and 9.29AM, that is half an hour ago, so i'm afraid it'll continue pushing 
every 30 minutes or so until it reaches the limit per adgroup.

thanks for your help!


On Wednesday, 26 June 2013 09:37:31 UTC+2, Anash P. Oommen (AdWords API 
Team) wrote:
>
> Hi Francesco,
>
> Could you elaborate a bit more on this? Did you have two mutate jobs with 
> ads in it for instance? Which campaign id and adgroupid are you seeing this 
> issue for?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Tuesday, June 25, 2013 3:28:20 PM UTC+5:30, Francesco Della Vedova 
> wrote:
>>
>> I forgot to mention that I use Bulk Mutate for this
>>
>> On Tuesday, 25 June 2013 11:46:29 UTC+2, Francesco Della Vedova wrote:
>>>
>>> Hi all,
>>> I'm using the python library to manage several accounts. For some reason 
>>> the same couple of ads is being pushed more than once, resulting in several 
>>> duplicate adcopies in the various adgroups.
>>> The script is set to run only once in a campaign, what is strange is 
>>> that from the change log it seems like the new ads have been pushed on 
>>> about 2 hours difference.
>>>
>>> Is this problem related with jobs that hang somewhere and keep on being 
>>> pushed (i have no retry policy on the scripts though)?
>>>
>>> thanks 
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Supporting hourly reports

2013-06-26 Thread nf7588
OK, Thanks.

On Monday, June 24, 2013 3:02:33 PM UTC+3, Danial Klimkin wrote:
>
> Hello,
>
>
> HourOfDay is not supported within those reports. I don't have a definite 
> answer but I belive this is due to a much larger amount of keywords and ads 
> comparing to the number campaigs.
>
>
> -Danial, AdWords API Team.
>
>
> On Monday, June 24, 2013 9:49:54 AM UTC+4, nf7588 wrote:
>>
>> Hi Jason,
>>
>> Thanks for your reply, but is there a way it can be supported in Ad 
>> Performance or Keyword Performance?
>> If not, can you explain me why?
>>
>> Thank you,
>>
>> On Sunday, June 23, 2013 4:47:21 PM UTC+3, Jason Stedman wrote:
>>>
>>> Account, Campaign and AdGroup performance reports all support the 
>>> HourOfDay field.
>>>
>>> This page lists all fields supported by all reports:
>>>
>>> https://developers.google.com/adwords/api/docs/appendix/reports
>>>
>>> Hope this helps!
>>>
>>> Jason
>>>
>>> On Thursday, June 20, 2013 3:14:24 AM UTC-4, nf7588 wrote:

 Hi,

 I was wondering if it is possible to download  Performance Reports 
 based on HOURS or including hours along with dates?

 thanks.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




PLACEMENT PERFORMANCE REPORT get empty rows

2013-06-26 Thread nf7588
Hi,

We've noticed that if we don't include measures fields in request 
for PLACEMENT PERFORMANCE REPORT - it returns with *empty rows*.

I read another post here that someone said he uses 
CRITERIA_PERFORMANCE_REPORT and including "PLACEMENT" in the CriteriaType 
to get the managed placements.

Is it a BUG? which report should we use and how?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Can the API access the campaign label?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata,

One approach I could think of is to link the "inactive" accounts under an 
MCC if you know for sure that the accounts are inactive. You could then 
fetch the account hierarchy of that MCC to prevent sending requests to 
those accounts.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, June 25, 2013 5:15:13 PM UTC+5:30, Subrata Sarkar wrote:
>
> Hi,
> I can download all Client Ids for a Customer Account Id. However I want it 
> a slightly different way - i.e. when pulling the Client Ids, I want to know 
> which accounts are now "active" so that when I will pull data from API it 
> will only send request to Google server for active accounts.
>
> One possibility I thought could be "labels" but unfortunately this filter 
> is not yet exposed to API.
>
> In this scenario how I can achieve the above? If you can please reply in a 
> few hours that would be a real life-saver for me.
>
> Best regards,
> Subrata Sarkar
>
> On Tuesday, 14 May 2013 03:29:47 UTC+5:30, Danial Klimkin wrote:
>>
>> Hello Ali,
>>
>>
>> No, labels are not supported in the API at the moment.
>>
>>
>> -Danial, AdWords API Team.
>>
>> On Monday, May 13, 2013 6:59:27 AM UTC+4, Ali Vahed wrote:
>>>
>>> Hello Daniel,
>>>  
>>> Is there any update on this issue? we really need to extract campaign 
>>> labels with API to generate some reports. doing it manually is almost 
>>> impossible.
>>>  
>>> Regards,
>>> Ali
>>>
>>> On Thursday, February 21, 2013 9:28:40 PM UTC+11, Danial Klimkin wrote:
>>>
 Hello Ali,


 AdWords API does not currently support labels.


 -Danial, AdWords API Team.


 On Tuesday, February 19, 2013 2:26:04 AM UTC+4, Ali Vahed wrote:
>
> Hello,
> Are the APIs to access Label ready? 
> I develop a Google Adwords client and need to sync Google Ads Label. 
> Cheers?
>
> On Saturday, June 2, 2012 1:43:28 AM UTC+10, Kevin Winter wrote:
>>
>> Hi,
>>   Sorry I didn't respond on this thread earlier.  I checked with the 
>> core engineers and there's a good bit of effort involved in exposing it 
>> via 
>> the API.  We're currently looking into it, but no promises when it may 
>> be 
>> exposed.
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Thursday, May 31, 2012 2:54:16 PM UTC-4, REVEAL wrote:
>>>
>>> Hello. Has anyone thought of a work around for this?  Kevin, do you 
>>> have any suggestions on how to filter API report data by label?
>>>
>>> On Tuesday, March 27, 2012 2:43:56 PM UTC-4, on...@dbi.udel.eduwrote:
>>>
 The My Client Center ui allows labels to be created and associated 
 with campaigns.  Are there any API calls that will retrieve these 
 associations?  I'd like to be able to use the api to download a report 
 and 
 to match it up to a MCC label.

 Thanks.

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: What does SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED mean?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jared,

Could you also add a predicate for CampaignId in xxx, xxx? The 
SizeLimitError is coming in this case because the total number of items 
that match your conditions is quite high (this is independent of the page 
size you set in your request).

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, June 25, 2013 3:40:04 AM UTC+5:30, Jared wrote:
>
> I am now getting the SizeLimitError. I'm continuing to use paging (the 
> recommended value of 2000), and using a predicate of CriteriaType equal to 
> Platform, and I'm still getting the error. It seems that this error is 
> bring thrown independently of the number of results being returned. Is 
> there some other way I need to limit my query?
>
> 1211589 [main] WARN 
> com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - 
> SOAP Request:
> 
> 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/cm/v201302"; 
> soapenv:mustUnderstand="0">
> DELETED
> DELETED
> DELETED
> null (AwApi-Java, AdWords-Axis/1.15.0, 
> Common-Java/1.15.0, Axis/1.4, Java/1.6.0_29, maven)
> false
> false
> 
> 
> 
> https://adwords.google.com/api/adwords/cm/v201302";>
> 
> Id
> CampaignId
> BidModifier
> CriteriaType
> DayOfWeek
> StartHour
> StartMinute
> EndHour
> EndMinute
> PlatformName
> LocationName
> DisplayName
> TargetingStatus
> ParentLocations
> 
> CriteriaType
> EQUALS
> PLATFORM
> 
> 
> Id
> ASCENDING
> 
> 
> 0
> 2000
> 
> 
> 
> 
> 
>
> 1211589 [main] WARN 
> com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - 
> SOAP Response:
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
> 
> https://adwords.google.com/api/adwords/cm/v201302";>
> 0004dfed90251c480ae58b4c43fc
> CampaignCriterionService
> get
> 0
> 8377
> 0
> 
> 
> 
> 
> soap:Server
> [SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ 
> ]
> 
> https://adwords.google.com/api/adwords/cm/v201302";>
> [SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED 
> @ ]
> 
> ApiException
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="SizeLimitError">
> 
> 
> 
> SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
> SizeLimitError
> RESPONSE_SIZE_LIMIT_EXCEEDED
> 
> 
> 
> 
> 
> 
>
>
> On Tuesday, June 18, 2013 11:16:20 PM UTC-5, Anash P. Oommen (AdWords API 
> Team) wrote:
>>
>> Hi Jared,
>>
>> You will now get a RESPONSE_SIZE_LIMIT_EXCEEDED instead of 
>> SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED (which 
>> was an internal error code that shouldn't have been thrown to users). If 
>> you are still getting RESPONSE_SIZE_LIMIT_EXCEEDED, try adding a 
>> predicate to restrict your results to a few campaign ids.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Tuesday, June 18, 2013 11:03:02 PM UTC+5:30, Jared wrote:
>>>
>>> Hello. Do you have an update on this?
>>>
>>> On Friday, May 17, 2013 6:01:47 PM UTC-5, Takeshi Hagikura wrote:

 Hi Jared, 

 I'm looking into this. 
 I'll update the thread for updates.

 Best,
 - Takeshi, AdWords API Team


 On Friday, May 17, 2013 12:44:58 AM UTC+9, Jared wrote:
>
> I am downloading the campaign criteria via 
> the CampaignCriterionService, and I'm getting an ApiError of type 
> SizeLimitError with the message SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED. 
> I 
> cannot find any information about this error, and how to avoid it. I've 
> used paging of 1000 records and 500 records and the result is the same. 
> This error occurs in the same account each time, so I would imagine this 
> is 
> related to some specific condition within a campaign.
>
> Any idea what is going on here?
>
> 
> 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/cm

Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Francesco,

Could you elaborate a bit more on this? Did you have two mutate jobs with 
ads in it for instance? Which campaign id and adgroupid are you seeing this 
issue for?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, June 25, 2013 3:28:20 PM UTC+5:30, Francesco Della Vedova wrote:
>
> I forgot to mention that I use Bulk Mutate for this
>
> On Tuesday, 25 June 2013 11:46:29 UTC+2, Francesco Della Vedova wrote:
>>
>> Hi all,
>> I'm using the python library to manage several accounts. For some reason 
>> the same couple of ads is being pushed more than once, resulting in several 
>> duplicate adcopies in the various adgroups.
>> The script is set to run only once in a campaign, what is strange is that 
>> from the change log it seems like the new ads have been pushed on about 2 
>> hours difference.
>>
>> Is this problem related with jobs that hang somewhere and keep on being 
>> pushed (i have no retry policy on the scripts though)?
>>
>> thanks 
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Feed Service api requirement

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Matthew,

Could you please send your queries about api requirement to 
adwordsapi-tok...@google.com?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, June 26, 2013 6:42:40 AM UTC+5:30, Matthew Ledom wrote:
>
> Does anyone know which parts of the feed services feature are required for 
> api approval? It seems that as soon as I click the sitelinks extension in 
> AdWords the system automatically creates a feed for me. Do I just need to 
> be able to add new SiteLinks (FeedItems) for approval or do I need to be 
> able to create a new Feed, the FeedMappings, the FeedItems 
> and associate the feed to a campaign with CampaignFeedService?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: How to use the OR condition in AWQL

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi,

You could use the IN operator in this case.

Cheers,
Anash P. Oommen
AdWords API Advisor.

On Tuesday, June 25, 2013 11:00:45 PM UTC+5:30, plucki wrote:
>
> Hi!
>
> I am trying to use the AWQL language in order to get specific Adgroups 
> which have this condition, Campaign Name  contains "ABC" or Campaign Name 
> contains "DEF" but when I  try to do this on AWQL I cant use the condition 
> "OR"
>
> What im doing bad?
>
> Thanks! 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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




Re: Keyword Report Anomalies

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Federico,

Those are the negative keywords in your adgroups. Try adding IsNegative 
column to your reports to filter the unwanted rows.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, June 26, 2013 12:42:27 AM UTC+5:30, Federico J. Sutin 
Citterio wrote:
>
> Hi Anash,
> Firstly, thank you for your answer. 
> The following it is the soap request that we are using.
>
> 
> 
> Id
> AdGroupId
> CampaignId
> KeywordText
> Status
> DestinationUrl
> 
> CampaignId
> EQUALS
> 117685521
> 
> 
> {min.date}
> {max.date}
> 
> 
> Custom Keywords Report
> KEYWORDS_PERFORMANCE_REPORT
> CUSTOM_DATE
> XML
> 
>
>
> Regards
>
>
> El miércoles, 19 de junio de 2013 04:06:41 UTC-3, Anash P. Oommen (AdWords 
> API Team) escribió:
>>
>> Hi Federico,
>>
>> If you could post a SOAP request and response xml, I could investigate 
>> further. 
>>
>> Cheers,
>> Anash P. Oommen
>> AdWords API Advisor.
>>
>> On Thursday, June 13, 2013 10:58:46 PM UTC+5:30, Federico J. Sutin 
>> Citterio wrote:
>>>
>>> When i retrieve keywords from my campaigns, I get more keywords than the 
>>> platform. Furthermore, those are sexual related keywords.
>>>
>>> Any one with the same problem ?
>>>
>>>
>>> Thanks in advance.
>>> Regards
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

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