Re: Problem with get Assets

2021-12-13 Thread Денис Грязев
So how do I start using resource-based extensions right away? That when 
creating extensions from the interface, I immediately created them based on 
Assets
понедельник, 13 декабря 2021 г. в 20:38:46 UTC+3, adsapi: 

> Hi Денис,
>
> You can start right away to use asset based extensions in the API in a new 
> account, this would cause the account to be migrated for that type of asset 
> based extension.
>
> You can also migrate your extensions 
> ,
>  
> this would also cause the account to be migrated for that type of asset 
> based extension. Feel free to get back to us.
>
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R9nyj: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/38e284ec-39cc-40b0-bcea-3e5b693a2b10n%40googlegroups.com.


Re: Quota usage trough GCP or Token

2021-12-13 Thread Zoomd_Manager_Account
Hi,
Even standard token have 1,000 daily limit for get operations and we are 
using get many times, with many client that will run out quickly

Is the quota count trough the GCP or token?



On Tuesday, 14 December 2021 at 04:47:36 UTC+2 adsapi wrote:

> Hi,
>
> Thank you for posting your concern. Allow me to provide insights here.
>
> If the user's request for a basic token has been denied for a specific 
> reason, then they can use your developer token. If you have a concern about 
> reaching 
> the operational limit 
> 
>  
> because multiple users will use it for their accounts, then you can request 
> a standard access for your developer token. I suggested it because the 
> standard access for developer token has unlimited number operations per 
> day. You can request standard access for your developer token by following 
> this guide 
> 
> .
>
> As for the other limits for the Google Ads API, I would suggest referring 
> to this document 
> .
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2SeeeH: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/9f710af5-9c9a-4c6c-b8d5-a867e1dd2573n%40googlegroups.com.


Pulling Daily Metrics Data while accounting for 7-day attribution

2021-12-13 Thread Nathaniel Soon
Hey all, first time working with the Google ads API through Mixed 
Analytics. Use case is that I'm trying to pull data on a daily basis to 
feed into a historical record of Google Ads performance data. 

What I've done at this point is to export the historical data from Google 
Ads Manager platform from a certain date, and have set up the API call to 
pull for "where segments.date during yesterday". But checking the daily 
data over the past few days, there are metrics that come in later on 
(whether impressions or conversions) so the data that was pulled into the 
sheet is now "under-reporting". 

My understanding is that this happens because of the 7-day attribution 
window. Question: Is there a better suggested way to set up the API call to 
account for this? 

I'm also open to other suggestions, as I'm not fully aware of the 
limitations and don't know what the typical best practice is for Ad 
reporting or data pulling 😅

For context, here's the request body for the API call.
{"query": " SELECT campaign.id, campaign.name, segments.date, 
metrics.cost_micros, metrics.impressions, metrics.clicks, 
metrics.interactions, metrics.conversions, metrics.all_conversions, 
metrics.all_conversions_value, metrics.bounce_rate, 
metrics.search_impression_share, metrics.top_impression_percentage, 
metrics.absolute_top_impression_percentage, 
metrics.search_top_impression_share, 
metrics.search_absolute_top_impression_share, 
metrics.search_budget_lost_impression_share, 
metrics.search_budget_lost_absolute_top_impression_share, 
metrics.search_rank_lost_impression_share, 
metrics.search_rank_lost_absolute_top_impression_share, 
metrics.search_budget_lost_top_impression_share, 
metrics.search_rank_lost_top_impression_share FROM campaign WHERE 
segments.date DURING YESTERDAY "
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6833a1b4-faa9-4f9e-8401-cd8c294f99e0n%40googlegroups.com.


Re: Campaign Conversion Goal Service

2021-12-13 Thread Tài Ngô
I'm using v9 btw

On Tuesday, December 14, 2021 at 11:20:32 AM UTC+7 Tài Ngô wrote:

> Hi! 
> Trying to create Custom Conversion but I got this error.
>
>
>
>
>
>
>
>
>
>
>
>
>
> *errors {  error_code {request_error: UNKNOWN  }  message: "The error 
> code is not in this version."  location {field_path_elements {  
> field_name: "operations"  index: 0}  }}request_id: 
> "31N9CDU3Y4IZMiAHAJE23w"*
>
> Here is my code: 
>
> public Map createCustomConversion(Long customerId, String 
> conversionId) {
> CustomConversionGoal customConversionGoal = CustomConversionGoal.
> newBuilder()
> .setName("Custom Conversion Goal for campaign 1")
> .setStatus(CustomConversionGoalStatusEnum.CustomConversionGoalStatus.
> ENABLED)
> .addConversionActions(ResourceNames.conversionAction(customerId, Long.
> parseLong(conversionId)))
> .build();
>
> CustomConversionGoalOperation operation = CustomConversionGoalOperation.
> newBuilder()
> .setCreate(customConversionGoal)
> .build();
>
> GoogleAdsClient client = sdkService.getGoogleAdsSDKClient(customerId);
> try (CustomConversionGoalServiceClient serviceClient = 
> client.getLatestVersion().createCustomConversionGoalServiceClient()) {
> MutateCustomConversionGoalsRequest request = 
> MutateCustomConversionGoalsRequest.newBuilder()
> .setCustomerId(customerId.toString())
> .addOperations(operation)
> .setValidateOnly(false)
> .build();
> MutateCustomConversionGoalsResponse response = 
> serviceClient.mutateCustomConversionGoals(request);
> if (response.getResultsCount() == 0) {
> return Utility.generateSuccessResponse();
> }
> return Utility.generateSuccessResponse();
> } catch (GoogleAdsException e) {
> BasicDBObject logParam = Utility.buildParam(customerId, 
> customConversionGoal, false);
> return Utility.generateErrorResponse(logParam, e);
> } catch (Exception e) {
> return Utility.generateErrorResponse(e);
> }
> }
>
> On Tuesday, December 14, 2021 at 3:29:45 AM UTC+7 adsapi wrote:
>
>> Hi Tài,
>>
>> To set as goal a specific conversion action when there are more than one 
>> that has the same category and origin you would set up a custom 
>> conversion goal 
>> .
>>  
>> This won't stop the need to set to false every other combination of 
>> category and origin. Feel free to get back to us on what defaults make 
>> sense. If you have full screenshots of how it's done in the UI that show 
>> different ways to do this that are easier for you you can send them 
>> privately to us.
>>
>> Regards,
>>
>> [image: Google Logo] 
>> Aryeh Baker 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2SeaZx: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/a6c1bacd-5aa7-4093-a43f-5fbd64f988c8n%40googlegroups.com.


Re: Ads API Metrics unavailable at Geo level- TopImpressionPercentage, AbsoluteTopImpressionPercentage

2021-12-13 Thread Jean-Fabrice Rabaute
Hi,

I'm also migrating the metrics TopImpressionPercentage and 
AbsoluteTopImpressionPercentage from an AWQL query using the 
table ACCOUNT_PERFORMANCE_REPORT.
It fails because the new fields are not allowed with "customer".
Is it something that is going to be migrated as well before the Adwords API 
is removed?

Thank you.


Le mercredi 27 octobre 2021 à 00:19:17 UTC-7, adsapi a écrit :

> Hi Akshay,
>
> Thank you for providing more details to your concern. I am also a member 
> of the Google Ads API team and let me provide support to your concern.
>
> I am afraid that our team doesn't have a definite timeline on 
> when segmenting of the said metrics at geo level will be supported in the 
> Google Ads API. With this, I would suggest to keep an eye on our blog 
>  as we 
> will post there relevant updates when become supported.
>
> As for your question if there is another alternative to pull similar 
> report in an automated way, I would suggest to reach out to the product 
> team via this link  to 
> know if there is another way except in Google Ads API.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2QF11C: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/845eeb56-1fc5-471d-94d8-673b22f74b86n%40googlegroups.com.


Re: Upload a customer list to the audience manager using google ads api

2021-12-13 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
perfect thank you.

so one operation per customer it is !!

(please correct if I am wrong ) 

On Friday, December 10, 2021 at 1:28:56 AM UTC-7 adsapi wrote:

> Hi,
>
> Thanks for getting back to us.
>
> Based on this *document* 
> ,
>  
> it says that the basic access level allows the developer token to execute 
> up to 15,000 operational requests per day and 1,000 get operations per day 
> only. With this, if you want to have unlimited operational requests per 
> day, then upgrading to the *standard access* 
> 
>  
> tier does not have operations per day limit, but is subject to the *global 
> limits* 
> . 
> For more information on requests, you may refer to this *guide* 
> 
> .
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Scdit: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/cef5898e-6ab9-4952-bed4-a22863c147bdn%40googlegroups.com.


Re: Campaign Conversion Goal Service

2021-12-13 Thread Tài Ngô
Hi! 
Trying to create Custom Conversion but I got this error.













*errors {  error_code {request_error: UNKNOWN  }  message: "The error 
code is not in this version."  location {field_path_elements {  
field_name: "operations"  index: 0}  }}request_id: 
"31N9CDU3Y4IZMiAHAJE23w"*

Here is my code: 

public Map createCustomConversion(Long customerId, String 
conversionId) {
CustomConversionGoal customConversionGoal = CustomConversionGoal.newBuilder
()
.setName("Custom Conversion Goal for campaign 1")
.setStatus(CustomConversionGoalStatusEnum.CustomConversionGoalStatus.ENABLED
)
.addConversionActions(ResourceNames.conversionAction(customerId, Long.
parseLong(conversionId)))
.build();

CustomConversionGoalOperation operation = CustomConversionGoalOperation.
newBuilder()
.setCreate(customConversionGoal)
.build();

GoogleAdsClient client = sdkService.getGoogleAdsSDKClient(customerId);
try (CustomConversionGoalServiceClient serviceClient = 
client.getLatestVersion().createCustomConversionGoalServiceClient()) {
MutateCustomConversionGoalsRequest request = 
MutateCustomConversionGoalsRequest.newBuilder()
.setCustomerId(customerId.toString())
.addOperations(operation)
.setValidateOnly(false)
.build();
MutateCustomConversionGoalsResponse response = 
serviceClient.mutateCustomConversionGoals(request);
if (response.getResultsCount() == 0) {
return Utility.generateSuccessResponse();
}
return Utility.generateSuccessResponse();
} catch (GoogleAdsException e) {
BasicDBObject logParam = Utility.buildParam(customerId, 
customConversionGoal, false);
return Utility.generateErrorResponse(logParam, e);
} catch (Exception e) {
return Utility.generateErrorResponse(e);
}
}

On Tuesday, December 14, 2021 at 3:29:45 AM UTC+7 adsapi wrote:

> Hi Tài,
>
> To set as goal a specific conversion action when there are more than one 
> that has the same category and origin you would set up a custom 
> conversion goal 
> .
>  
> This won't stop the need to set to false every other combination of 
> category and origin. Feel free to get back to us on what defaults make 
> sense. If you have full screenshots of how it's done in the UI that show 
> different ways to do this that are easier for you you can send them 
> privately to us.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2SeaZx: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/a3b80c5a-a08c-4e7a-a078-5e0725e65ac7n%40googlegroups.com.


Re: Error when upload conversions: "Customer is not allowlisted for accessing this feature."

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Wesley,

Thank you for providing the requested details privately.

Allow me to raise the issue to the team. Rest assured that we will provide 
updates when become available.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Se3lI: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/sQXPJ0R436DZ00OuYUoEHbRfyuvtsHGAX75g%40sfdc.net.


Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ellis,

Thank you for reaching out to our API support team as well.

So our team can investigate the issue you observed on your end, could you share 
with our team additional details such as the complete request and response 
logs, with the request-id, generated when the issue occured?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2JYa3Y: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/otybP0R434ZK00kPNHgWEwTYaE8yzi6QDvHQ%40sfdc.net.


RE: Quota usage trough GCP or Token

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thank you for posting your concern. Allow me to provide insights here.

If the user's request for a basic token has been denied for a specific reason, 
then they can use your developer token. If you have a concern about reaching 
the operational limit because multiple users will use it for their accounts, 
then you can request a standard access for your developer token. I suggested it 
because the standard access for developer token has unlimited number operations 
per day. You can request standard access for your developer token by following 
this guide.

As for the other limits for the Google Ads API, I would suggest referring to 
this document.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2SeeeH: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/v74vo0R433QJ00r66DVPvlSJKdoH8hgCc3Zg%40sfdc.net.


RE: About using tracking_url_template

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Eray,

Thank you for reaching out to us.

You can use this sample code using upgraded URLs. From that example, you can 
already see how a TrackingUrlTemplate is set.

Hope this helps.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Sed6Z: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/G446_0R433N700VqpoEkoxQTGAuzoapj_GaQ%40sfdc.net.


Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Estanislao,

You may also keep an eye on our blog post as our team is posting news and 
updates about Google Ads API.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5001UKO81N: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/RyY2j0R432JD00rTe6vnk8TTCNAOhzUTd6Ng%40sfdc.net.


RE: Getting keyword final URLs

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thank you for posting your concern. To investigate the issue, could you please 
provide the following details?

complete request and response logs with request ID and request header generated 
on your end for your report
Keyword IDs that encountered the error
Screenshot of the whole UI where we can see that the keywords have final URL


You can provide it via Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2SeeOx: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/KQHVO0R431TJ00by5fgUJZSIuH9onO0Hev9w%40sfdc.net.


Re: search impression share returns 0 when requested with segment network

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi everyone,

@Tiana, thank you for sending the details. Our team will look into the issue 
and provide updates once available.

@Kiril, so our team can take a look at the issue you observed on your side, 
could you share with our team the complete Google Ads UI screenshot as well as 
the complete request and response logs, with the request-id?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Schbk: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/t2NTy0R430V0009kjMDMpPRxGBFHgF0ADYCg%40sfdc.net.


Image Asset name length limit

2021-12-13 Thread Anis Ahmed
I've been getting an error while trying to create the image asset : 
error_code {
string_length_error: TOO_LONG
  }
  message: "Too long."

my asset name is 182 characters long, so I was trying to verify what is the 
current limit that we can set for an asset name as it's not currently 
mentioned in the documentation or I couldn't find it myabe.
I did check this but didn't find anything related
https://developers.google.cn/google-ads/api/docs/best-practices/system-limits?hl=zh-cn

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e5f095ce-851b-4cc6-b3fa-5c7675cc9c5dn%40googlegroups.com.


RE: Google Ads Python API keyword_view not returning any data

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Hadil,

Thanks for reaching out to the Google Ads API support.

For us to investigate the issue further, could you please provide us with the 
complete request and response logs, with the request-id when you encountered 
the issue. If you haven't yet, logging can be enabled by navigating to the 
Client libraries > Your client library (e.g. Python) > Logging documentation. 
Please use the Reply privately to the author option while sharing the details 
to ensure the information is secured privately.

Regards,

Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2Sec3i: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/b1XfZ0R42R6Y00pMYCYUu8Ra6NrGPmksDbaw%40sfdc.net.


customers.campaignCriteria ==> MULTIPLE(MULTIPLE_MOBILE_APP) ERROR

2021-12-13 Thread Ali Talip Sever
Hello, 

I'm trying add campaignCriteria for app based in REST api. Bu I'm getting 
this error => MULTIPLE(MULTIPLE_MOBILE_APP)

What is the problem? any suggestion? Thanks

https://googleads.googleapis.com/v9/customers/***/campaignCriteria:mutate 
*This 
is my JSON *=>

{
"operations": [
{
"create":{
"type": "MOBILE_APPLICATION",
"status": "ENABLED",
"campaign": "customers/**/campaigns/***",
"negative": "true",
"mobileApplication": {
"appId": "1-1546365343",
"name": "QR Code Reader · Scan QR Code"
}
}
}
],
"validateOnly": "true",
"responseContentType": "MUTABLE_RESOURCE"
}

*and this is server response: * {
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"contextError": 
"OPERATION_NOT_PERMITTED_FOR_CONTEXT"
},
"message": "The operation is not allowed for the 
given context.",
"trigger": {
"stringValue": "MULTIPLE(MULTIPLE_MOBILE_APP)"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "mobile_application"
}
]
}
}
],
"requestId": "**"
}
]
}
} 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87d7949b-3979-4e97-9ecf-26ca6276f878n%40googlegroups.com.


RE: select from click_view returns response None

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Anne,

Could you privately send us logs of request and response communication with the 
API where you received rows and where you didn't receive rows?

The request and response appears similar to the JSON Mappings in our REST 
documentation. Our client libraries have loggers with logging instructions, to 
see these instructions you can click on the client library you use in the 
sidebar of our client library guide and click on "Logging". Setting the logger 
to 'DEBUG' will get the desired log.

You may send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Regards,


Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2Sebdv: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/9kXrg0R42NV000TO5AcZ1ARsyMGoI-4DWBmQ%40sfdc.net.


RE: Campaign Conversion Goal Service

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tài,

To set as goal a specific conversion action when there are more than one that 
has the same category and origin you would set up a custom conversion goal. 
This won't stop the need to set to false every other combination of category 
and origin. Feel free to get back to us on what defaults make sense. If you 
have full screenshots of how it's done in the UI that show different ways to do 
this that are easier for you you can send them privately to us.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2SeaZx: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/Kzzuq0R42M9700jyqjlJDpRiK4I5s_o9E6wQ%40sfdc.net.


Re: Google Ads API

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

I've heard back from the team. They mentioned that your app is now verified for 
domain association. However, they sent an email on December 11 detailing one 
more change you'll need to make to your application name to be compliant. Here 
are some more details:
What the project is now pending is action regarding their display name of which 
is TetraPak_Google_Credentials.  Since the name includes Google without any 
indicators of disassociation of their product to Google's brand, the team had 
sent them a COM requesting they update the display name to be compliant.

Make sure you check your contact email for their complete instructions. If you 
haven't received the email, you can provide me with a good contact address by 
responding privately and I'll forward it to them and they can resend the 
instructions.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q2Rygjj: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/6Q2ys0R42JZT00p6tj0neDQRSXAlMaLNhLKw%40sfdc.net.


Re: Problem with get Assets

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Денис,

You can start right away to use asset based extensions in the API in a new 
account, this would cause the account to be migrated for that type of asset 
based extension.

You can also migrate your extensions, this would also cause the account to be 
migrated for that type of asset based extension. Feel free to get back to us.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2R9nyj: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/nt4ib0R42EC400MuSY6dJHTzCnQWJAEmlHgQ%40sfdc.net.


RE: how i use google-ads to query conversion_tracker_id by conversion_tracker_name

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

You can use the conversion_action resource and specify a certain 
conversion_action.name in your query to get the associated 
conversion_action.id. You can use the query migration tool to convert AWQL to 
GAQL.

Please let us know if we can help with anything else.

Regards,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2SeZHN: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/Kvb6s0R42DR500DOWzWz9SRJGxYr0cSzTBgA%40sfdc.net.


Re: Google Ads API

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

I am looking into this with the app verification team and will get back to you 
when I have some next steps for you.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q2Rygjj: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/r7t8k0R42DLN002QgNkvmLTHK4g1Sb6EAxlQ%40sfdc.net.


Re: how to setting optimized targeting through Google Ads API?

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there,

Thank you for sending us a screenshot, I raised with my team your request 
support for adGroup optimized targeting in API. This request is subject to 
review. You may monitor our blog for an update.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2SdojH: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/fNpwb0R42CLN00cXqS2aMRTAGh9goaisksBw%40sfdc.net.


Re: How to get all Campaigns Performance data under MCC account

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

You can get the accounts using the GetHierarchy or ListAccessibleCustomers 
examples to obtain a list of accessible customer IDs, which can then be passed 
to the parallel reports example. Please let us know if we can help with 
anything else.

Regards,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2SdTOb: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/G6Kdy0R42CKM00nZLa2-qqRmaUvi3KBsXXmw%40sfdc.net.


Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-12-13 Thread Ellis Crosby

@moshik

Did you find any solution? I have encountered the same issue as you when 
migrating from Adwords to Google Ads API but haven't found any solution yet

Thanks,
Ellis
On Thursday, 15 July 2021 at 10:59:00 UTC+2 adsapi wrote:

> Hi Daniel,
>
> Thank you for commenting on this forum post. I am happy to know also that 
> you've fixed the error on your end.
>
> In addition to what you've mentioned, please note that the format of 
> login-customer-id will be varied based on the client library (list of 
> supported client libraries here 
> ) 
> that you are using. With this, I would suggest checking the Configuration 
> document (*Client library (e.g. Python) > Configuration*) first of the 
> client library that you are using to know the correct format.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JYa3Y: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/54d8f05a-c648-4076-a2fb-6da63fc8a1edn%40googlegroups.com.


Re: How to setting AdGroupCriterion with unknown type throuph Google Ads API?

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello,

You can set user interests with the AdGroupCriterionService. More details are 
given on this page discussing ad group criteria targeting. Please see this code 
example that shows how to add demographic targeting criteria to ad groups.

Regards,
Matt
Google Ads API Team


Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 
Google Ads API and AdWords API Annual Survey

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2Sdopo: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/rY_Q40R42BRL00sffVzENtQUqCp1s680SfdA%40sfdc.net.


Re: search impression share returns 0 when requested with segment network

2021-12-13 Thread 'Kiril Yunakov' via AdWords API and Google Ads API Forum
Confirming that we also experience the same problem. The data from the 
Google Ads differs from the Google UI regarding search_impression_share 
from the keyword_view.

On Monday, 13 December 2021 at 12:22:13 UTC+1 Tiana S. wrote:

> The issue still occurs with v9, so sent a response privately with 
> request/response info.
>
> On Thursday, 9 December 2021 at 08:33:12 UTC+1 adsapi wrote:
>
>> Hi Tiana,
>>
>> Thank you for the reply. Yes, you may come back to us when you try with 
>> v9. If the issue persists on your end, you may provide us with the complete 
>> *request* 
>> 
>>  
>> and *response* 
>> 
>>  
>> logs with *request ID* 
>> 
>>  
>> generated on your end via *Reply privately to author* option, so that 
>> our team can check better. 
>>
>> Regards, 
>> [image: Google Logo] 
>> Yasar 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Schbk: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/b0aea10a-45e1-43ad-a7fe-b682b656da6en%40googlegroups.com.


Re: Error when upload conversions: "Customer is not allowlisted for accessing this feature."

2021-12-13 Thread superman9543
OK, I sent you a message.

On Monday, December 13, 2021 at 12:11:56 PM UTC+1 adsapi wrote:

> Hi,
>
> Thanks for reaching out to us.
>
> Could you provide us with the complete *request* 
> 
>  
> and *response* 
> 
>  
> logs with the *request-id* 
> ,
>  
> so our team can better check?
>
> If you haven't yet, logging can be enabled by navigating to the Client 
> libraries > Your client library (ex. Java) > Logging documentation, which 
> you can access from this *link* 
> . You may 
> then send the requested information via the *Reply privately to author* 
> option. If this option is not available, you may send the details directly 
> to our googleadsa...@google.com alias instead.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Se3lI: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/3683be84-362a-46af-a94b-a5cef4b18c66n%40googlegroups.com.


RE: Null display_url when using responsive video ad

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi João,

Could you privately send us a full screenshot of the UI showing what you are 
looking for in the API?

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2SeXI4: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/trH0F0R428EI00RxrDkCjJR_yYpYBOW379uA%40sfdc.net.


RE: Query result for campaign bid strategy missing data

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

I was able to replicate the missing maximize_conversion_value.target_roas using 
the provided GAQL. I’ve escalated this to my team. We will reach out to you 
once we have further investigation into the issue.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2SeHqK: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/Yupid0R4269G00H7ZYo49XQGml9kPKfXh8jQ%40sfdc.net.


Re: Quota usage trough GCP or Token

2021-12-13 Thread Zoomd_Manager_Account
Important note!
We dont want the users will use our token because the quota will run our 
very fast.
Or is the quota count trough the GCP?

On Monday, 13 December 2021 at 16:29:26 UTC+2 Zoomd_Manager_Account wrote:

> I'm a developer from ZOOMD, we created a SaaS platform for running ads and 
> campaign directly from our platform using Google API.
> We are using our basic token for internal usage and recently one of our 
> users tried to get basic token and denied because Google mention that 
> because our client don't have direct access to the server and codebase 
> that's not in their guideline.
>
> We need that our client will have basic token to create campaign using 
> Google API trough our SaaS. 
> Do you think about different option for us our our users to create 
> campaign using API from ZOOMD SaaS?
> Do our quota count trough the token or GCP project?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/90bfaa4d-bc0a-4dad-87f7-2c08da0052a9n%40googlegroups.com.


Quota usage trough GCP or Token

2021-12-13 Thread Zoomd_Manager_Account
I'm a developer from ZOOMD, we created a SaaS platform for running ads and 
campaign directly from our platform using Google API.
We are using our basic token for internal usage and recently one of our 
users tried to get basic token and denied because Google mention that 
because our client don't have direct access to the server and codebase 
that's not in their guideline.

We need that our client will have basic token to create campaign using 
Google API trough our SaaS. 
Do you think about different option for us our our users to create campaign 
using API from ZOOMD SaaS?
Do our quota count trough the token or GCP project?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cfd409fd-b958-416a-a3c2-414fe47a4cb1n%40googlegroups.com.


Quota usage trough GCP or Token

2021-12-13 Thread Zoomd_Manager_Account
I'm a developer from company X (I don't want to reveal the company name 
within it), we created a SaaS platform for running ads and campaign 
directly from our platform using Google API.
We are using our basic token for internal usage and recently one of our 
users tried to get basic token and denied because Google mention that 
because our client don't have direct access to the server and codebase 
that's not in their guideline.

We need that our client will have basic token to create campaign using 
Google API trough our SaaS. 
Do you think about different option for us our our users to create campaign 
using API from  company X SaaS?
Do our quota count trough the token or GCP project?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/25a18d69-3534-41be-a134-db29e44555a8n%40googlegroups.com.


Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-13 Thread Estanislao Ledesma
Hi Matt,
Okay, please let me know when you have any news on this.

Regards,
Estanislao

El viernes, 10 de diciembre de 2021 a las 18:32:55 UTC-3, adsapi escribió:

> Hi Estanislao,
>
> Thanks for your patience on this. This is a known issue that is currently 
> being worked on and will be resolved in the near future.
>
> Regards,
> Matt
> Google Ads API Team
>
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UKO81N: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/02e4b5e3-288b-4151-b345-d40a093044edn%40googlegroups.com.


Getting keyword final URLs

2021-12-13 Thread Дмитро Булах
Hi
I'm trying to retrieve keyword final URLs.
When making a request for `ad_group_criterion.final_urls` in 
`ad_group_criterion` I'm getting `null` for specified field.
At the same time AWQL `SELECT Criteria, CriteriaType, FinalUrls FROM 
CRITERIA_PERFORMANCE_REPORT` works fine and returns desired URLs set at 
keyword level.

Is there any other way to get that data? 
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/77347b37-db64-4a1d-9fa3-d7d4fd676f52n%40googlegroups.com.


About using tracking_url_template

2021-12-13 Thread Eray Bakır
I couldn't find a C# example of using tracking_url_template, can you help 
with this? Thank you from now.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d4f9803d-7e3b-4941-94e8-e98c835f6fc4n%40googlegroups.com.


Re: SummaryRow data differs when segments.date is or isn't requested

2021-12-13 Thread Tiana S.
Hi Yasar,

Thanks for looking into this! That must have been the issue because I 
cannot reproduce it anymore after fixing the dates.
Sorry about that, and thank you for your help!

Best,

Tiana



On Thursday, 9 December 2021 at 10:07:28 UTC+1 adsapi wrote:

> Hi Tiana,
>
> Thanks for getting back to us.
>
> I’ve checked the GAQL used in your initial thread. It appears that the 
> s*egments.date 
> >= '2021-11-01' AND segments.date <= '2021-11-30'* in the where clause 
> are mismatching the GAQL used without segments.date. I’ve tried to generate 
> the same report, and I was able to get the same data returned in the 
> SummaryRow. That said, you may retry generating the report keeping the same 
> segments.date >= '2021-11-01' AND segments.date <= '2021-11-30' in your 
> where clause for SummaryRow results, and let us know the results.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2SchNn: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/203ff77e-f612-4999-bb5c-66e08e521517n%40googlegroups.com.


Google Ads Python API keyword_view not returning any data

2021-12-13 Thread Hadil Charafeddine
Hello,

Through our Google Ads Scripts (on the Google Ads platform) we're able to 
get data from the KEYWORD_PERFORMANCE_REPORT table and the evidence is that 
we have data in our database table. However, when we try to get data using 
the Google Ads python api using the keyword_view table, we're not getting 
any data.

Attached are the request and response logs. Can you please advise?

Kind regards,
Hadil Charafeddine

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1bd9190f-33d6-4009-bade-07c10965bbefn%40googlegroups.com.
/hadil/PycharmProjects/advertisers-reports-cf/adwords/main.py
[2021-12-13 07:36:13,265 - INFO] Request made: ClientCustomerId: 3251771939, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/Search, RequestId: 
wx0s_rJYRLHteVhaKwRhJQ, IsFault: False, FaultMessage: None
[2021-12-13 07:36:13,663 - INFO] Request made: ClientCustomerId: 1119481899, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/Search, RequestId: 
R4T_kXU_6hD7SPNfKykzLA, IsFault: False, FaultMessage: None
[2021-12-13 07:36:13,970 - INFO] Request made: ClientCustomerId: 5464725129, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/Search, RequestId: 
AZ87prQZYCpCNpEwJ29XOg, IsFault: False, FaultMessage: None
[2021-12-13 07:36:14,380 - INFO] Request made: ClientCustomerId: 6493278429, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/Search, RequestId: 
gdzfASXYsXNWVJfl_4pQ8g, IsFault: False, FaultMessage: None
[2021-12-13 07:36:15,009 - INFO] Request made: ClientCustomerId: 9218601093, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
0iw4Ihn8Q31EPgaphyzVcQ, IsFault: False, FaultMessage: None
[2021-12-13 07:36:17,483 - INFO] Request made: ClientCustomerId: 2665724941, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
db_iUb2aPAjtHXYkX1CS7Q, IsFault: False, FaultMessage: None
[2021-12-13 07:36:18,148 - INFO] Request made: ClientCustomerId: 3982323598, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
LU4MBLSvRnTsyn9QphLz3w, IsFault: False, FaultMessage: None
[2021-12-13 07:36:18,988 - INFO] Request made: ClientCustomerId: 6815794446, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
u6-OuYB7wpMah7ynzkpvBQ, IsFault: False, FaultMessage: None
[2021-12-13 07:36:20,011 - INFO] Request made: ClientCustomerId: 3167779349, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
vG9Y07tTQ6Rmhh-P5FCwmw, IsFault: False, FaultMessage: None
[2021-12-13 07:36:20,626 - INFO] Request made: ClientCustomerId: 3513913368, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
uG61iKjUiO--TUjkIiDgTg, IsFault: False, FaultMessage: None
[2021-12-13 07:36:21,548 - INFO] Request made: ClientCustomerId: 2565639580, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
QL0wjKuO6aVTAs4bz3Sb6A, IsFault: False, FaultMessage: None
[2021-12-13 07:36:22,264 - INFO] Request made: ClientCustomerId: 3068738205, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
hFD9B9J9dAzAPwgR1N-kwA, IsFault: False, FaultMessage: None
[2021-12-13 07:36:23,003 - INFO] Request made: ClientCustomerId: 3208051999, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
O-mareQbC8b3_ZO_5OMjyg, IsFault: False, FaultMessage: None
[2021-12-13 07:36:23,618 - INFO] Request made: ClientCustomerId: 5888587296, 
Host: googleads.googleapis.com, Method: 
/google.ads.googleads.v9.services.GoogleAdsService/SearchStream, RequestId: 
1U35zV3amL-un0I5IckQ8w, IsFault: False, FaultMessage: None
[2021-12-13 07:36:24,434 - INFO] Re

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-12-13 Thread Dorian Kind
Hi Ben,

seeing as it's been a while, are there any updates on this issue?

Thanks & best regards,
Dorian

On Thursday, 23 September 2021 at 19:34:43 UTC+2 adsapi wrote:

> Hi Dorian,
>
> I'm a Developer Relations Engineer jumping in to help with this issue. 
> I've routed this through to the team that works on Batch Jobs, but they're 
> still in the process of investigating the root cause. I'll follow up here 
> as soon as I have more information. 
>
> Thanks,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2Mhwnf: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/7dc23e5e-753e-461b-aa90-ef592513b6d1n%40googlegroups.com.


select from click_view returns response None

2021-12-13 Thread 'Anne Matthies' via AdWords API and Google Ads API Forum
Hello,

we're querying the click_view report and API v8 and v9 now only return 
empty responses, also for dates that we have fetched earlier using the same 
code (and v8). So we know, there is data.

Other queries, e.g. from campaigns work well as before.

Some extracts from the request and response logs:
...
"x-goog-api-client": "gl-python/3.8.12 grpc/1.40.0 gax/2.0.1 gccl/14.1.0"
query: "SELECT segments.date, metrics.clicks FROM click_view WHERE 
segments.date = \'2021-11-01\'"
...
Response
---
...
Response: None

What can we do?

Regards,

Anne Matthies

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bc0421c3-d38c-4f12-808e-b44787aac78cn%40googlegroups.com.


Re: search impression share returns 0 when requested with segment network

2021-12-13 Thread Tiana S.
The issue still occurs with v9, so sent a response privately with 
request/response info.

On Thursday, 9 December 2021 at 08:33:12 UTC+1 adsapi wrote:

> Hi Tiana,
>
> Thank you for the reply. Yes, you may come back to us when you try with 
> v9. If the issue persists on your end, you may provide us with the complete 
> *request* 
> 
>  
> and *response* 
> 
>  
> logs with *request ID* 
> 
>  
> generated on your end via *Reply privately to author* option, so that our 
> team can check better. 
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Schbk: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/3fa4bcbb-c153-49d0-8738-1fa7253fdd2dn%40googlegroups.com.


RE: Error when upload conversions: "Customer is not allowlisted for accessing this feature."

2021-12-13 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thanks for reaching out to us.

Could you provide us with the complete request and response logs with the 
request-id, so our team can better check?

If you haven't yet, logging can be enabled by navigating to the Client 
libraries > Your client library (ex. Java) > Logging documentation, which you 
can access from this link. You may then send the requested information via the 
Reply privately to author option. If this option is not available, you may send 
the details directly to our googleadsapi-supp...@google.com alias instead.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2Se3lI: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/c1vkH0R41WFG00SJCDPOPMRcK67-BjqVFDvg%40sfdc.net.


Campaign Conversion Goal Service

2021-12-13 Thread Tài Ngô
Hi! 

I'm trying to add conversion goal to a campaign using this 

service.

The operation 
requires
 
Resource Name with the form: 
*customers/{customer_id}/campaignConversionGoals/{campaign_id}~{category}~{origin}*

Is there any way to add conversion goal to a campaign only with 
conversion's id? 

Currenly, we have to query the detail of conversion from id to get *{category} 
and {origin} *

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/09ef1641-6b1d-4257-a2aa-dce004494cadn%40googlegroups.com.


Re: Problem with get Assets

2021-12-13 Thread Денис Грязев
Hi. There is another question) How do I switch a new account immediately to 
Asset, for example, for the 278-461-2703 account.

I created an account today, created extensions and it was created on the 
basis of Feed, although I should be immediately based on Asset. Or am I 
wrong?

Thank you.
вторник, 30 ноября 2021 г. в 19:22:33 UTC+3, adsapi: 

> Hi Денис,
>
> My apologies for not realizing this, you don't have assets based 
> extensions 
> ,
>  
> you have the deprecated Extension Setting Services 
> .
>  
> I ran an ad_group_extension_setting report 
> 
>  
> and found all your adGroup extensions. This account must have opted out 
> of the migration schedule 
> 
>  
> and these extensions weren't converted into assets yet.
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>  
> Regards,
>   
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2R9nyj: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/f9c7d592-0ed1-493d-8cef-d3c5c8326a50n%40googlegroups.com.


how i use google-ads to query conversion_tracker_id by conversion_tracker_name

2021-12-13 Thread Ri Hong
hello,I need your help. thanks!
Now I migrating AdWords API to Google Ads API, we used adwords api to query 
conversion_tacker_id by conversion_tracker_name,such as:

 conversion_tracker_service = client.GetService(
'ConversionTrackerService', version='v201809')
selector = {
'fields': ['Name', 'Id'],
'predicates': [
{
'field': 'Name',
'operator': 'EQUALS',
'values': [name]
},
],
'paging': {
'startIndex': 0,
'numberResults': PAGE_SIZE
}
}
result = onversion_tracker_service.get(selector)

 but i can't find the corresponding method in Google Ads API,i try to use 
ConversionActionService or RemarketingActionService that need 
conversion_action_id or remarketing_action_id, however, i don't know how to 
get  conversion_action_id or remarketing_action_id by the existing data, no 
new creating data.
 so how i use Google Ads API to query conversion_tacker_id by 
conversion_tracker_name? or other alternative methods?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cf32980c-6bff-40da-a111-a409cacb7576n%40googlegroups.com.


Re: How to get all Campaigns Performance data under MCC account

2021-12-13 Thread 'Hao Long' via AdWords API and Google Ads API Forum
Thanks Kevin,

so i need to get the MCC account‘s lowest depth accounts list as 
wiki(https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy)
 
and looping these account list to get the performance data?

On Friday, December 10, 2021 at 3:38:25 PM UTC+8 adsapi wrote:

> Hi Hao Long,
>
>  
>
> I'm Kevin from the Google Ads API Team.
>
>  
>
> I'm afraid that it's not possible to retrieve performance data of all 
> accounts in a single request. I suggest you check out parallel report 
> downloads (Google Ads API sample 
> ,
>  
> AdWords API sample 
> )
>  
> as an alternative option to looping through all accounts instead.
>
>  
>
> Let me know if you have any further clarifications.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2SdTOb: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/bd66cb9b-6bf5-4bab-9d94-bc7877af692cn%40googlegroups.com.