Re: google conversion events tracking server-side ads api endpoints

2023-05-24 Thread Abubakar zubair
I have done this endpoint in Rest APi, and implement on my store and 
preform a lot of activity but it still showing me unverified status in 
Google conversion, now where and how can I see is it trigger in Google ads 
dashboard, I am using only server-side  don't say to me to use tag 
Assistant Legacy to check tags.

On Tuesday, 23 May 2023 at 23:35:17 UTC+5 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> In Google Ads API perspective, you should be able to upload / import 
> offline conversions to Google Ads. You may configure *enhanced 
> conversions* and *enhanced conversions for leads*. 
>
>- *enhanced conversions - *
>*https://support.google.com/google-ads/answer/10172785* 
>  
>- *enhanced conversions for leads - *
>*https://support.google.com/google-ads/answer/11347292* 
>  
>
> For the API documentation, you may find references below:
>
>- 
>
> *https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions*
>  
>
> 
>  
>- 
>
> *https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers*
>  
>
> 
>  
>- 
>
> *https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions*
>  
>
> 
>  
>
> Also, for uploading click conversions, you may refer here 
> *https://developers.google.com/google-ads/api/docs/conversions/upload-clicks* 
> 
>
> Let us know if you have further questions. 
> This message is in relation to case "ref:_00D1U1174p._5004Q2lKLbC:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/8608ca85-deb7-46a1-9a51-2b2c4d91161an%40googlegroups.com.


Help with querying click_view

2023-05-24 Thread Daniela Macena
when I query the click_view table Im getting this error message: Request 
contains an invalid argument


 try
{
// Constructs the query.
  

string query = @"
   SELECT
click_view.ad_group_ad, click_view.gclid
   FROM
click_view  WHERE click_view.gclid = 
'aT";



  


// Creates the search request.
SearchGoogleAdsRequest searchRequest = new 
SearchGoogleAdsRequest()
{
Query = query
};

// Issues the search request and gets the first result.
//SearchGoogleAdsResponse searchResponse =
  //  googleAdsClient.GetService().Search(searchRequest);

GoogleAdsServiceClient googleAdsService = 
googleAdsClient.GetService( Services.V12.GoogleAdsService);

List items = new List();
Task t = googleAdsService.SearchStreamAsync("11", query,
delegate (SearchGoogleAdsStreamResponse resp)
{
foreach (GoogleAdsRow googleAdsRow in resp.Results)
{
Console.WriteLine(googleAdsRow);
//string item = 
googleAdsRow.ConversionAction.Id.ToString();
string item = $"{googleAdsRow.ConversionAction.Id} 
- {googleAdsRow.ConversionAction.Name} - 
{googleAdsRow.ConversionAction.Status}";
items.Add(item);
}
}
);
await t;
var x = items;



Uploading(googleAdsClient);
}
catch (GoogleAdsException ex)
{
Console.WriteLine($"Failed to retrieve conversion action 
ID. {ex}");
}

when I query this below code is working   //string query = $@"SELECT 
conversion_action.id, conversion_action.name
//  FROM conversion_action
//  WHERE conversion_action.status = 
'ENABLED'
//  AND 
conversion_action.name='xxxMLinks' ";
could you please help me?
Many 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 
"Google Ads API and AdWords 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/e017e5a3-0986-4e25-89bb-6bf4b591205cn%40googlegroups.com.


OfflineUserDataJob rate limits question

2023-05-24 Thread 'foo-bar' via Google Ads API and AdWords API Forum
We have standard developer token access.

According to this 
documentation: 
https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match,
 
AddOfflineUserDataJobOperationsRequest 

 jobs 
can contain at most 100,000 operations per request. It's not listed 
publicly, but if you have standard access can you send more than 100,000 
operations in a single request?
Regardless of # of operations in a request, is there a max payload size 
quota per request? Assume we have millions of email (only) identifiers that 
need to be apart of the offline job.

If we need to publish to multiple (separate) audience lists, can we make 
multiple API requests simultaneously or will we 
encounter RESOURCE_TEMPORARILY_EXHAUSTED? The documentation doesn't specify 
a *Requests Per Second* limit anywhere. Given that we are on the standard 
plan, using the same developer token, and Google ads customer id, could you 
mention any limits that we may hit if we need to produce to multiple 
customer lists at the same time, where we need to submit multiple 
operations to the offline job that we create?

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 
"Google Ads API and AdWords 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/da6d312a-9c10-4ffa-b34d-66359486d7cfn%40googlegroups.com.


Re: Creating Single Product Listing Groups Through Rest API

2023-05-24 Thread ma...@danzrust.cz
So I believe, I'm getting very close but now I'm stuck again.

This is my JSON:
{
"operations": [

{
"create": {
"type": "LISTING_GROUP",
"status":"ENABLED",
"adGroup": "customers/7803661715/adGroups/151093305002",

"resourceName":"customers/7803661715/adGroups/151093305002~-1",
"listingGroup": {
"type": "SUBDIVISION"
}
}
},


{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"adGroup": "customers/7803661715/adGroups/151093305002",
"cpcBidMicros": "1",
"listingGroup": {
"type": "UNIT",
"caseValue": {
"productItemId": {}
},
"parentAdGroupCriterion": 
"customers/7803661715/adGroups/151093305002~-1"
}

}
},


{
"create": {
"type": "LISTING_GROUP",
"status": "ENABLED",
"adGroup": "customers/7803661715/adGroups/151093305002",
"cpcBidMicros": "1",
"listingGroup": {
"type": "UNIT",
"caseValue": {
"productItemId": {
"value": 
"shopify_fr_8211946045734_4473156881642"
}
},
"parentAdGroupCriterion": 
"customers/7803661715/adGroups/151093305002~-1"  
}
}
}
]
}
##
##
##

Now I'm getting:
*◉ Resource name 'customers/7803661715/adGroups/151093305002~-1' is 
malformed: expected 
'customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}'. *

I've seen multiple posts where people would use the* "~-1" *trick while 
doing multiple operations at once but it was always in a different language 
(Java, Python etc.). 

How can I replicate the "~-1" the trick in the rest API? I see no mentions 
in the REST documentation.

I've also tried running the first operation to create root (the SUBDIVISION 
part in my code) to get the parentAdGroupCriterion for the two remaining 
*create 
*operations but that's not working either. When creating the SUBDIVISION, 
I'm getting error an error saying that "other group must be created" so it 
feels like I really need to do everything in one API call. 

DZ




On Tuesday, May 23, 2023 at 11:16:20 PM UTC+2 ma...@danzrust.cz wrote:

> So I believe I'm getting close after recycling some of the older posts but 
> something is still wrong.
>
> Here is my currrent JSON:
>
> {
> "operations": [
> {
> "create": {
> "type": "LISTING_GROUP",
> "status": "ENABLED",
> "adGroup": "customers/7803661715 <(780)%20366-1715>
> /adGroups/149870319335",
> "resourceName": "customers/7803661715 <(780)%20366-1715>
> /adGroups/149870319335~-1",
> "listingGroup": {
> "type": "SUBDIVISION"
> }
> }
> },
>
> {
> "create": {
> "type": "LISTING_GROUP",
> "status": "ENABLED",
> "adGroup": "customers/7803661715 <(780)%20366-1715>
> /adGroups/149870319335",
> "cpcBidMicros": "1",
> "listingGroup": {
> "type": "UNIT",
> "caseValue": {
> "productItemId": {
> "value": 
> "shopify_fr_8211946045734_4473156881642"
> }
> },
> "parentAdGroupCriterion": "customers/7803661715 
> <(780)%20366-1715>/adGroups/149870319335~-1"
> }
> }
> },
>
> {
> "create": {
> "type": "LISTING_GROUP",
> "status": "ENABLED",
> "adGroup": "customers/7803661715 <(780)%20366-1715>
> /adGroups/149870319335",
> "cpcBidMicros": "1",
> "listingGroup": {
> "type": "UNIT",
> "caseValue": {
> "productCondition": {}
> }
> },
> "parentAdGroupCriterion": "customers/7803661715 
> <(780)%20366-1715>/adGroups/149870319335~-1"
> }
> }
> ]
> }
>
>
> ==> My understanding is that first I need to create a subdivision and then 
> create the one product I want to have + all other products, however when I 
> ran this JSON,  I've been getting:
>
> {
> "error": {
> "code": 400,
> "message": "Invalid JSON payload received. Unknown name 
> 

RE: question. how to query/set ads portrait image?

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Chun,

Thanks for reaching out to the Google Ads API Team. I hope you are doing well 
today.

With regards to your concern about the error, "Unrecognized field in the query: 
'ad_group_ad.field.ad_group_ad.ad.responsive_display_ad.portrait_marketing_images'.",
 please note that in the ad_group_ad reporting what is available is the 
ad_group_ad.ad.responsive_display_ad.square_marketing_images, see 
https://developers.google.com/google-ads/api/fields/v13/ad_group_ad_query_builder.
 You may also use the Query Validator to validate your query 
(https://developers.google.com/google-ads/api/fields/v13/query_validator).

However, if the 
ad_group_ad.field.ad_group_ad.ad.responsive_display_ad.portrait_marketing_images
 is possible to add in Google Ads UI then you may provide us a uncropped 
screenshot for us to check further on our end.

Please note that the Google Ads API mirrors the Google Ads UI. meaning, if the 
feature is not available in Google Ads UI most likely also not available in the 
Google Ads API.

In addition to the status field "Pending, Under review", could you please 
provide us also with an uncropped screenshot from Google Ads UI? This is for us 
to provide accurate information and recommendations.

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

Have a great day.

This message is in relation to case "ref:_00D1U1174p._5004Q2lKgDi:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/hn6Iz0RV6EOE00MHwdsuqCTsKvixvvinPQfA%40sfdc.net.


RE: api token transfer - google ads api

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Chintan,

Thanks for reaching out to the Google Ads API Team.

Kindly note that our team specializes in Google Ads API related concerns and 
technical implementations only. To ensure you get proper assistance, we are 
reaching out to the Google Ads API Compliance team on your behalf and 
requesting input.

Can you please provide them with your cases2 ID generated when you submitted 
your request to the Compliance team which has a format of #-# so 
they can assist you further?

@Compliance Team, please find the pertinent details below and confirm if you 
are able to assist.

Summary:

The user, Chintan, is requesting to transfer their basic access token from 
365-256-8311 MCC to 215-363-3644 MCC. They have submitted their request twice 
via this link: https://support.google.com/adspolicy/contact/contact_ads_api and 
so far they have not received any response for a month.

Google Ads manager account (MCC) ID: 365-256-8311 (Basic Access) and 
215-363-3644 (Test Account)
Case ID: (requesting for information)

This message is in relation to case "ref:_00D1U1174p._5004Q2lKSEg:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CB9Aq0RV697K002Hby3kqJTbCqiJN9UnpJgA%40sfdc.net.


Re: change customer status to enabled

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for coming back to us and for the update. I hope you are doing well 
today.

If you need any further assistance on Google Ads API, feel free to contact us 
again. But please note that, if you have other issues or concerns we recommend 
creating a new email thread for better tracking and updates.

Have a great day.

This message is in relation to case "ref:_00D1U1174p._5004Q2lJEQi:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/daa8W0RV661K00UcmFJ3IEQOKX8riL82fokg%40sfdc.net.


Re: quota_error: resource_exhausted without quotaerrordetails

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Markus,

Thank you for getting back to us. I hope that you are doing well today.

I understand that what you want to see here is the quota_error_details. With 
this, I raised a feature request so that it becomes available in the future. 
However, please note that this will be a subject for review and what we can do 
is to advise you to keep an eye on our blog post and release notes for the 
updates and releases.

For now, you may refer to the API limits and Quotas documentation here 
https://developers.google.com/google-ads/api/docs/best-practices/quotas.

Reference links:

blog post - https://ads-developers.googleblog.com/search/label/google_ads_api
release notes - https://developers.google.com/google-ads/api/docs/release-notes

This message is in relation to case "ref:_00D1U1174p._5004Q2l8R9Q:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/wro-90RV64QX00iV5y3ZzfQp-m3vfF-434Gg%40sfdc.net.


Feature Request to have campaign_simulation available for VIDEO campaigns too!

2023-05-24 Thread 'Sai Teja Makani' via Google Ads API and AdWords API Forum
Hello Team,

I have a few questions related to Google Ads API Reporting.


   1. Our Company Spotter is very much interested in fetching budget 
   simulations for VIDEO campaigns. We have tried the below query and didn't 
   get any results. We looked at the documentation and understood this feature 
   is not available for VIDEO campaigns. Correct me if our understanding is 
   wrong in this regard. 
   
https://developers.google.com/google-ads/api/fields/v13/campaign_simulation#campaign_simulation.budget_point_list.points
 
   
   2. If the feature is not available could the team please request Nadine 
   and Anash to take it forward as a feature request? 
   3. We are very much eager to know the ETA if this feature is already 
   raised by someone and is in implementation.

query = f"""SELECT
campaign_simulation.campaign_id,
campaign_simulation.budget_point_list.points,
campaign_simulation.cpc_bid_point_list.points,
campaign_simulation.end_date,
campaign_simulation.modification_method,
campaign_simulation.resource_name,
campaign_simulation.start_date,
campaign_simulation.target_cpa_point_list.points,
campaign_simulation.target_impression_share_point_list.points,
campaign_simulation.target_roas_point_list.points,
campaign_simulation.type
FROM campaign_simulation
WHERE
campaign_simulation.type = 'BUDGET'"""

Regards,
Sai Teja Makani

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/5bbe8166-5020-4381-ab91-38f5d78c5c5en%40googlegroups.com.


Creating custom audiences via Adwords API

2023-05-24 Thread Chris Cowdrey
Hi there
I work for a data agency that processes customer data and runs email and ad 
campaigns on their behalf. We have a requirement to create custom audiences 
within clients AdWords account using a console app that sits within our 
domain. I managed to get this working with test accounts where the api 
calls required:

   - Developer token
   - client id
   - client secret
   - refresh token
   - Ad account id

This requires the client to have a google console app.
In order to take this into production the client needs to publish the app 
and from what I have read they also need to apply for a production 
developer token too.

This is a very complicated process in order to simply create custom 
audiences within the client account that they can use for targeted ads.

My questions:

   1. Is there a simpler process for simply connecting to the Adwords API 
   that maybe requires just a developer token (I am concerned that maybe I 
   have missed something)?
   2. If the client completes the google ads api token application 
   (https://support.google.com/adspolicy/contact/new_token_application), will 
   this token be sufficient to access the api without requiring the other 
   credentials (clientid, clientsecret, refreshToken)?

   3. Currently we are trying to configure this via the client's cloud 
console account, would a better setup be to create a cloud console app 
under my companies ownership and then get our own app approved. Then create 
a ads manager account and then link the clients ads manager account under 
that(apologies I am thinking aloud)? Would this allow us to upload the 
customer audience to that clients account?

Sorry if this is long winded but I am finding the whole process very 
confusing and I am hoping some seasoned Ads professionals can point me in 
the correct direction.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/da2bf55e-f3c9-45e3-8442-dede116477e7n%40googlegroups.com.


Re: getting tempid in changeevent for campaignbudget in google ads api

2023-05-24 Thread Ayush Mishra
Okay, sure. 
Thanks.

On Tuesday, May 23, 2023 at 6:44:46 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hello,
>
> Not yet, but I've followed up with the investigating team to try to 
> understand the current status. I will let you know when I hear anything 
> that I can share.
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2ko4ed:ref"
>
> Thanks,
>   
> [image: Google Logo] 
> Michael Cloonan 
> Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/46af7df9-6f8f-4fc8-85d0-0a8d79104692n%40googlegroups.com.


Re: API Token Transfer - Google Ads API

2023-05-24 Thread Chintan Soni
Can anyone help? This is stuck since almost a month.

Tired contacting google via the form twice, but NO RESPONSE.

On Monday, May 22, 2023 at 10:26:50 PM UTC+5:30 Chintan Soni wrote:

> We would like to transfer Basic API token access from 365-256-8311 
> <(365)%20256-8311> to 215-363-3644 <(215)%20363-3644>
>
> On Monday, May 22, 2023 at 10:23:28 PM UTC+5:30 Chintan Soni wrote:
>
>> Hi,
>> We wanted to transfer the basic access token to another CID.
>>
>> I tried submitting our request twice on this form but no reply from 
>> google https://support.google.com/adspolicy/contact/contact_ads_api
>>
>> This is really urgent, so would appreciate your help.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/50feac70-bc25-4f08-8497-1c160d50b477n%40googlegroups.com.


RE: smart campaign invalid bid strategy & pending status is taking forever

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aliaksandr,

Thank you for reaching out to the Google Ads API support team. I hope that you 
are doing well today.

To further help you with your concern, could you please provide us the complete 
request and response logs with request id and request header generated on your 
end when you created the smart campaign? If you haven't enabled the logging 
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 
here https://developers.google.com/google-ads/api/docs/client-libs?hl=en.

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

Reference links:

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request id - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers

This message is in relation to case "ref:_00D1U1174p._5004Q2lKlLm:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/pH16Q0RV5OIR00k5ckkIesRaCTAi6yruEDkQ%40sfdc.net.


Re: 0 values in metrics for age segment reports (app campaigns) if report was done from customer, not mcc

2023-05-24 Thread 'Vladyslav Lazurenko' via Google Ads API and AdWords API Forum
Hello again, 

I apologize for the confusion, the issue is not about discrepancies between 
UI and API, it's more like discrepancies between MCC UI and customer UI.
API report fetching is mentioned as our final goal.

Let me somehow rephrase the questions
– Why does adding `Age` as  Row to Customer Report results in no metrics 
(all zeros) for the App campaigns while for Youtube only campaign it's 
present? Although doing an identical report with `Age` Row from MCC account 
keeps all metrics present for all campaigns type.
– Is it possible to use API to fetch reports as from MCC, not Customer?

On Tuesday, May 23, 2023 at 7:13:26 PM UTC+3 Google Ads API Forum Advisor 
wrote:

> Hello,
>
> Thanks for reaching out to the Google Ads API Team.
>
> I understand that you are experiencing discrepancies with the UI and API, 
> can you please provide us with the complete *request* and *response* logs 
> with *request* *ID* generated on your end when you performed your API 
> requests and an *uncropped screenshot* of the UI where you are observing 
> “inconsistencies in report data between Google Ads UI from customer and MCC 
> accounts” so we can investigate further and provide recommendations?
>
> You can provide it via Reply privately to the author option. If this 
> option is not available, then send it instead on this email address 
> googleadsa...@google.com. 
>
>- *Request - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#request*
>  
>
> 
>  
>- *Response -  *
>
> *https://developers.google.com/google-ads/api/docs/concepts/field-service#response*
>  
>
> 
>  
>- *Request ID - *
>
> *https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id*
>  
>
> 
>  
>
> This message is in relation to case "ref:_00D1U1174p._5004Q2lKI1R:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d37816d9-2260-434e-8a8a-98ab4fd01c24n%40googlegroups.com.


Re: how should i get reports for a specific time zone?

2023-05-24 Thread Tony Z

ok thanks
On Wednesday, 24 May 2023 at 15:18:16 UTC+8 Google Ads API Forum Advisor 
wrote:

> Hi Tony,
>
> Thank you for reaching out to Google Ads API Forum.
>
> Kindly note that in general, all the reports that are pulled from an 
> account will be based on the account's time zone and not by specifying the 
> time zone in the query. You can only get data using *segments.date *(
> https://developers.google.com/google-ads/api/fields/v13/segments#segments.date)
>  for 
> the report to get data at a specific date.
> This message is in relation to case "ref:_00D1U1174p._5004Q2lKklc:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/c26313e5-187d-45da-a5ce-57acb0ab7f2dn%40googlegroups.com.


frequency cap video ad sequences is one sequence per person in a 30-day period

2023-05-24 Thread Tanuj Kumar Pathak
 

Hi Google Team,

I want to know  when channel type is  video and sub-channel type is  ad 
sequences in adwords native we have set one sequence per person in a 30-day 
period,

what is  Attribute Resource Fields  so i can fetch value through google api.

please share api also.

Regards

Tanuj Kumar Pathak

9315106781

-- 


*Disclaimer: This email is
confidential, may be legally privileged, and 
is for the intended recipient
only. Access, disclosure, copying, 
distribution, or reliance on any of it by
anyone else is prohibited & may 
be a criminal offense. Please delete if
obtained in error & email 
confirmation to the sender.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/c2d92e25-54a4-4afb-9932-742901f3d2c4n%40googlegroups.com.


Re: inquiry about country validation conditions for google product category

2023-05-24 Thread 'Nishant Pandey' via Google Ads API and AdWords API Forum
Hi there,

Thanks for your reply. I'm doing good. Thanks! How about you?

Thanks for sharing the above information. However, that doesn't really 
answer my question.
I understand that the Country Targeting has changed, and therefore, I am 
inquiring about how we should now validate whether *Google Category* is 
allowed for the country or not, as it is only allowed for a few selected 
countries mentioned here 

.

Before the Country Targeting changed, we would check if the *Country of 
Sale* defined for the products is within the list of countries that are 
allowed for *Google Category*. However, since now Country of Sale is not 
mandatory and the *Feed_Label* (which replaced country of sale) can be a 
random string and is not restricted to the two-character country code, how 
do we ensure that the product in the merchant center is allowed to use 
Google Category for creating the product groups?

Hope this explains my question. Let me know if you need anything else

On Tuesday, May 23, 2023 at 6:41:46 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi Nishant, 
>
> Thank you for coming back to us. I hope you are doing well today.
>
> With regards to your concern, please note that *Sales country targeting* has 
> changed in Google Ads. See *Country targeting in Shopping Ads campaigns 
> is changing in August 2022* for more information. Please follow the 
> guidelines and let us know how it goes in your end.
>
> For full information in Google Ads APi perspective, please see the *Shopping 
> Ads* documentation and guidelines.
>
> *Reference links:*
>
>- *Country targeting in Shopping Ads campaigns is changing in August 
>2022 - *
>
> *https://ads-developers.googleblog.com/2022/08/country-targeting-in-shopping-ads.html*
>  
>
> 
>  
>- *Google Ads API: Shopping Ads - *
>*https://developers.google.com/google-ads/api/docs/shopping-ads/overview* 
> 
>
>
> Have a great day.
> This message is in relation to case "ref:_00D1U1174p._5004Q2lHmUK:ref"
>
> Thanks,
>
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/513eb4e1-041f-4a33-ad00-41a5a7a435ddn%40googlegroups.com.


RE: how should i get reports for a specific time zone?

2023-05-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tony,

Thank you for reaching out to Google Ads API Forum.

Kindly note that in general, all the reports that are pulled from an account 
will be based on the account's time zone and not by specifying the time zone in 
the query. You can only get data using segments.date 
(https://developers.google.com/google-ads/api/fields/v13/segments#segments.date)
 for the report to get data at a specific date.

This message is in relation to case "ref:_00D1U1174p._5004Q2lKklc:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/CUH5i0RV5IXW00SWnSBOmMTlOHG4qpFQU4kw%40sfdc.net.


how get "Conv. value / click (current model) “ metrics via camapgin API?

2023-05-24 Thread miinye
hello

Displays the 'Campaign Report' report generated by the UI, and the report 
contains 'Conv. value / click (current model) 'The value in the row exists.
However, in the campaign api, that value doesn't seem to exist.
https://developers.google.com/google-ads/api/fields/v13/campaign#metrics.current_model_attributed_conversions_value_per_cost
How can I retrieve that value with the API?

Please check.

campaign report ui

[image: campaign report ui column.PNG]

camapgin api 

[image: campaign api column.PNG]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/b80d9af8-c5be-46a1-a696-51e80ac4afabn%40googlegroups.com.


how get "Conv. value / click (current model) “ metrics via camapgin API?

2023-05-24 Thread miinye
hello

Displays the 'Campaign Report' report generated by the UI, and the report 
contains 'Conv. value / click (current model) 'The value in the row exists.
However, in the campaign api, that value doesn't seem to exist.

How can I retrieve that value with the API?

Please check.

[image: campaign api column.PNG][image: campaign report ui column.PNG]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/4755d7d3-6b2e-4fb5-b573-b7a51611e42cn%40googlegroups.com.