Re: Custom data feed item performance report

2020-05-29 Thread Natha



Thank you Anthony!

I've tried the Placeholder Feed Item Report, it seems to work but the only 
problem is that the value isn't there


[image: Screen Shot 2563-05-30 at 10.29.37.png] 


Here is the query I use

var QUERIES = [{'query' : 'SELECT AdGroupId, AdGroupName, Conversions, 
ConversionRate, ConversionTypeName ' +
'FROM   ADGROUP_PERFORMANCE_REPORT ' +
'DURING 20191001,20200430',
'spreadsheetUrl' : 
'https://docs.google.com/spreadsheets/d/xxx/edit#gid=xx',
'tabName' : 'ConversionTypeName',
'reportVersion' : 'v201809'
   },
   {'query' : 'SELECT CampaignName, Clicks, Impressions, Cost ' 
+
'FROM   CAMPAIGN_PERFORMANCE_REPORT ' +
'WHERE  Impressions > 10 ' +
'DURING 20191001,20200430',
'spreadsheetUrl' : 
'https://docs.google.com/spreadsheets/d/xxx/edit#gid=xx',
'tabName' : 'Campaigns',
'reportVersion' : 'v201809'
   },
   {'query' : 'SELECT FeedItemId, AdGroupId, Conversions, 
ConversionRate ' +
'FROM   PLACEHOLDER_FEED_ITEM_REPORT ' +
  'WHERE  Impressions > 1 ' +
  'AND  FeedId = xxx ' +
  'DURING 20191001,20200430',
'spreadsheetUrl' : 
'https://docs.google.com/spreadsheets/d/xxx/edit#gid=xx',
'tabName' : 'Feed Item',
'reportVersion' : 'v201809'
   }
  ];


function main() {
  for(var i in QUERIES) {
var queryObject = QUERIES[i];
var query = queryObject.query;
var spreadsheetUrl = queryObject.spreadsheetUrl;
var tabName = queryObject.tabName;
var reportVersion = queryObject.reportVersion;
//Logger.log(spreadsheetUrl + " " + query);
var spreadsheet = SpreadsheetApp.openByUrl(spreadsheetUrl);
var sheet = spreadsheet.getSheetByName(tabName);
var report = AdWordsApp.report(query, {apiVersion: reportVersion});
report.exportToSheet(sheet);
  }

}

> The report from ADGROUP_PERFORMANCE_REPORT and CAMPAIGN_PERFORMANCE_REPORT 
> work perfectly, please let me know what have I done wrong with the 
> PLACEHOLDER_FEED_ITEM_REPORT. 
> Would be highly appreciated guys. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e3acd3d-9f65-40bb-8f85-e83338dadc41%40googlegroups.com.


Re: Criterian keyword

2020-05-29 Thread Arti
Tell me please, do i have opportunity get keyword from API Google, if i 
know Criterion ID (KWD). And how this do?

Thanks!

пятница, 29 мая 2020 г., 22:24:25 UTC+3 пользователь adsapiforumadvisor 
написал:
>
> Hi Aarti,
>
> Thanks for reaching out.With regards to your concern about getting keyword 
> (text) from Google Ads API, you can find more information in this guide 
> .
>  
> Please refer to this code example here 
>  
> (available also different language).  Let me know if this is what you're 
> looking for. If not can you please provide customer id and screenshot of 
> the UI what exactly you are looking for so i can further assist you.Please 
> reply privately to the author options while sharing the details.
>
> Let me know if you have any questions.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5004Q1zspec:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7759d35-a6c4-4b02-a6a4-a6f1ba11d949%40googlegroups.com.


Re: Criterian keyword

2020-05-29 Thread Arti
For use api, i have to have approved application. I created application, 
but it send to moderation. Do I have the ability to execute this code using 
Google Script or other? Without Web Application, since wait 3-4 week is 
bad.y

пятница, 29 мая 2020 г., 22:24:25 UTC+3 пользователь adsapiforumadvisor 
написал:
>
> Hi Aarti,
>
> Thanks for reaching out.With regards to your concern about getting keyword 
> (text) from Google Ads API, you can find more information in this guide 
> .
>  
> Please refer to this code example here 
>  
> (available also different language).  Let me know if this is what you're 
> looking for. If not can you please provide customer id and screenshot of 
> the UI what exactly you are looking for so i can further assist you.Please 
> reply privately to the author options while sharing the details.
>
> Let me know if you have any questions.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>
> ref:_00D1U1174p._5004Q1zspec:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3870b0b3-5dec-4e33-80f1-a7a7677d309e%40googlegroups.com.


RE: Client wants to use Google Ads API for Customer match

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi,

You must hash your emails and names using the SHA-256 algorithm before 
uploading. It must also remove leading/trailing whitespaces and have the text 
be in lowercase.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zswhi:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/_fxJ30QB3ZLO00uzJ44b_TRIWeICYdsZPhlg%40sfdc.net.


RE: Criterian keyword

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Aarti,

Thanks for reaching out.With regards to your concern about getting keyword 
(text) from Google Ads API, you can find more information in this guide. Please 
refer to this code example here (available also different language). Let me 
know if this is what you're looking for. If not can you please provide customer 
id and screenshot of the UI what exactly you are looking for so i can further 
assist you.Please reply privately to the author options while sharing the 
details.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q1zspec:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dNFs_0QB3XW200F1pxbcPPQwOQ9aN2X75FNQ%40sfdc.net.


RE: Asset performance segmented by conversion_action

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for reaching out. With regards to your concern,  you can query all of 
that info from the ad_group_ad_asset_view report and you can pull fields from 
the reports in the "attributed resources”, Please see the below query to get 
the data  what you are looking for.

Query:
SELECT  Ad_group_ad_asset_view.ad_group_ad,asset.id,campaign.name,
asset.type,Ad_group_ad_asset_view.asset, 
ad_group_ad_asset_view.performance_label,metrics.impressions,metrics.clicks,segments.conversion_action
FROM ad_group_ad_asset_view
WHERE segments.date DURING LAST_MONTH

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q1zsmKa:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0-S980QB3XPE00bcENfD57S6qoFIorgYk4tg%40sfdc.net.


RE: Getting issue while Sharing Placement exclusion list among campaigns

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hello,

Video campaigns cannot be created or mutated with in the API. This includes 
adding/excluding placements to them. Please follow our blog for any updates.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zstLf:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/VUfH90QB3WKX004Fjd4c-lSZWDck5ZwTMAgw%40sfdc.net.


RE: How to import Google Analytics remarketing audiences to Google Ads?

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Damian,

Thank you for reaching out. There is no service to support importing Google 
Analytics created remarketing audiences to Google Ads  in the API. I have 
submitted a feature request to support this functionality in the API. Please 
keep an eye on our blog for the announcements and updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q1zspde:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Z1gIx0QB3WK000_KFvcHKeQ4yVd8X6sHTRhA%40sfdc.net.


RE: Getting the Change History via the API

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Ronald,

Thank you for reaching out to us. Unfortunately CustomerSyncService doesn't 
provide the users who've made the change. I can request this feature to be 
added in future installments. In the meantime, please follow our blog for if 
and when this feature is added and for more updates.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zsq17:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/mJ5ja0QB3W9E00AitOfwVVRfWB9hchAgztKQ%40sfdc.net.


Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Pratik,

Thank you for reaching out. The error USER_PERMISSION_DENIED usually occurs 
when there is no link between the manager account authenticated in the request 
and the client account specified in the headers. This type of issue is not due 
to the authentication itself. Rather, it is because the account you are 
authenticated with does not have the management rights to the client customer 
account as they are not linked. You would need to make sure they are linked in 
order to successfully make the API call.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q1zsDUN:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fMNLP0QB3V8X00hTK8XYjqS_W5kWfLNXT4qQ%40sfdc.net.


RE: Geographic view with Gads Apis

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Daniela,

Can you please reply privately to author your CID and full query (including the 
date range) so I can take a closer look?

Thanks,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zsqTM:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/VHhum0QB3UIY00dbq8MfM_Smme4f1ffVw8iQ%40sfdc.net.


Client wants to use Google Ads API for Customer match

2020-05-29 Thread 'Eike Ihmels' via AdWords API and Google Ads API Forum
Hey,

my client Bosch PT wants to use the Google Ads API for Customer match: 
https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match?hl=en
 How 
do the hashing options look like?
My latest information was that it would be possible to send unhashed data 
via the Google Ads API for customer match (see 
https://docs.google.com/presentation/d/1hUJE-L6oSIDIqQQi3gqG-kv5jgGNJDTk0T5dtLKr3ok/edit#slide=id.g1ca38b51f_0242)
 The 
hashing then happens on our side. That's what the client prefers: sending 
unhased data via API and hashing happens on our side.

Is that possible?

Thanks for your help in advance!

Best regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a6e46059-ec52-48a0-a37e-5c9726fb986en%40googlegroups.com.


Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Maxim,

Thank you for the update. You can use this link to apply for basic access 
tokens as well. The approval process takes about 2 business days to finish, so 
in the meantime, please monitor your inbox or spam for an email from the API 
Compliance Team. If you do not hear back from them within that time, you can 
use the same form to contact them regarding your application. Let me know if 
you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zKdlc:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bGnUA0QB3RBH00zexFySAJRwuh0lj9sSan8A%40sfdc.net.


RE: If there are some plans in the roadmap to update this service to work using the new Google Ads API v3?

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Joao,

Thank you for reaching out to us. I see that you're asking a question on 
whether there will be an update with BigQuery to be compatible with Google Ads 
API. Since this is a concern about BigQuery functionality, could you reach out 
to the Cloud Support Team, as BigQuery is outside of our expertise and the 
Cloud Support Team is better equipped to assist you with this concern. Let me 
know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zskK8:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/l-LGG0QB3QYF00LXEi4DBUQvq2_mbnhiAvrQ%40sfdc.net.


RE: Test account suddenly disabled

2020-05-29 Thread Jeremy Topper
Hi there, just checking in to see if there’s an update?

From: Jeremy Topper
Sent: Thursday, May 28, 2020 13:51
To: 'Google Ads API Forum Advisor Prod' 
Cc: adwords-api@googlegroups.com
Subject: RE: Test account suddenly disabled

Hi there, sure. Here it is.

We have a parent account (MCC test account – auto2connexity) 452-591-8281 that 
is setup to manage 4 sub-accounts:

  *   249-939-8420
  *   925-231-4710
  *   124-731-5518
  *   761-726-6616

See the error message we’re seeing below.  Let me know if you require further 
details.

Thanks,
Jeremy
[cid:image001.png@01D6359D.B1DFCC60]



From: Google Ads API Forum Advisor Prod 
mailto:adsapiforumadvi...@gmail.com>>
Sent: Thursday, May 28, 2020 13:14
To: Jeremy Topper mailto:jtop...@connexity.com>>
Cc: adwords-api@googlegroups.com
Subject: RE: Test account suddenly disabled

Hello,

Thank you for reaching out. Unfortunately, we do not have access to the case 
you have provided, but I see that you can no longer access your test account. 
Can you please provide your clientCustomerId as well as any error messages that 
you are receiving so that I can take a closer look?

Thanks,
Danica, Google Ads API Team[Image removed by sender.]

ref:_00D1U1174p._5004Q1zsbMv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BY5PR19MB37470C3FDFB66FE2EC9709C2A68F0%40BY5PR19MB3747.namprd19.prod.outlook.com.


RE: How can i retrieve metrics and reports through postman? More specifically how can I build a url to retrieve these reports

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Ecclesiastes,

Thank you for reaching out. To retrieve a specific metric from a cURL request, 
you should make a request to:

https://googleads.googleapis.com/v3/customers//googleAds:search
{query: "SELECT ... FROM campaign"}

You should add your desired metrics from the campaign report to the query. You 
can find additional information here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zspEy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6rz3j0QB3NPI001vxIFj-UT5KT9TzWnGbzNA%40sfdc.net.


Getting issue while Sharing Placement exclusion list among campaigns

2020-05-29 Thread cv
Hi,

I was trying to the shared Placement exclusion list among campaigns through 
Google Ads API - PHP beta.
I am able to shared the campaign for Type search and display, *but not with 
video.*

When sharing the Placement exclusion list with video campaign I was getting 
an error : The customer is not eligible to mutate this resource."

Can you please check Is video campaign not allowed to be shared?


My Response:

Operation 0 failed with error: The customer is not eligible to mutate this 
resource.

Operation 1 succeeded: Shared Criteria Added with resource name 
'customers/XX/campaignSharedSets/13Y42~ZZ'.

Operation 2 succeeded: Shared Criteria Added with resource name 
'customers/XX/campaignSharedSets/13Y62~ZZ'.

Operation 3 succeeded: Shared Criteria Added with resource name 
'customers/XX/campaignSharedSets/13Y22~ZZ'.

Operation 4 succeeded: Shared Criteria Added with resource name 
'customers/XX/campaignSharedSets/15Y62~ZZ'.



Thanks

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e313a554-0309-419d-97b3-4059d3085be5%40googlegroups.com.


Re: User List maintenance using Google Ads API

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Abhinav,

Please see here for more information about getting the partial failure values 
and a more in depth example here. Please share your code if you are still 
having.

@cv, the documentation shows that both partial failure and validate only should 
be supported for that service. I will monitor that thread and take the 
appropriate action.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UaRix7:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/T2AR40QB3KH800kOs_yJ5LRYyAhEzFMfBzwQ%40sfdc.net.


RE: Custom data feed item performance report

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi,

The Placeholder Feed Item Report can be used to get performance data on your 
feed items. For custom feed items, the PlaceholderType will be 14 and you can 
use the AttributeValues field to get the data specifically associated with 
these types.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zspLG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/132r00QB3JRR00LkBmDlJ3SAqmF4aDl8DXYA%40sfdc.net.


Geographic view with Gads Apis

2020-05-29 Thread Daniela Senatore


Hello everyone, I’m trying to get data about geo conversions for the last 
90 days using the geographic view from the Google Ads Apis.
The query I’ve built is the following:SELECT
customer.id, campaign.id, campaign.status,
geographic_view.country_criterion_id,
geographic_view.location_type,
segments.date, segments.device, segments.ad_network_type,
segments.conversion_action, segments.conversion_action_name,
segments.geo_target_city, segments.geo_target_metro,
segments.geo_target_region, segments.geo_target_state,
metrics.conversions, metrics.conversions_value,
metrics.all_conversions, metrics.all_conversions_value
FROM geographic_view
WHERE segments.date BETWEEN xxx AND yyy
AND campaign.status != 'REMOVED'The report from the Google Ads Api is empty.
However, I can see all the conversions for geo in the 
*p_GeoConversionStats *table from Gads Transfer in BigQuery and I’m sure 
that all campaigns are enabled. Do you have any suggestions? 
Thank you in advance for your reply.Best.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/852cb313-875e-4de2-9723-9682095474bf%40googlegroups.com.


Re: Getting the Change History via the API

2020-05-29 Thread Ronald Findling
We would also really like have a way to get change information from the API 
which contain who did what (just as it's available in the UI).

The 
https://developers.google.com/adwords/api/docs/reference/v201809/CustomerSyncService
 only 
provides the Id of changed entities (for a subset of the entities for which 
it's available on the UI)

On Monday, 18 June 2012 18:06:50 UTC+2, Oliver wrote:
>
> Hi,
>
> I believe the only way to get some data about the 'Change History' is by 
> using the CustomerSyncService object. 
>
> Looking at this object I have 2 questions:
>
> 1) There doesn't seem to be a timestamp given for when the change took 
> place.  This is unlike the adwords interface that tells you when and how 
> performed the change.  Correct?
>
> 2) It doesn't tell you the nature of the change e.g. if the 'Target CPA' 
> of an adgroup changed, all the API can tell me is that there was a change 
> to the adgroup (but it can't tell me what the change is).  Again, this is 
> different from the interface. Correct?
>
> Many thanks.
>
> Oliver
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a21dc5c7-ce68-4a93-9e6b-ff6a052d14ed%40googlegroups.com.


How to check for token usage and make sure requests are made in a valid account

2020-05-29 Thread Pedro Tanaka
Hello, 


I am developing a custom application to report click conversions for a 
google ads account linked to my company using Google AdWords API.

The marketing department tells me that no conversions have arrived in the 
account, but on the other side I see that the requests are successful on my 
application logs. In order to clarify things, I would like to know if they 
can check if requests are being made with the developer token they gave me 
directed at their accounts.

How can I check that?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ed557a03-8527-4791-b11b-deeead6cc5a2%40googlegroups.com.


Criterian keyword

2020-05-29 Thread Arti
Hello!
Sorry about my english, but i will try in future this correct.
I found topfic 
(https://groups.google.com/forum/#!searchin/adwords-api/criterian$20keyword|sort:date/adwords-api/_dgvAl_3QqQ/JSSWIN9sBQAJ)
 
and i have question, how to get keyword (text) from api, if i know 
criterion id. 

Maybe, in google ADS have opportunity insert script in section script or 
say me please, how get from api using browser.

Thanks!

With regards, Arti

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8c43aee5-599e-4e5b-959a-fafa46580625%40googlegroups.com.


Custom data feed item performance report

2020-05-29 Thread Nathamon Natty
Hi guys,

Background is I'm trying to query out the custom data feed item performance 
to investigate item by item. i.e.
Product A in campaign C get how many impression and conversions etc.

However after I searched through report API, there seems only to have the 
product item performance report available if you use the shopping ads or a 
Merchant center which I don't use both of that.

My question is, is there a solution to this? Have I missed this report type 
in the doc?

Thank you, 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d616af25-a705-4b8d-b216-7115e9b1c3f2%40googlegroups.com.


Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Maxim Mazurov
Is that form working for everyone? I also have the same problem (403) 
applying for a basic account. How long should I wait for the application 
review? 

Thanks

On Tuesday, 26 May 2020 17:06:10 UTC+3, adsapiforumadvisor wrote:
>
> Hi,
>
> I've taken a look at this issue with my team. Could you try this link 
> 
>  
> and let me know if you're still encountering a 403 forbidden error code?
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zKdlc:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0103d63-d8d0-451f-afbb-86ca9c63a408%40googlegroups.com.


How can i retrieve metrics and reports through postman? More specifically how can I build a url to retrieve these reports

2020-05-29 Thread Ecclesiastes Gan
So, I have been playing around with my test manager and test accounts, and 
successfully retrieved data through postman about my test account and 
campaign's budget by following the google ad's API instructions on how to 
build a request URL

https://googleads.googleapis.com/v3/customers//campaigns/

However, what if I want to retrieve a specific metric like clicks and 
impressions in the reports how would I go about building this URL?

I know I can do this in the browser, but I would like to do this in postman.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f325ae7-51e8-41de-a602-de981dd970b9%40googlegroups.com.