REST interface Grouped operations

2022-12-21 Thread Turkmeks DEV
hello when ı used grouped opertions give me error like this how can ı 
solved this problem

"errorCode": {
"adGroupAdError": "CANNOT_CREATE_DEPRECATED_ADS"
},
"message": "An ad of this type is deprecated and cannot be created. Only 
deletions are permitted.",
"requestId": "fYG6PtjX27Gcyk-N3rqVYg"

 my code below like this

{
'mutateOperations': [
  {
'campaignBudgetOperation': {
  'create': {
'resourceName': 
'customers/${CUSTOMER_ID}/campaignBudgets/-1',
'name': 'My Campaign Budget #${RANDOM}',
'deliveryMethod': 'STANDARD',
'amountMicros': 50,
'explicitlyShared': false
  }
}
  },
  {
'campaignOperation': {
  'create': {
'resourceName': 'customers/${CUSTOMER_ID}/campaigns/-2',
'status': 'PAUSED',
'advertisingChannelType': 'SEARCH',
'geoTargetTypeSetting': {
  'positiveGeoTargetType': 'PRESENCE_OR_INTEREST',
  'negativeGeoTargetType': 'PRESENCE_OR_INTEREST'
},
'name': 'My Search campaign #${RANDOM}',
'campaignBudget': 
'customers/${CUSTOMER_ID}/campaignBudgets/-1',
'targetSpend': {}
  }
}
  },
  {
'adGroupOperation': {
  'create': {
'resourceName': 'customers/${CUSTOMER_ID}/adGroups/-3',
'campaign': 'customers/${CUSTOMER_ID}/campaigns/-2',
'name': 'My ad group #${RANDOM}',
'status': 'PAUSED',
'type': 'SEARCH_STANDARD'
  }
}
  },
  {
'adGroupAdOperation': {
  'create': {
'adGroup': 'customers/${CUSTOMER_ID}/adGroups/-3',
'status': 'PAUSED',
'ad': {
  'expandedTextAd': {
'headlinePart1': 'An example headline1',
'headlinePart2': 'An example headline2',
'description': 'An example description'
  },
  'finalUrls': ['https://www.example.com']
}
  }
}
  }
]
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4b94a4c3-1e5d-4786-a7b3-115cb6a05a09n%40googlegroups.com.


RE: Google Ads GetCampaign method version discrepancies.

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matt,

Thank you for reaching out to the Google Ads API support team.

With regards to your concern, please note that  v7, v8 and v9 of the Google Ads 
API have already been deprecated and using these versions will return an error 
on your end. That said, I would recommend reaching out to the PHP client 
library authors as they are better equipped to provide guidance to this matter. 
In addition, as for "Is there another way to install this package whilst 
including the v12 folder which is referenced in the documentation of the 
GetCampaign method?", kindly refer and follow this guide for the setup and 
configuration.

If you happen to have further Google Ads API related concerns, please feel free 
to get back to our team.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2hMYje: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 
"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/WnBW30RNA0RC00Dif9EkW4RSa3L-4vMQVylA%40sfdc.net.


RE: Are ids (campaign, adgroup, ad) reused across accounts?

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matt,

Thanks for reaching out to the Google Ads API Forum.

With regards to your question "So, for example, Account A has an ad 1234, is it 
possible that an ad in Account B is assigned 1234?", as per this guide, Ad ID 
is not globally unique but (AdGroupId, AdId) pair is globally unique. I hope 
this clarifies.

Please note that every object in Google Ads is identified by its own ID. Some 
of these IDs are globally unique across all Google Ads accounts, while others 
are unique only within a confined scope.

Please see Basic Concepts for more information.

Have a great day.

Regards,

Marjorie
Google Ads API Team
ref:_00D1U1174p._5004Q2hMZ46: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 
"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/s5Mw70RNA02G00GrkvpW2BTGuhY2lnatTlKQ%40sfdc.net.


Re: INTERNAL ERROR occur get Metrics and Campaign Data using Google Ads API V10 version

2022-12-21 Thread 'changhong yun' via Google Ads API and AdWords API Forum
Hi Yasar, Nirmita and Team,

 Based on my checking and understanding, for our per hour job, we just 
loop our available google accounts (21) and for each google account, we 
just execute 3 requests.

That means, if what my understanding is correct. We just have at most 21 * 
3 = 63 requests per hour. Please refer to our requests as below:

Even in summary for one day, we have 63 * 24 = 1512 requests,  less than 
the total maximum 15,000 requests. hmmm... I am not for sure why hit this 
issue?
Meanwhile could you help check below two questions, thank you very much~
 a. If no data for API request return, does it still mean one API 
operation and count into maximum requests?
 b. How to calculate the API requests total count from my side to check 
if hit the 15,000 API operations per day?

Google Ads Query:

Request 1:

*static* *final* String *CAMPAIGN_INFO* = "SELECT" +

" customer.descriptive_name," +

" campaign.name," +

" customer.id," +

" campaign.id," +

" ad_group.id," +

" ad_group.name," +

" ad_group_ad.ad.id," +

" ad_group_ad.ad.name" +

" FROM ad_group_ad";

Request 2:

*static* *final* String *CAMPAIGN_CONVERSION* = "SELECT" +

" customer.descriptive_name," +

" campaign.name," +

" customer.id," +

" campaign.id," +

" ad_group.id," +

" ad_group.name," +

" ad_group_ad.ad.id," +

" ad_group_ad.ad.name," +

" metrics.cost_micros," +

" metrics.impressions," +

" metrics.average_cpm," +

" metrics.clicks," +

" metrics.average_cpc," +

" metrics.ctr," +

" metrics.video_views," +

" metrics.video_view_rate," +

" metrics.video_quartile_p25_rate," +

" metrics.video_quartile_p50_rate," +

" metrics.video_quartile_p75_rate," +

" metrics.video_quartile_p100_rate," +

" metrics.conversions," +

" metrics.conversions_from_interactions_rate," +

" metrics.cost_per_conversion," +

" metrics.conversions_value" +

" FROM ad_group_ad" +

" WHERE segments.date = '%s'" +

" ORDER BY campaign.id";
Request 3:

*static* *final* String *CAMPAIGN_BUDGET_INFO* = "SELECT" +

" customer.id," +

" campaign.id," +

" campaign_budget.amount_micros" +

" FROM campaign" +

" WHERE segments.date =  '%s'" +

" ORDER BY campaign.id";

Regards,
Aaron.
On Tuesday, December 20, 2022 at 1:52:57 PM UTC+8 adsapi wrote:

> Hi Aaron,
>
> I work with Nirmita. Thanks for getting back to us.
>
> I understand that you have encountered an RESOURCE_EXHAUSTED 
> 
>  
> error, and error message ‘Too many requests. Retry in 900 seconds“. This 
> seems to be that API requests hitting the server aggressively. The server 
> throws this error once it detects that your request has exceeded the system 
> frequency limit. When you retry requests, you may continue using an 
> exponential backoff policy by delaying 5-10 seconds. For example, if you 
> first pause 5 seconds before the first retry, you could pause 10 seconds 
> after the second and 20 seconds after the third retry. Exponential backoff 
> helps ensure you are not calling the API too aggressively. 
>
> Also, you mentioned that you set your batch job hourly to process sync 
> campaign data from Google Platform, but in the above email you provided 
> error logs for the GoogleAdsService/SearchStream API request. So, there 
> seems to be concurrent API requests making calls to Google Ads API at same 
> time, and this is why you encountered said error.
>
> That being said, we suggest setting a reasonable upper bound for the total 
> number of concurrent tasks that are going to make requests (across all 
> processes and machines), and adjusting upward to optimize your throughput 
> without exceeding the rate limit is recommended. Otherwise, you may 
> possibly experience the exceeding rate limits that the client app is 
> spawning an excessive number of parallel tasks since we don't limit the 
> number of parallel requests a client app can have, this can easily exceed 
> the Requests Per Second limit at the developer token level. However, 
> Throttles can be implemented at the consumer side by limiting the number of 
> concurrent consumers, or implement rate limiters or throttlers for either 
> the producers or consumers.For more information, you may refer to this 
> throttling QPS from the client side (check out *Throttling and rate 
> limiters* 
> 
> ). 

Are ids (campaign, adgroup, ad) reused across accounts?

2022-12-21 Thread Matt Dworkin
Hello,

I have two sub accounts under one MCC, I'm trying to find out if it might 
ever be the case that the same campaign id (or adgroup id or ad id) will be 
used in each account. So, for example, Account A has ad 1234, is it 
possible that an ad in Account B is assigned 1234?

Thanks for any info you can provide.

Best,
Matt

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d341b015-8d1e-4145-b6dc-cfeb51f50823n%40googlegroups.com.


Google Ads GetCampaign method version discrepancies.

2022-12-21 Thread Matt Rodney
Hello All,
I am trying to use the getCampaigns method with google ads api (Get Campaign 
) and 
it keeps referring to the GoogleAdsClient class present in the v12 folder 
of the package. However on a freshly installed google-ads-php package via 
the command "composer require googleads/google-ads-php", there is no v12. 
Only v7, v8 and v9 are available. My ask is that will there be any 
compatibility issues with me using the GoogleAdsClient class contained in 
v9?
Is there another way to install this package whilst including the v12 
folder which is referenced in the documentation of the GetCampaign method?

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/a99342f8-5e4e-4b38-95a5-d415da56bb12n%40googlegroups.com.


Re: Google Ads API Conversion Events

2022-12-21 Thread Jon
Very grateful for your help on this Ben! Thanks!

On Wednesday, December 21, 2022 at 11:06:04 AM UTC-7 adsapi wrote:

> Hi Jon - 
>
> Thanks for following up. I'm still coordinating internally to get the 
> process ironed out. It doesn't appear as though anything formal has been 
> laid out before now, so there are just a few extra steps to loop in the 
> appropriate people.
>
> I'll follow up as soon as I have more information.
>
>
> Best,
> [image: Google Logo] 
> Ben Karl 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ggGJM: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 
"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/f406f4b7-f2e5-43c0-ac84-acb3771969bbn%40googlegroups.com.


Re: Google Ads API Conversion Events

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jon -

Thanks for following up. I'm still coordinating internally to get the process 
ironed out. It doesn't appear as though anything formal has been laid out 
before now, so there are just a few extra steps to loop in the appropriate 
people.

I'll follow up as soon as I have more information.

Best,

Ben Karl
Google Ads API Team
ref:_00D1U1174p._5004Q2ggGJM: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 
"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/wLWtu0RN969M00wF4luV6YSeyT4mezRJcqCA%40sfdc.net.


RE: Cannot create Performance Max campaign with Vehicle

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sang Do,

In addition, if the issue indeed persists, you can provide the updated and 
complete request and response logs, and request-id, so we can investigate 
further.

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
Google Ads API Team
ref:_00D1U1174p._5004Q2hMNQo: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 
"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/SGL-v0RN94E0008dhpA1S1TDGaewjfdr_R_w%40sfdc.net.


RE: Google Ads API Send Offline Conversion

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

Moving forward to your concern, it seems that you've encountered the 
USER_PERMISSION_DENIED error. The authorized customer does not have access to 
the operating customer. The common cause of this is when authenticating as a 
user with access to a manager account but not specifying login-customer-id in 
the request. To prevent this kind of error, I would suggest specifying the 
login-customer-id as the manager account ID without hyphens (-). That being 
said, you will need to ensure that the user / email address you used to 
generate the credentials indeed has access to the account in your request.

If the user / email address has access or is associated with the MCC / manager 
account, you will need to specify the MCC / manager account's ID without 
hyphens (-) as the value of the login-customer-id field. If the issue still 
persists, could you please provide the complete request and response logs, with 
the request-id generated on your end along with the email address used to 
generate the OAuth2 credentials, so that our team will investigate this 
problem. Please reply via privately author options.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2hMPal: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 
"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/jJbD20RN92VE00AN8HyuDnQfi9F2uA5wEzsg%40sfdc.net.


RE: Cannot create Performance Max campaign with Vehicle

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin,

Regarding the error you received, could you confirm if the linking of your 
Google Ads and Merchant Center accounts was very recent prior to the attempt to 
create the said Performance Max campaign? I asked because, it could take 
several hours before the linking of the accounts is 100% completed in the 
backend.

That said, if this is indeed the scenario, could you confirm if the error 
persists when retrying this request after waiting for a few hours? If the issue 
persists, you can provide the updated logs so our team can investigate further.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2hMNQo: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 
"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/uFjcm0RN929Q00hOxii80LS0KdeuLQYSFNVw%40sfdc.net.


Re: MutateMembersError.INVALID_USER_LIST_ID Error details

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gilles,

Thank you for your response and for providing as well your own findings.

The Google Ads API's customer match feature's workflow currently does not 
discuss utilizing shared user lists. The Google Ads Product Support team should 
be able to clarify whether that scenario you wish to implement is applicable 
through the Google Ads UI.

In the API's perspective, you should be able to create a completely new user 
list object using the UserListService and populate it with members by again 
referring to the customer match guide. I hope this helps.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q29U8iw: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 
"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/tJeyV0RN900S00rQ3aoHrjQ2CWUlu7W-Gprw%40sfdc.net.


RE: Feed label in shopping performance view

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

Could you please provide full screen screenshot of the UI of what you are 
looking for, so that i can further investigate the issue? Please reply via 
privately author option.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2hMLTm: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 
"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/I6kRg0RN8ZWH00jx5nvdp1TkScb9rbeKwGQg%40sfdc.net.


Google Ads API Send Offline Conversion

2022-12-21 Thread Aleksandra Nowak


Hello,

I am trying to upload offline click conversion using REST API.

For this purpose I am using below request:

curl -f --request POST 
"https://googleads.googleapis.com/v12/customers/${customerId}:uploadClickConversions;
 
\

--header "Content-Type: application/json" \

--header "developer-token: ${developer-token-from-manager-account}" \

--header "login-customer-id: ${manager-account-id}" \

--header "Authorization: Bearer ${my-access-token}" \

--data '{

"conversions": [

{

"gclid": ${my-gclid},

"conversionAction": 
"customers/${customerId}/conversionActions/${conversionId}",

"conversionDateTime": "2022-12-21 12:32:45"

}

],

"partialFailure": true,

"validateOnly": false,

"debugEnabled": true

}'

In response I get this error:

{

  "error": {

"status": "PERMISSION_DENIED", 

"message": "The caller does not have permission", 

"code": 403, 

"details": [

  {

"errors": [

  {

"errorCode": {

  "authorizationError": "USER_PERMISSION_DENIED"

}, 

"message": "User doesn't have permission to access customer. 
Note: If you're accessing a client customer, the manager's customer id must 
be set in the 'login-customer-id' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid;

  }

], 

"@type": 
"type.googleapis.com/google.ads.googleads.v12.errors.GoogleAdsFailure", 

"requestId": "z71WgTEVZ9Ye7wP4hjCG0g"

  }

]

  }

}

Could you verify what I am missing to send the request correctly? How to 
set up connections between a manager account and a user account?

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c50f2338-db19-4938-8703-857a6ec7559an%40googlegroups.com.


Cannot create Performance Max campaign with Vehicle

2022-12-21 Thread Sang Do
Hi,
I cannot create Performance max campaign.
Parameters:

advertising_channel_type: PERFORMANCE_MAX
bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
maximize_conversion_value {
}
shopping_setting {
  merchant_id: 679569283
  sales_country: "SG"
}
geo_target_type_setting {
  positive_geo_target_type: PRESENCE_OR_INTEREST
  negative_geo_target_type: PRESENCE_OR_INTEREST
}
name: "martin PERFORMANCE_MAX vehicle postman 20221221"
campaign_budget: "customers/1735911398/campaignBudgets/12172822447"
start_date: "20221224"
end_date: "20221226"
create {
  advertising_channel_type: PERFORMANCE_MAX
  bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE
  maximize_conversion_value {
  }
  shopping_setting {
merchant_id: 679569283
sales_country: "SG"
  }
  geo_target_type_setting {
   positive_geo_target_type: PRESENCE_OR_INTEREST
negative_geo_target_type: PRESENCE_OR_INTEREST
  }
  name: "martin PERFORMANCE_MAX vehicle postman 20221221"
  campaign_budget: "customers/1735911398/campaignBudgets/12172822447"
  start_date: "20221224"
  end_date: "20221226"
}

Response:

error_code {
mutate_error: RESOURCE_NOT_FOUND
  }
  message: "Resource was not found."
  trigger {
string_value: "679569283"
  }
  location {
field_path_elements {
  field_name: "operations"
  index: 0
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "shopping_setting"
}
field_path_elements {
  field_name: "merchant_id"
}
  }
}
request_id: "_V4sA8TOAZWtoWMlodGsvg"

But the merchant account was already setup in Merchant manager.

Pls check it urgently! Thank you!

Regards,
Sang Do
Senior Technical Manager


[signature_2627459087]<https://www.knorex.com/?utm_source=Companyemails%20emails_medium=Emails_campaign=Companysignature2%20Emails_content=Logo>

UNIVERSAL 
MARKETING™<https://www.knorex.com/?utm_source=Companyemails%20emails_medium=Emails_campaign=Companysignature2%20Emails_content=Knorex%20XPO>
  |  LATEST 
NEWS<https://www.knorex.com/blog/?utm_source=Companyemails%20emails_medium=Emails_campaign=Companysignature2%20Emails_content=Blog>

NOTICE:  This email may contain confidential and/or privileged information. If 
you are not the intended recipient,
please notify the sender immediately and delete the message from your system. 
Any form of unauthorized use
or dissemination is prohibited.

CHECK OUT KNOREX LATEST NEWS 
<https://www.knorex.com/blog/?utm_source=Companyemails%20emails_medium=Emails_campaign=Companysignature2%20Emails_content=Latest>

NOTICE: This email may contain confidential and/or privileged information. If 
you are not the intended recipient,
please notify the sender immediately and delete the message from your system. 
Any form of unauthorized use
or dissemination is prohibited.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/SG2PR01MB2967AC005E695D217E42ED188EEB9%40SG2PR01MB2967.apcprd01.prod.exchangelabs.com.


RE: Update operation for CampaignUrlOptions

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shagufta,

Thanks for reaching out to the Google Ads API Forum.

I do not find the field named CampaignUrlOptions in the campaign. Could you 
provide the exact campaign attribute that you created in Google Ads API, and 
are looking to remove / update from the campaign? You may provide us the 
documentation screenshot as well so that we can provide specific 
recommendations.

Regards,

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


Re: MutateMembersError.INVALID_USER_LIST_ID Error details

2022-12-21 Thread 'Gilles T' via Google Ads API and AdWords API Forum
While digging I may have found the mistake.
The faulty UserLists are owned by the master account but with the new GAds 
api v11, I cannot push to these with new API from a sub account even if I 
see them. 
So do I need an advanced api to move the UserList to the sub account?

On Tuesday, 20 December 2022 at 20:41:39 UTC+2 adsapi wrote:

> Hi Gilles,
>
> Thank you for reaching out to our API support team.
>
> I had to delete your post as it contained your logs. When sending this 
> information, we recommend that you do so 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.
>
> Moving forward, I performed a query on your account using the below query 
> to extract the details of the said userlist :
>
>- SELECT user_list.id, user_list.name, user_list.resource_name, 
>user_list.access_reason, user_list.closing_reason, user_list.type, 
>user_list.read_only FROM user_list WHERE user_list.id = 6506554336 
><(650)%20655-4336> 
>
> In the results, I noticed the below attributes :
>
>- *"accessReason": "SHARED" * 
>- *"readOnly": true* 
>
> That said, could you try using a userlist that is not both "shared" and 
> read only set to true?
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q29U8iw: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 
"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/a59fb79e-d5e6-4a0b-b611-6db0f9e905f0n%40googlegroups.com.


Feed label in shopping performance view

2022-12-21 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi there,

Shopping performance view 

 allows 
downloading statistics on products level and products dimensions from the 
Merchant Center including channel, language, and country. Is there any way 
to get the product feed label too? Or, as feed label is still quite new, 
are you planning to add this in some of the future versions of Google Ads 
API?

Example query: "SELECT segments.product_item_id, segments.product_channel, 
segments.product_country, segments.product_language, 
segments.product_merchant_id, metrics.cost_micros FROM 
shopping_performance_view WHERE segments.date BETWEEN '2022-12-01' AND 
'2022-12-21'"

Thanks,
Katerina

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/48356e0b-e952-4a24-9f09-0d59e9a37b25n%40googlegroups.com.


Re: MutateMembersError.INVALID_USER_LIST_ID Error details

2022-12-21 Thread 'Gilles T' via Google Ads API and AdWords API Forum
Hello ok!

Many thanks for checking this.
So I try to change by the code access reason to OWNED and/or read only to 
false but I have this now.

Failure: 
{"errors":[{"errorCode":{"userListError":"OWNERSHIP_REQUIRED_FOR_SET"},"message":"Only
 
an owner account may edit a user 
list.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":0}]}}],"requestId":"hezMr8hQJw5CZgAjExj6bQ"}

I am not sure who can change that.
Can it be changed in GoogleAds directly or only by the code?

Gilles

On Tuesday, 20 December 2022 at 20:41:39 UTC+2 adsapi wrote:

> Hi Gilles,
>
> Thank you for reaching out to our API support team.
>
> I had to delete your post as it contained your logs. When sending this 
> information, we recommend that you do so 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.
>
> Moving forward, I performed a query on your account using the below query 
> to extract the details of the said userlist :
>
>- SELECT user_list.id, user_list.name, user_list.resource_name, 
>user_list.access_reason, user_list.closing_reason, user_list.type, 
>user_list.read_only FROM user_list WHERE user_list.id = 6506554336 
><(650)%20655-4336> 
>
> In the results, I noticed the below attributes :
>
>- *"accessReason": "SHARED" * 
>- *"readOnly": true* 
>
> That said, could you try using a userlist that is not both "shared" and 
> read only set to true?
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q29U8iw: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 
"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/ad9cb78b-de91-4b12-9fdb-7da2aae8322en%40googlegroups.com.


RE: Google Customer List data Upload

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rajat,

Thanks for reaching out to the Google Ads API Forum.

With regard to your concern, you can follow the guidelines of Method: 
customers.userLists.mutate for creating or updating user lists.

You may also see UserList reference, UserList report and Customer Match for 
additional information.

Regards,

Marjorie
Google Ads API Team
ref:_00D1U1174p._5004Q2hMHTE: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 
"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/Zpcb40RN8L6A00cxH4Yaq6RWy5h6-gbntMPA%40sfdc.net.


Re: INTERNAL ERROR occur get Metrics and Campaign Data using Google Ads API V10 version

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Aaron,

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

Moving forward to your concern, as my colleague mentioned in this thread 
earlier, the internal error occurs when something unexpected happened while 
processing the request and the API isn't functioning correctly due to a bug. 
However, this is transient in nature and the API request will work again when 
retying it after 30 seconds or some time. That said, please retry your request 
again to see if this error will still occur.

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2gQH50: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 
"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/wrjbt0RN8K6K00wZBfy2edT2mxo0-x1FgOFA%40sfdc.net.


RE: Invoice csv

2022-12-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nacho,

Thanks for reaching out to the Google Ads API Forum.

Currently, you can download an invoice in PDF through Google Ads API. Any 
invoice can be downloaded as a PDF file. Once you have retrieved the Invoice, 
you need to send an HTTP request for the URL that is stored in its pdf_url 
field. This request must be authenticated using the same Google account used to 
retrieve the invoice; that is, you need to specify an OAuth access token 
generated using the Google account in the Authorization: Bearer request header:


curl --request GET \

--header "Authorization: Bearer access token" \

Invoice.pdf_url > filename.pdf



The result is an invoice PDF content stored in the file filename.pdf.

If downloading to CSV is available in the Ads UI, then for us to raise a 
feature request on your behalf to support this feature in API, you may provide 
us with the detailed feature request description and justification (business 
use cases where this feature is critical) along with the Ads UI screenshot for 
CSV option. Kindly note that feature requests are subject to review. You may 
send the screenshot if it contains sensitve details via reply privately to the 
author option.

Regards,

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


Update operation for CampaignUrlOptions

2022-12-21 Thread Shagufta Yasmin
Hi Team,

for the CampaignUrlOptions, Once the values have been added for the fields
through API while creating the campaign, I don't see an option to remove or
delete those fields through API. I am able to overwrite those values but in
case someone wants to remove the campaignUrlOption from their campaign, How
can I do that? Can you please help me with this query?

Thanks,
Shagufta

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CACqcD8wkw8hOgaDvMwSawTBn9Uar5u75YMzxezGEkf5v%2Bevf6w%40mail.gmail.com.


Invoice csv

2022-12-21 Thread Nacho Peralta
Is there any way to download csv invoice file by Google Ads API v12?

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/5e1c0c7a-8564-4dd6-98cf-974241e10c9an%40googlegroups.com.


Google Customer List data Upload

2022-12-21 Thread Rajat Joshi
How can we upload userList thru google api?

Currently i m using this for mutating CustomerList for audience.
https://googleads.googleapis.com/v12/customers/323232323/userLists:mutate

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/061e865e-9450-4ba1-99f6-8c5376a27cf8n%40googlegroups.com.