Re: Perf issue when downloading AD_PERFORMANCE_REPORT for Responsive Search Ad

2021-05-28 Thread duca...@gmail.com
Hello Xiaoming,

As suggested here, we switched to Google Ads API and performance is still 
bad. It took more than 3 hours to download RSA from 3 campaigns. This seems 
too slow. 

Here is the query which you can try out. Please let us know if any 
optimization we can do from our side. Thanks !

Downloading via delegate: SELECT ad_group_ad.ad.final_urls, 
ad_group_ad.ad.final_mobile_urls, ad_group_ad.ad.id, 
ad_group_ad.ad.responsive_search_ad.descriptions, 
ad_group_ad.ad.responsive_search_ad.headlines, 
ad_group_ad.ad.responsive_search_ad.path1, 
ad_group_ad.ad.responsive_search_ad.path2, 
ad_group_ad.ad.tracking_url_template, ad_group_ad.ad.url_custom_parameters, 
ad_group_ad.ad.final_url_suffix, ad_group_ad.status, ad_group.id, 
ad_group.name, campaign.name
FROM ad_group_ad
WHERE campaign.id IN (88845851, 105682211, 105682451)
AND ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD'
AND ad_group.status != 'REMOVED'
AND ad_group_ad.status != 'REMOVED'
ORDER BY ad_group_ad.ad.id ASC

Caihua.
On Tuesday, April 6, 2021 at 11:44:44 AM UTC-7 adsapiforumadvisor wrote:

> Hi Binbin,
>
> Thank you for reaching out. Please give it a try to query the ad_group_ad 
>  
> resource via the Google Ads API instead.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2EqJ7A:ref
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/847b3583-38d2-455d-95ca-d8f078d18168n%40googlegroups.com.


Relationship between CUSTOM_AUDIENCE and CUSTOM_INTEREST (CUSTOM_INTENT / CUSTOM_AFFINITY)

2021-05-28 Thread E.G.
Hi,

I would like to get some clarity on the relationship between 
CUSTOM_AUDIENCE type and CUSTOM_INTENT / CUSTOM_AFFINITY ad_group_criterion 
types. 

When I query the custom interest resource (for custom intent and custom 
affinity audience), I see a subset of the results I get when I query the 
custom audience resource.

Furthermore, sometimes the same audience shows up as with 
ad_group_criterion type of `CUSTOM_AUDIENCE` and sometimes with 
`CUSTOM_INTENT`.  This account does not have multiple audience with the 
same name, so I'm pretty certain they are the same audience.

So, what makes the CUSTOM_INTENT audience the different than the 
CUSTOM_AUDIENCE audience?  From this link 

 I 
see that the CUSTOM_INTENT is actually migrated into CUSTOM_AUDIENCE. Is it 
the case that whether it shows up in the custom interest resource just 
depends if the audience was created before or after the migration? 
Similarly for if the criterion type is CUSTOM_INTENT or CUSTOM_AUDIENCE, 
does it just depend on when the audience was applied to the ad group? 

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a9d1e92-98a0-46d5-af30-ca8a7721396en%40googlegroups.com.


Re: Regarding the Google Ads API client library fo Go language

2021-05-28 Thread 阿部慎太郎
I tried to generate Go client from googleapis proto files.
https://github.com/dictav/go-genproto-googleads

It worked fine for me, and my experiment went well. Now I'm confident that 
the official Go client will be released soon.
2021年5月10日月曜日 11:11:14 UTC+9 adsapiforumadvisor:

> Hi,
>
> Thank you for bumping up this thread and for expressing interest in the Go 
> Language library.
>
> My colleague Matt has already filed a request. For now, you may keep an 
> eye on our blog 
>  for 
> updates or announcements.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q29Rahn:ref
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/34ce443c-4609-4944-9df6-a41e94a4a36fn%40googlegroups.com.


Re: Target location on ads customizer feed

2021-05-28 Thread Vlad Zloteanu
Here's an example of the feed with the double column:
customers/[redacted]/feeds/295686218

On Friday, May 28, 2021 at 6:26:48 PM UTC+2 Vlad Zloteanu wrote:

> Hello,
>
> Building an ads modifier feed by API (new Google ads API, not adwords).
> Would like to push items containing the special "Target location" field 
> (so to restrict the display geographically).
>
> How do I create this feed? (field attribute + placeholder mapping). How do 
> I push the feed item value? (on what feed_attribute_id?)
>
> Tried creating a STRING field attribute named "Target location", then 
> setting its placeholder type to STRING. 
> But, when I try to upload items, the target location arrives on a custom 
> text field (so the column is on double)
>
> Thanks,
> Vlad
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/51972ce7-25e1-41b9-b58c-19358812bcban%40googlegroups.com.


Target location on ads customizer feed

2021-05-28 Thread Vlad Zloteanu
Hello,

Building an ads modifier feed by API (new Google ads API, not adwords).
Would like to push items containing the special "Target location" field (so 
to restrict the display geographically).

How do I create this feed? (field attribute + placeholder mapping). How do 
I push the feed item value? (on what feed_attribute_id?)

Tried creating a STRING field attribute named "Target location", then 
setting its placeholder type to STRING. 
But, when I try to upload items, the target location arrives on a custom 
text field (so the column is on double)

Thanks,
Vlad

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3a25543-0a5b-4359-8696-42cdb0a69f10n%40googlegroups.com.


Re: Searching Text Ads using Google Ads Query Builder

2021-05-28 Thread Chris Prijic
Yes -- we already do filter for text/expanded text ads in our query. For 
many of our customers, that still has way too many rows for them to sort 
through and view. We did want to filter through the ads' text -- e.g. does 
any headline/description contain the text "vehicle". This would then return 
a much smaller set of fields.

E.g. something like this, which the current Google Ads UI supports:

[image: Screenshot 2021-05-28 091721.png]

Is this type of filter possible through the Google Ads Query Language?
On Thursday, May 27, 2021 at 7:20:42 PM UTC-7 adsapiforumadvisor wrote:

> Hi Chris,
>
> Thank you for posting your concern.
>
> If you are looking for a way to get data and statistics at ad level and 
> you specifically want this information for text ads and expanded text ads 
> only, then you can use the ad_group_ad 
>  
> report and filter the ad_group_ad.ad.type 
> 
>  
> field by '*EXPANDED_TEXT_AD' */ '*TEXT_AD'*. You can utilize this Google 
> Ads Query Builder 
> 
>  
> to help you construct your query for *ad_group_ad* report with the filter 
> that I suggested earlier.
>
> Let me know if you have questions with the provided suggestion.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HyMga:ref
>

-- 


Learn more about our digital marketing analytics, data, and automation 
solutions at orbee.com .



NOTICE TO RECIPIENT | 
This e-mail is meant for only the intended recipient of the transmission, 
and may be a communication privileged by law. If you received this e-mail 
in error, any review, use, dissemination, distribution, or copying of this 
e-mail is strictly prohibited. Please notify us immediately of the error by 
return e-mail and please delete this message from your system. Thank you in 
advance for your cooperation.


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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bdea8da1-3dee-4219-96d1-c5d2a8dea509n%40googlegroups.com.


"Report privately" not possible

2021-05-28 Thread Mat
Hi Anthony, Peter and the rest of the Google Ads API Team,

it looks like no one here is able to reply to an author privately. Please 
let an administrator check this. You must have noticed this long ago. This 
is obviously just as wrongly set, as the fact that in this group still all 
e-mail login addresses of all contributors are sent unmasked via the digest 
<- reported by me several times in vain.

Regards
Mat

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70a79a6d-629b-40c7-a7c3-ed3d404950cfn%40googlegroups.com.


RE: Unauthorized CREATE operation

2021-05-28 Thread Google Ads API Forum Advisor Prod
Hi Nayrouz,

Thank you for reaching out. It looks like you were trying to create ads 
directly on a manager account which is not allowed. You would need to create 
ads inside a client customer account.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2HyYBA:ref

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0vTAv0QTTQND00dQ26CUsxTR-UW_tkDmVdAQ%40sfdc.net.


Re: Account label limit

2021-05-28 Thread Google Ads API Forum Advisor Prod
Hi Mark,

If you are unable to reply privately, you can email us 
googleadsapi-supp...@google.com.

Regards,
Anthony

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5004Q2Hxw6f:ref

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7nsTu0QTTPKR00vL8obbw3TjuJs897GRmWBg%40sfdc.net.


Re: AdWords API timeout issue while fetching campaigns/Ads

2021-05-28 Thread Deepak Rane
Hello,
Any updates on this?

On Tuesday, May 18, 2021 at 11:46:20 AM UTC+5:30 Deepak Rane wrote:

> Hello,
>
> We are facing frequent timeout issues while fetching campaigns, Campaign 
> Criteria, AdGroups, Adgroup criteria or Ads using Adword APIs. We are using 
> 'adwords-axis:4.8.0' lib
>
> for example: for fetching campaigns we use, CampaignServiceInterface get() 
> method and retrieve campaigns as CampaignPage. We have deployed our code on 
> AWS and whenever campaigns are fetched, the API call gets timed out after 
> 130 seconds. We have not specified such timeout anywhere. Even I know that 
> AdWords default timeout is 20 mins. Not sure why this gets time out after 
> 130 seconds. And this issue is occurring from almost 1 month now.
>
> when I run this on my local machine then sometimes I get the response in 
> few seconds but sometimes it times out after 20 minutes. Can you please 
> help us to explain why these APIs take this much time? 
>
> We have tried paging option as well but no luck. The first call itself 
> gets time out.
>
> Can you please suggest how can we resolve this issue? This is having big 
> impact on our production environment. 
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60f8677c-d0a3-4dd6-80fe-b515f565ebf2n%40googlegroups.com.


Re: Account label limit

2021-05-28 Thread Mark
Hello,

Thanks for the swift reply! I have the data you requested, however, I 
cannot reply privately. The option, reply to author, is grayed out and a 
tooltip appears, saying, "You do not have permission to reply to author in 
this group". Is there anything I missed? 

Cheers,
Mark
On Friday, May 28, 2021 at 4:21:44 AM UTC+2 adsapiforumadvisor wrote:

> Hi,
>
> I work with William and allow me to assist you for now.
>
> As for your query that is currently not returning results, could you *Reply 
> privately to author* and provide to me the complete request 
> 
>  
> and response 
> 
>  
> logs, with the request-id 
> 
> ? 
>
> If you haven't yet, logging can be enabled by navigating to the *Client 
> libraries > Your client library (ex. Java) > Logging* documentation, 
> which you can access from this link 
> .
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hxw6f:ref
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8e7bf81f-26eb-462d-ac68-6b4a08d9ba25n%40googlegroups.com.


Get creative ID

2021-05-28 Thread 郭云
Hello!
 How do I get the creative ID in the report? Or are there other APIs?

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e33d82a-61fa-41b2-a3b0-cf8e0df11240n%40googlegroups.com.


Re: Migrating to Asset-based extensions

2021-05-28 Thread Jinu George
Hi Peter, 

I understand that the test accounts usage refer to Asset based extensions. 
But the concern I have is with regards to the deprecation of Feed-based 
extensions. 

There are warnings given in the documentation as follows:  

*"Warning: All extensions will soon become Asset-based extensions. You must 
update your extensions-related implementations in order to maintain control 
of your extensions."*

*"Existing Feed-based extensions will be automatically copied into 
Asset-based extensions on specific dates. We recommend performing the 
migration process yourself through the Google Ads API using the steps in 
this guide.*
*All Feed-based extensions will be unlinked from any customer, campaign, or 
ad group after the automatic migration and will no longer serve."*

*"Warning: All existing Feed-based extensions will be automatically 
migrated on the Auto Migration dates. Remove Feed-based extensions once 
migrated to prevent multiple occurrences of the same extension."*

So as you suggested, if we use Feed-based extensions for Sitelink and 
Callout, then what happens after the auto migration? 
Will we be able to create *new extensions* of the same type using *Feed-based 
extension services*? 


On Friday, May 28, 2021 at 7:16:59 AM UTC+5:30 adsapiforumadvisor wrote:

> Hi Jinu,
>
> The Sitelink, Callout, and Structured Snippet types indicated in the 
> documentation 
> 
>  
> are pointing towards the asset based documentation. For now, you may use 
> the feed based extensions. Those should then be automatically migrated on 
> the specified date. Let me know how this goes on your end.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HyIFk:ref
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7ef77898-6766-4291-8a5a-de509331afc6n%40googlegroups.com.


Unauthorized CREATE operation

2021-05-28 Thread Nayrouz Boussoffara
I'm using google adwords api to create campaigns and ads. I keep getting
this error :Unauthorized CREATE operation in invoking a service's mutate
method. I'm using a manager account. I tried with a test account and it was
working but with my manager account it doesnt. PS : My developer token has
a basic access.


here's my code :
https://gist.github.com/RedMoonLight/b2599e5af874ce77974a70e6d1de4194



Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CA%2BwwqoZOdyRsjaOwC1mozu0bhXuZF%2BCUodLEmVr3kq_YQgaTzA%40mail.gmail.com.