Re: Delete Audience RLSA

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi SK,

Here's a quick update on Question #2. I was looking at the Audience 
Performance Report for another issue I was working on, and I noticed that 
the Criteria 

 
field looks like it's displaying the name of the audience.

Hope that helps,
Nadine, AdWords API Team

On Wednesday, October 21, 2015 at 2:25:32 PM UTC-4, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi SK,
>
> 1) How to delete all the non-crmbased (non-customer match - email) 
> audiences in an adgroup? I downloaded the audience performance report for a 
> particular adgroup but there is no AudienceName field which can be used to 
> identify a specific audience. If i delete all the audience for that adgroup 
> using the Criterion ID, the job deletes all the audiences including the new 
> crm_based_user_lists which are email audiences. Is there a way to delete 
> only non-crmbased audiences? I do not want to delete the email audiences, 
> but i want to delete all other audiences.
>
> ==> Based on what you've described, it sounds like you have 
> BiddableAdGroupCriterion 
> 
>  
> with each having a different user lists. I don't know of a way of doing 
> that easily by type. As to the deletions that you saw, I'm surprised that 
> it would delete all of the BiddableAdGroupCriterion given one Criterion ID 
> of a UserList.
>
> 2) Also, is there a field for "Audience Name" in the 
> audience_performance_report"?
>
> ==> Unfortunately, there isn't a field for audience name in the Audience 
> Performance Report. You could query the AdWordsUserListService 
> 
>  
> for the name based on the ID if you need that information.
>
> Regards,
> Nadine, AdWords API Team
>
> On Tuesday, October 20, 2015 at 8:08:08 PM UTC-4, Srikanth Keshav wrote:
>>
>> Hello,
>>
>> 1) How to delete all the non-crmbased (non-customer match - email) 
>> audiences in an adgroup? I downloaded the audience performance report for a 
>> particular adgroup but there is no AudienceName field which can be used to 
>> identify a specific audience. If i delete all the audience for that adgroup 
>> using the Criterion ID, the job deletes all the audiences including the new 
>> crm_based_user_lists which are email audiences. Is there a way to delete 
>> only non-crmbased audiences? I do not want to delete the email audiences, 
>> but i want to delete all other audiences.
>>
>>
>> 2) Also, is there a field for "Audience Name" in the 
>> audience_performance_report"?
>>
>> Regards,
>> SK
>>
>

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

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


Re: Report Summary is missing

2015-10-22 Thread Anash P. Oommen (AdWords API Team)
Hi,

CSV / TSV reports were historically made for the UI users / API users who 
wanted to display results directly to the users without much processing. So 
they included summary rows. XML reports were meant for developers who 
wanted to process the rows further, so we kept only the raw data rows in 
this report.

The reason why we support the skipReportHeader and skipColumnHeader headers 
is because many users prefer parsing a csv file instead of an XML file - 
not all programming languages have good support for XML parsing.

Unfortunately, I don't think there's a source I can link you to. You could 
either calculate the summary rows yourself, or switch to a reporting format 
that supports it. In case you need help figuring out how to calculate 
various summary rows, feel free to open a new thread on the forum.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, October 21, 2015 at 9:36:26 AM UTC-7, FK wrote:
>
> Is there any documented difference between the download formats?
> The other options seem to work:
>   options['skipReportHeader'] = true;
>   options['skipColumnHeader'] = true;
> Why is there a lack of summary rows in XML documents? (please link to a 
> source)
>

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

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


Re: New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Umesh Dengale
Hello,

Could you provide the report request and clientCustomerId? Just click *Reply 
privately to author* in the forum when responding. Don't forget to remove 
the developer token in the output.

Thanks,
Umesh, AdWords API Team.


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

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


Ad Scheduling in PHP - 2015

2015-10-22 Thread Doug Silksone
Hey guys - First post here. 

Purpose of this code section is to set Ad Scheduling between 00:00 - 04:00 
every weekday. Unfortunately, the code I've written has been breaking the 
rest of my PHP script. 
At first glance, can you see where I'm going wrong? 


$campaignCriterionService =   $user->GetService('CampaignCriterionService', 
ADWORDS_VERSION);

  $operations = array();
  $campaignID = "XXX-XXX-X";
  $days = array(
  'MONDAY',
  'TUESDAY',
  'WEDNESDAY',
  'THURSDAY',
  'FRIDAY'
  );
  
 foreach($days as $day) {
 //Set Variables
 $adSchedule = new AdSchedule();
 $adSchedule->dayOfWeek = $days[i];
 $adSchedule->startHour = 0;
 $adSchedule->startMinute = 'ZERO' ;
 $adSchedule->endHour = 4;
 $adSchedule->endMinute = 'ZERO' ;
 
 $adScheduleCriterion = new AdScheduleCriterion();
 $adScheduleCriterion->campaignId = $campaignID;
 $adScheduleCriterion->criterion = $adSchedule;
 
 $adScheduleCriteria[] = $adScheduleCriterion;
 //Create the Operation
 $operation = new CampaignCriterionOperation();
 $operation->operand = $adScheduleCriterion;
 $operation->operator = 'ADD';
 $operations[] = $operation;
 
 }
 //Mutate!
  $result = $CampaignCriterionService->mutate($operations);







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

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


Re: Video preview image in Video Performance Report

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana,

They are already looking at adding impressions. As for your other requests, 
I filed a feature request with the engineers. Since I don't set the 
priority, I can't give a date. So, be on the lookout on the blog 
 for any 
updates.

Best,
Nadine, AdWords API Team

On Thursday, October 22, 2015 at 10:06:58 AM UTC-4, Tiana S. wrote:
>
> I think it would be a very useful addition if you'd be able to request a 
> preview image or something for the video and the url to the video in the 
> Video Performance Report.
> This will give a better overview and a clearer indication on what video is 
> returned. 
> Also, a lot of the metrics in e.g. the campaign performance report aren't 
> available in the Video performance report but are available in the 
> interface (e.g. impressions).
> Any chance these will be added? Because I do see clicks and some other 
> metrics that are now not as useful without the other metrics.
>

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

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


Re: Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Umesh Dengale
Hi Paul,

When AdGroupEstimateRequest is created then you must 

 also 
specify a KeywordEstimateRequest 

 for 
the keywords you want traffic estimates of. If you don't provide the 
keyword id then keyword text is needed(keyword id is optional). 
When you provide the campaign and ad group for an existing keyword 
,
 
this can improve the estimates since historical performance is known and 
when don't provide these (campaign, adgroup and keyword) the estimates may 
vary. Please check out estimating traffic guide 

 and estimate_keyword_traffic 

 python 
example code from client library.

Thanks,
Umesh, AdWords API Team.


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

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


Re: Problem creating App Engagement Ads

2015-10-22 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian,

Thanks for summarizing this information.

Cheers,
Thanet, AdWords API Team

On Thursday, October 22, 2015 at 4:16:38 AM UTC-7, 
sebastian.lame...@despegar.com wrote:
>
> Alright, for anyone interested in the issue, this seems to
> be the final answer:
>
> I've been confirmed that though the preview is not correct, when 
>>
> being served in the real time, your ads will show the call-to-action 
>>
> caption correctly. Unfortunately, this discrepancy issue will not be 
>>
> fixed in the near future.
>>
>
> Thanks again Thanet!
> seb.
>
> El lunes, 19 de octubre de 2015, 9:22:18 (UTC-3), sebastia...@despegar.com 
> escribió:
>>
>> Hi Thanet,
>> I don't understand. You mean to say that if I can't see the Call-to-action
>> rendered correctly it is because I am setting app-id and app-store wrong?
>> I've just created some text ads and I can visualize them properly -which
>> means that they have app-id and app-store fields set- but I still got an
>> inconistent Call-to-action field in the rendered ad.
>> I'll send you the ad id I've just created privately.
>>
>> El viernes, 16 de octubre de 2015, 10:09:44 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hi Sebastian,
>>>
>>> I've got more information that if you setup app ID and app store 
>>> correctly, the image should render as your provided call-to-action filed 
>>> text.
>>> Could you please confirm again?
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, October 13, 2015 at 8:45:28 PM UTC+9, 
>>> sebastia...@despegar.com wrote:

 2) Discrepancy between Call-to-action field in Text Ads and rendered ad 
> image. (see my first post)

 We are aware of this issue and made change to so the call-to-action 
> text is shown in preview. 
>
 This may take a few days to a week until it gets updated.
>

 It still hasn't been fixed. We'll wait a couple days and give it 
 another try!


 El martes, 29 de septiembre de 2015, 13:08:55 (UTC-3), Thanet Knack 
 Praneenararat (AdWords API Team) escribió:
>
> Hi Sebastian,
>
> Sorry for making you wait for a long time.
> I've just got some updates. Please see the my comments below:
>
> 1) UI crash when clicking "View full size display ad"
>>
> It seems your ads that have problems with preview were created without an 
> app store & app id.
> Could you please fix them using API and see if you can preview them in 
> UI?
>  
>
>> 2) Discrepancy between Call-to-action field in Text Ads and rendered 
>> ad image. (see my first post)
>
> We are aware of this issue and made change to so the call-to-action 
> text is shown in preview. 
> This may take a few days to a week until it gets updated.
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, September 29, 2015 at 4:38:48 AM UTC+9, 
> sebastia...@despegar.com wrote:
>>
>> Hi Thanet,
>> We are still facing this problem and, on top of that, we now have a 
>> third problem
>> (you can find the new question in this link 
>> ).
>> Any new from your side?
>> Thanks,
>> seb.
>>
>> El lunes, 14 de septiembre de 2015, 10:29:34 (UTC-3), Thanet Knack 
>> Praneenararat (AdWords API Team) escribió:
>>>
>>> Hello Sebastian,
>>>
>>> Really sorry for keeping you waiting.
>>> I'm chasing this issue with the engineering team, but unfortunately, 
>>> I haven't got update from them yet.
>>>
>>> Cheers,
>>> Thanet, AdWords API Team
>>>
>>> On Monday, September 14, 2015 at 9:54:41 PM UTC+9, 
>>> sebastia...@despegar.com wrote:

 Hello Thanet,
 Do you have any news on these issues?
 1) UI crash when clicking "View full size display ad"
 2) Discrepancy between Call-to-action field in Text Ads and 
 rendered ad image. (see my first post)
 Thanks again,
 seb.

 El martes, 8 de septiembre de 2015, 8:39:11 (UTC-3), Thanet Knack 
 Praneenararat (AdWords API Team) escribió:
>
> Hi Sebastian,
>
> Unfortunately, I haven't got update back from the engineering team.
> I'll let you know once I get update.
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
> sebastia...@despegar.com wrote:
>>
>> Hello Thanet,
>> You replied to me privately on September 2nd after my private 
>> response to you.
>> Do you have news on this issue? I am still getting the UI crash 
>> after creating TempalteAd's
>> with the AdWords API.
>>
>> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet 
>> Knack Praneenararat (AdWords API Team) escribió:
>>>
>>

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR using v201506 AdGroupAdService.mutate to ADD new TemplateAd

2015-10-22 Thread Anthony Madrigal
Hi,

I think I may have found a reason as to why you are experiencing this 
error. I see that the template Id of the original ad you are trying to copy 
is 456. This type of template ad is not supported through AdWords API. Here 
is a link to all the supported template ads 
 for 
the API.

Cheers,
Anthony
AdWords API Team

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

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


Re: How to correctly use CriterionBidLandscape - 'No bid landscapes found' error

2015-10-22 Thread Paul Lo
I think I only need to check Conversion Tracking item, let me double check.


   - You need to have an established criterion or ad group so the 
   estimation process can have some baseline information from which to 
   generate its predictions.
   - Conversion Tracking must be enabled.
   - The account is not a test account 
   . Bid 
   landscapes are based on past performance, but test accounts do not serve 
   ads.


Anthony Madrigal於 2015年10月22日星期四 UTC+8上午3時03分31秒寫道:
>
> Hello,
>
> The code you are using seems to be ok. You will not need to include the 
> Campaign Id. Please make sure you meet all of these requirements 
> 
>  since 
> this may be the reason you are not getting any bid landscapes returned.
>
> Regards,
> Anthony
> AdWords API Team
>

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

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


Re: Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Paul Lo

without providing ids, the estimated CPC for each keyword are around 30% 
lower than my historical CPCs, while the position are not significantly 
worse

Paul Lo於 2015年10月22日星期四 UTC+8下午5時22分39秒寫道:
>
> Hello,
>
> I've started to try TrafficEstimatorService recently, and I found that if 
> I submit the request without providing adGroupId, campaignId, criterionId 
> (keyword id), the estimated CPC for each keyword are around 30% lower than 
> my historical CPCs . 
>
> I can read from KeywordEstimateRequest doc 
> 
>  
> that:
>
>- When present with a campaign and ad group also specified, the ID 
>should be for an existing keyword in the ad group. *This can improve 
>the estimates since historical performance is known*.
>
> However, I don't really understand the concept. *All other conditions 
> (budget, target audience) remain the same in my query*, how can those IDs 
> affect the result? Does that mean for some reason my account is paying 
> higher CPC in comparison with market price? I think IDs should be 
> independent of the estimation.
>
> selector = {
>   'campaignEstimateRequests': [{
>   'dailyBudget': {
>   'xsi_type': 'Money',
>   'microAmount': 
>   },
>   'adGroupEstimateRequests': [{
>   '*adGroupId*': adgroup_id,
>   'keywordEstimateRequests': [ . ]
>   }],
>   '*campaignId*': campaign_id,
>   'networkSetting': {
>   'targetGoogleSearch': 'true',
>   'targetSearchNetwork': 'true',
>   'targetContentNetwork': 'false',
>   'targetPartnerSearchNetwork': 'false'
>   },
>   'criteria': [
>   {
>   'xsi_type': 'Location',
>   'id': '2840'  # United States.
>   },
>   {
>   'xsi_type': 'Location',
>   'id': '2124'  # Canada
>   },
>   {
>   'xsi_type': 'Language',
>   'id': '1000'  # English.
>   }
>   ]
>   }]
> }
> traffic_estimator_service.get(selector)
>
> Thanks
>

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

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


Re: Turn off "Count calls as phone call conversions" through API

2015-10-22 Thread Han Vo
Thank you guys

On Thursday, October 22, 2015 at 10:20:47 AM UTC-4, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Han,
>
> I've filed a request with the engineers. Since I don't set priorities, I 
> can't guarantee that it will be available in the next update. However, I 
> will update this thread once a solution has been made available.
>
> Best,
> Nadine, AdWords API Team
>
> On Wednesday, October 21, 2015 at 12:36:56 PM UTC-4, Han Vo wrote:
>>
>> Please confirm if this feature will be added in the next API update?
>>
>> On Tuesday, October 20, 2015 at 2:47:10 PM UTC-4, Umesh Dengale wrote:
>>>
>>> Hello,
>>>
>>> The AdWords API does not support unselecting the check box  "Count calls 
>>> as phone call conversions" for call extensions.
>>>
>>> Regards,
>>> Umesh, AdWords API Team.
>>>
>>

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

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


New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Leon Pidgeon
I am using the googleads-php-lib library 
 and pulling data for 
a VIDEO_PERFORMANCE_REPORT. All the values in the Views column are 0 even 
in rows where Video played to 100% are percentages indicating the video has 
been played to completion.

Is there some setting I am missing because when I re-run the report to the 
start of 2014 there is not one single View and View Rate is also 0. Pulling 
a similar report from the MCC returns values for views.

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

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


Re: How to Set Bids on YouTube Campaigns

2015-10-22 Thread Umesh Dengale
Hello,

The AdWords API v201509 support only the video campaigns data and 
statistics in the API reports. The API does not support get, mutate 
operations for the video campaigns. Please check release notes 
 for complete 
lists of changes and added features.

Thanks,
Umesh, AdWords API Team.

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

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


Re: Turn off "Count calls as phone call conversions" through API

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi Han,

I've filed a request with the engineers. Since I don't set priorities, I 
can't guarantee that it will be available in the next update. However, I 
will update this thread once a solution has been made available.

Best,
Nadine, AdWords API Team

On Wednesday, October 21, 2015 at 12:36:56 PM UTC-4, Han Vo wrote:
>
> Please confirm if this feature will be added in the next API update?
>
> On Tuesday, October 20, 2015 at 2:47:10 PM UTC-4, Umesh Dengale wrote:
>>
>> Hello,
>>
>> The AdWords API does not support unselecting the check box  "Count calls 
>> as phone call conversions" for call extensions.
>>
>> Regards,
>> Umesh, AdWords API Team.
>>
>

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

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


Video preview image in Video Performance Report

2015-10-22 Thread Tiana S.
I think it would be a very useful addition if you'd be able to request a 
preview image or something for the video and the url to the video in the 
Video Performance Report.
This will give a better overview and a clearer indication on what video is 
returned. 
Also, a lot of the metrics in e.g. the campaign performance report aren't 
available in the Video performance report but are available in the 
interface (e.g. impressions).
Any chance these will be added? Because I do see clicks and some other 
metrics that are now not as useful without the other metrics.

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

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


Re: YouTube Campaigns Not Showing Up

2015-10-22 Thread max lewis
Hi Mark,

Recent changes to the API mean that there are now more options for videos 
than before. The most important of these changes for your question is that 
you can now add 'views' along with other video specific metrics. One thing 
we learnt was that if you include 'click type' you will not get any value 
other than 0 returned for views.If you pull a campaign report without 
including views, you will need get any youtube campaigns returned but if 
you include that metric, you will get video campaign data too- complete 
with campaign name, impressions, clicks, cost etc.

Hope that helps

On Wednesday, October 21, 2015 at 10:21:55 PM UTC+1, Mark Rogoyski wrote:
>
> Hi,
>
> YouTube campaigns don't seem to show up except in 
> VIDEO_PERFORMANCE_REPORTs. For example, using CampaignService to get a list 
> of campaigns, the YouTube campaigns do not show up.
>
> Do YouTube campaigns only work with certain services and reports? If so, 
> is there a list of what those are? Or are there other current limitations 
> with YouTube campaigns?
>
> I'm using API v201509 and the AdWords account has been upgraded to include 
> YouTube campaigns.
>
> Thanks.
> Mark
>

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

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


Re: Trying to get an API key

2015-10-22 Thread support
I was told 1 business day before this.

This is my MCC ID: 287-752-1602

On Thursday, 22 October 2015 03:16:25 UTC+11, Umesh Dengale wrote:
>
> Hi Martin,
>
> Have you filled out the second part 
>  of the application form? 
> If not, please go ahead and fill it out. Once you submit that form, the 
> AdWords API Compliance team will respond with an answer within a business 
> day.
>
> If you DID fill out this form, let me know your AdWords manager account 
> (MCC) ID (e.g 123-456-7890) and I can check in with the compliance team.
>
>
> Thanks,
>
> Umesh, AdWords API Team.
>

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

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


Re: Problem creating App Engagement Ads

2015-10-22 Thread sebastian . lamelas
Alright, for anyone interested in the issue, this seems to
be the final answer:

I've been confirmed that though the preview is not correct, when 
>
being served in the real time, your ads will show the call-to-action 
>
caption correctly. Unfortunately, this discrepancy issue will not be 
>
fixed in the near future.
>

Thanks again Thanet!
seb.

El lunes, 19 de octubre de 2015, 9:22:18 (UTC-3), sebastia...@despegar.com 
escribió:
>
> Hi Thanet,
> I don't understand. You mean to say that if I can't see the Call-to-action
> rendered correctly it is because I am setting app-id and app-store wrong?
> I've just created some text ads and I can visualize them properly -which
> means that they have app-id and app-store fields set- but I still got an
> inconistent Call-to-action field in the rendered ad.
> I'll send you the ad id I've just created privately.
>
> El viernes, 16 de octubre de 2015, 10:09:44 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hi Sebastian,
>>
>> I've got more information that if you setup app ID and app store 
>> correctly, the image should render as your provided call-to-action filed 
>> text.
>> Could you please confirm again?
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, October 13, 2015 at 8:45:28 PM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> 2) Discrepancy between Call-to-action field in Text Ads and rendered ad 
 image. (see my first post)
>>>
>>> We are aware of this issue and made change to so the call-to-action text 
 is shown in preview. 

>>> This may take a few days to a week until it gets updated.

>>>
>>> It still hasn't been fixed. We'll wait a couple days and give it another 
>>> try!
>>>
>>>
>>> El martes, 29 de septiembre de 2015, 13:08:55 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hi Sebastian,

 Sorry for making you wait for a long time.
 I've just got some updates. Please see the my comments below:

 1) UI crash when clicking "View full size display ad"
>
 It seems your ads that have problems with preview were created without an 
 app store & app id.
 Could you please fix them using API and see if you can preview them in 
 UI?
  

> 2) Discrepancy between Call-to-action field in Text Ads and rendered 
> ad image. (see my first post)

 We are aware of this issue and made change to so the call-to-action 
 text is shown in preview. 
 This may take a few days to a week until it gets updated.

 Best,
 Thanet, AdWords API Team

 On Tuesday, September 29, 2015 at 4:38:48 AM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Hi Thanet,
> We are still facing this problem and, on top of that, we now have a 
> third problem
> (you can find the new question in this link 
> ).
> Any new from your side?
> Thanks,
> seb.
>
> El lunes, 14 de septiembre de 2015, 10:29:34 (UTC-3), Thanet Knack 
> Praneenararat (AdWords API Team) escribió:
>>
>> Hello Sebastian,
>>
>> Really sorry for keeping you waiting.
>> I'm chasing this issue with the engineering team, but unfortunately, 
>> I haven't got update from them yet.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Monday, September 14, 2015 at 9:54:41 PM UTC+9, 
>> sebastia...@despegar.com wrote:
>>>
>>> Hello Thanet,
>>> Do you have any news on these issues?
>>> 1) UI crash when clicking "View full size display ad"
>>> 2) Discrepancy between Call-to-action field in Text Ads and rendered 
>>> ad image. (see my first post)
>>> Thanks again,
>>> seb.
>>>
>>> El martes, 8 de septiembre de 2015, 8:39:11 (UTC-3), Thanet Knack 
>>> Praneenararat (AdWords API Team) escribió:

 Hi Sebastian,

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

 Best,
 Thanet, AdWords API Team

 On Tuesday, September 8, 2015 at 8:36:05 PM UTC+9, 
 sebastia...@despegar.com wrote:
>
> Hello Thanet,
> You replied to me privately on September 2nd after my private 
> response to you.
> Do you have news on this issue? I am still getting the UI crash 
> after creating TempalteAd's
> with the AdWords API.
>
> El miércoles, 2 de septiembre de 2015, 2:31:06 (UTC-3), Thanet 
> Knack Praneenararat (AdWords API Team) escribió:
>>
>> Hello Sebastian,
>>
>> Sorry for the delay.
>> Let me check with the engineering team for this discrepancy.
>>
>> Could you please do *Reply privately to author *and send me your 
>> campaign ID, ad group ID, and ad ID of the ad in question 
>> (especially those 

Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Paul Lo
Hello,

I've started to try TrafficEstimatorService recently, and I found that if I 
submit the request without providing adGroupId, campaignId, criterionId 
(keyword id), the estimated CPC for each keyword are around 30% lower than 
my historical CPCs . 

I can read from KeywordEstimateRequest doc 

 
that:

   - When present with a campaign and ad group also specified, the ID 
   should be for an existing keyword in the ad group. *This can improve the 
   estimates since historical performance is known*.

However, I don't really understand the concept. *All other conditions 
(budget, target audience) remain the same in my query*, how can those IDs 
affect the result? Does that mean for some reason my account is paying 
higher CPC in comparison with market price? I think IDs should be 
independent of the estimation.

selector = {
  'campaignEstimateRequests': [{
  'dailyBudget': {
  'xsi_type': 'Money',
  'microAmount': 
  },
  'adGroupEstimateRequests': [{
  '*adGroupId*': adgroup_id,
  'keywordEstimateRequests': [ . ]
  }],
  '*campaignId*': campaign_id,
  'networkSetting': {
  'targetGoogleSearch': 'true',
  'targetSearchNetwork': 'true',
  'targetContentNetwork': 'false',
  'targetPartnerSearchNetwork': 'false'
  },
  'criteria': [
  {
  'xsi_type': 'Location',
  'id': '2840'  # United States.
  },
  {
  'xsi_type': 'Location',
  'id': '2124'  # Canada
  },
  {
  'xsi_type': 'Language',
  'id': '1000'  # English.
  }
  ]
  }]
}
traffic_estimator_service.get(selector)

Thanks

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

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