Callouts not returned using CampaignExtensionSettingService (feed is named "AdWords Express Callouts feed")

2018-01-21 Thread jon
Hi,

I am having an issue where Callout extensions are not returned from the 
CampaignExtensionSettingService. Every other type of extension is returned 
by the API. I think it has something to do with the state of this 
particular Feed. In the "Business data" view, this feed has a different 
naming convention from the other feeds. It's called "AdWords Express 
Callouts feed" instead of using the convention "Main callout feed". I think 
somebody must have created this feed in our Account using AdWords Express. 
I thought perhaps that I needed to migrate it per Extension Setting 
Services page 
,
 
but this seems like a different case because the API indicates that the 
origin is ADWORDS and not USER. Therefore, I think it is the System 
Callouts feed, but it's in a special state where it's items are not 
returned by the API. I could try to force migrate it anyway, but I am not 
sure if this will work and don't want to break anything. Can somebody 
please advise on best course of action Thanks.

-Jon

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/40c0ada9-6f76-4450-a23d-c065bc202a6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fix Balance Balance

2018-01-21 Thread Thái Linh
When I receive this message. I have added money to my account. And 
currently my account still has a balance. However, this message still 
appears on my account. And I can not run ads. Please help me, 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/737ea356-4c63-4aa8-bcd6-96371596d728%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get total impressions, total cost, total click for a customer?

2018-01-21 Thread Balbinder Sumbria

I don't know even where to start.  The documentation have no head no feet. 
There is no proper example. Everywhere there is same copy and paste of 
samples. I just want to retrieve otal clicks, total impressions, total cost 
for a customer for all campaings but I can't find any option. you have to 
include 100 classes in order to retrieve one thing. Now I tried:

$reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, '
  . 'Impressions, Clicks, Cost FROM 
CRITERIA_PERFORMANCE_REPORT '
  . 'WHERE Status IN [ENABLED, PAUSED] DURING 
LAST_7_DAYS';
  $reportDownloader = new \Google\AdsApi\AdWords\Reporting\
v201710\ReportDownloader($session);
  $reportSettingsOverride = (new \Google\AdsApi\AdWords\
ReportSettingsBuilder())
  ->includeZeroImpressions(false)
  ->build();
  $reportDownloadResult = $reportDownloader->
downloadReportWithAwql(
  $reportQuery, \Google\AdsApi\AdWords\Reporting\v201710
\DownloadFormat::XML, $reportSettingsOverride);
  print_r($reportDownloadResult);
And I have follwing setting added for  $session $soapSettings = (new 
\Google\AdsApi\Common\SoapSettingsBuilder())
   ->disableSslVerify()
  ->build();

And getting following error:
Error creating resource: [message] fopen(): SSL operation failed with code 
1. OpenSSL Error messages: error:14090086:SSL routines:
ssl3_get_server_certificate:certificate verify failed [file]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f870b947-2adc-492f-b317-98fb53007c55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Victorian Postcodes not listed on the AdWords API Location Criteria 2017-11-02

2018-01-21 Thread Kristian Thompson
Hi, 

I am working with DoubleClick on a geo-targeted campaign. Of the 2889 post 
codes in Victoria, Australia, 134 are not listed in your Location Criteria. 
As a result, Doubleclick Studio returns errors for people viewing my 
campaign who are located in these regions. I have attached a file listing
Victoria's post codes. 

Could you please include these, the list was compiled from a spreadsheet 
Victorian Electorates by Locality and Postcode available 
from https://www.vec.vic.gov.au/Files/LocalityFinder.xls

Thanks,
Kristian


*Kristian Thompson*

*Interactive Media Designer & Developer*

 

*M: 04 8178 0109*

*W: **tribalmelbourne.com.au * *| *
*kristian.co.nz* 

 

Effie 2016, Westpac Get Cash

AB+F Awards 2016, Best Use of Social Media, Westpac Get Cash

Gold Winner 2015 Sydney Design Awards, Service Design and User Experience

Cannes 2014, Gold Lion 'Mobile', Bronze Lion 'Direct'

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f60735cb-d3b6-4297-9d47-11a79f679d65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unique_ID,Suburb Name,Post Code,Target Type,
1,Victoria,0,post code,DEFAULT
2,Abbeyard,3737,post code,
3,Abbotsford,3067,post code,
4,Aberfeldie,3040,post code,
5,Aberfeldy,3825,post code,
6,Acheron,3714,post code,
7,Adams Estate,3984,post code,
8,Addington,3352,post code,
9,Adelaide Lead,3465,post code,
10,Agnes,3962,post code,
11,Aintree,3336,post code,
12,Aireys Inlet,3231,post code,
13,Airly,3851,post code,
14,Airport West,3042,post code,
15,Albanvale,3021,post code,
16,Albert Park,3206,post code,
17,Alberton,3971,post code,
18,Alberton West,3971,post code,
19,Albion,3020,post code,
20,Alexandra,3714,post code,
21,Alfredton,3350,post code,
22,Allambee,3823,post code,
23,Allambee Reserve,3871,post code,
24,Allambee South,3871,post code,
25,Allans Flat,3691,post code,
26,Allansford,3277,post code,
27,Allendale,3364,post code,
28,Allestree,3305,post code,
29,Alma,3465,post code,
30,Almonds,3727,post code,
31,Almurta,3979,post code,
32,Alphington,3078,post code,
33,Altona,3018,post code,
34,Altona Meadows,3028,post code,
35,Altona North,3025,post code,
36,Alvie,3249,post code,
37,Amherst,3371,post code,
38,Amor,3825,post code,
39,Amphitheatre,3468,post code,
40,Anakie,3213,post code,
41,Ancona,3715,post code,
42,Anderson,3995,post code,
43,Anglers Rest,3898,post code,
44,Anglesea,3230,post code,
45,Annuello,3549,post code,
46,Antwerp,3414,post code,
47,Apollo Bay,3233,post code,
48,Appin,3579,post code,
49,Appin South,3579,post code,
50,Apsley,3319,post code,
51,Arapiles,3409,post code,
52,Ararat,3377,post code,
53,Arawata,3951,post code,
54,Arcadia,3631,post code,
55,Arcadia South,3631,post code,
56,Archdale,3475,post code,
57,Archdale Junction,3475,post code,
58,Archerton,3723,post code,
59,Archies Creek,3995,post code,
60,Ardeer,3022,post code,
61,Ardmona,3629,post code,
62,Areegra,3480,post code,
63,Argyle,3523,post code,
64,Armadale,3143,post code,
65,Armstrong,3377,post code,
66,Armstrong Creek,3217,post code,
67,Arnold,3551,post code,
68,Arnold West,3551,post code,
69,Arthurs Creek,3099,post code,
70,Arthurs Seat,3936,post code,
71,Ascot,3364,post code,
72,Ascot Vale,3032,post code,
73,Ashbourne,3442,post code,
74,Ashburton,3147,post code,
75,Ashwood,3147,post code,
76,Aspendale,3195,post code,
77,Aspendale Gardens,3195,post code,
78,Athlone,3818,post code,
79,Attwood,3049,post code,
80,Aubrey,3393,post code,
81,Auchmore,3570,post code,
82,Avalon,3212,post code,
83,Avenel,3664,post code,
84,Avoca,3467,post code,
85,Avon Plains,3477,post code,
86,Avondale Heights,3034,post code,
87,Avonmore,3559,post code,
88,Avonsleigh,3782,post code,
89,Axe Creek,3551,post code,
90,Axedale,3551,post code,
91,Ayrford,3268,post code,
92,Bacchus Marsh,3340,post code,
93,Baddaginnie,3670,post code,
94,Badger Creek,3777,post code,
95,Bael Bael,3579,post code,
96,Bagshot,3551,post code,
97,Bagshot North,3551,post code,
98,Bahgallah,3312,post code,
99,Bailieston,3608,post code,
100,Bairnsdale,3875,post code,
101,Bakery 

Re: Manage customers campains

2018-01-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Martin,

For the benefit of other users who may see this post, I will just summarize 
your issue and the recommendations that I provided:

   - Issue: You were not able to access your AdWords account with your 
   client ID, client secret and developer token to manage campaigns.
   - Recommendation:
  - I suggested that you use a clientCustomerId in accessing an AdWords 
  account. To get the list of clientCustomerIds associated to your OAuth2 
  credential, I recommended to run the CustomerService.getCustomers() 
  

   without specifying the clientCustomerId in the property file.
  - The next step would be to specify the MCC Id (returned in the first 
  step) in the property file and run the Get Account Hierarchy example 
  
.
 
  This way, all the client accounts under the manager account will be 
  retrieved.
  - You can then specify again the clientCustomerId in the property 
  file as client account, and not a manager account, in getting the 
campaigns 
  via CampaignService.get() 
  

 as 
  campaigns actually belong to a client account and not to a manager 
account.
   
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/2db27d69-6c50-4e4e-8dde-22af355f5826%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BiddingErrors.CANNOT_CREATE_CAMPAIGN_WITH_BIDDING_STRATEGY @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:\'TARGET_ROAS\'

2018-01-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

The reason that you are not able to use the TargetRoasBiddingScheme 

 for 
your campaign could be due to your campaign not meeting the eligibility 
requirements as discussed here 
. I would recommend that 
you review your campaign if it indeed meets the discussed requirements 
before implementing the said bidding scheme.

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/13ddfcbb-6b51-4d66-a373-0f12ebf3b9cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Target Proximity within Campaign Location Target Report?

2018-01-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Charles,

The Campaign Location Target Report should also return campaign level 
proximity criterion that you have targeted. You may use the 
CampaignCriterionService.get() 

 to 
retrieve the Ids 

 of 
your Proximity 

 criterion 
and use them as filter for the said report. 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/786b86cc-48d7-44c0-8628-eda989c79271%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR for AdGroupCriterionService

2018-01-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Nima,

Upon checking on your account, the campaign where this adGroupId belongs is 
with a Search Network with Display Select 
 as Campaign Type 
.
 
As you can see in this guide 
, 
CriterionUserInterest 

 can 
be created using user interest category ID (In-market 

 | Affinity 
) 
which 
is available via the Display Network only 
 campaign type. Please keep 
in mind that audience targeting 
 is 
not available for all campaign types. 

I suggest that if you want to create a CriterionUserInterest criterion, you 
should use a campaign with the Display Network only campaign type. Also, 
you may check the UI under *Display Network > + TARGETING > Interests & 
remarketing > Select category *on the available categories you can add in 
your campaign.

Let me know if this helps.

Thanks and regards,
Luis
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/bfb35830-735a-413d-8ed6-070d1d378859%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Do you plan to start support Smart Display Campaign in AdWords API? If so, when? I would very much like to support Smart Display Campaign in AdWords API, because it is a very effective campaign an

2018-01-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Smart Display Campaigns are currently not yet supported in the AdWords API. 
We also do not have information if and when this feature can be made 
available. For now, you may keep an eye on our blog 
 for any 
updates or announcements.

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/9fcccafa-4374-4216-a60a-479c8bdfe129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Performance Report - MediaId

2018-01-21 Thread yuval
Thank you,
I found out another solution was to use "adToCopyImageFrom" and use the id 
of the ad, without pulling the image mediaId

On Thursday, January 18, 2018 at 12:28:04 AM UTC+2, Dhanya Sundararaju 
(AdWords API Team) wrote:
>
> Hi,
>
> You can use the EnhancedDisplayCreativeMarketingImageMediaId 
> 
>  and EnhancedDisplayCreativeMarketingImageSquareMediaId 
> 
>  fields 
> in Ad Performance Report to pull up the MediaIDs for the landscape and 
> square images respectively. Also, the MediaService 
> 
>  can 
> get you the MediaIds of all images. Sample code available in the guide 
> 
> .
>
> Regards,
> Dhanya, 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/eaa4faaf-681f-440f-b6fa-48abb52ce8e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.