Re: What is the best practice for large batchJobService

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Axel,

For optimizing your batch operations, you may refer to this section 

 of 
our best practices 
 guide. 
Should you require further assistance, please feel free to write back.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2fa0a7d9-ba24-4ae5-950b-d355e67d6ee6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick,

As per my discussion with the team, the income targeting (using 
IncomeOperand as a FunctionArgumentOperand) for the LocationGroups 

 criterion 
have been updated to "read-only" since version 201702 of the AdWords API. 
Meaning that starting from that version, any mutate requests involving this 
criterion with the IncomeOperand will now result into the 
FunctionError.INVALID_OPERAND_TYPE error.

I have informed the team of the discrepancy in the documentation and the 
changes should reflect when available. My apologies for the inconvenience.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0d2bb555-85cd-4918-835a-a1a7c6e81446%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is there any api support for managing objectives?

2017-06-28 Thread developer . djax
Hello,

As i want to create a campaign type with Display Network only.I have 
searched alot but there is no managing objectives API availability for 
campaign type creation.

please anyone clarify me to get rid of this problem!

Thanks...


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/376035bb-2b36-4f45-8eb3-974e13ab4708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


What is the best practice for large batchJobService

2017-06-28 Thread axel
Hey There, 

I am creating a BatchjobService to upload about 400K criterion bid change 
on a very large account. It works very well to do 2K, 5K...20K operations 
but it has been a a few hours that I am trying to upload the whole 
operations but it does not seem to go through. This makes me wonder what is 
the most efficient way to do so many operations: 

- Create one big list of operations and upload them using 
*helper.UploadOperations(self.upload_url, 
operationList) *
*- *Create subsets of operations (what is a good size? 5000, 1, 
20,000?) and upload them using *helper.UploadOperations(self.upload_url, 
operation_subset_1, **operation_subset_2**, **operation_subset_3,*
* operation_subset_4**) *
- Create subsets of operations and upload them using *incremental* *upload 
helper*? If so what is an optimal operation set size? 


Thanks a lot,

Axel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d9dc3105-bd40-4c3c-9f5e-0388da2522d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RequiredError.REQUIRED... What is missing?

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Could you check the list of uploaded operations to see if the keyword text 
is provided correctly? Are you using PHP client library perform these 
operations? If so, you need to set the keyword text as shown below:

$keyword->setText($text);

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/46f3d81e-ea28-4e1c-94bd-3376724eacb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

On this forum we address questions related to AdWords API. I would suggest 
that you post your questions on the AdWords Scripts forum 
 as they are 
better equipped to help you out. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0b70dc99-3738-496f-b911-f6ba81e9b0dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tushar, 

Could you provide the complete report definition so I can take a look? 

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/17ad4135-9871-402f-9827-c7d423041c96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
Peter - please do let me know what you and the team find. It certainly 
seems like if a LocationGroups is present in Adwords, we should be able to 
use the SET operator to bid modify it without running into 
the INVALID_OPERAND_TYPE error. If this is not the case, why do 
LocationGroups still even exist as Campaign Criterion? There has to be a 
way to make this work!

On Wednesday, June 28, 2017 at 2:39:08 AM UTC-7, Peter Oliquino wrote:
>
> Hi Nick,
>
> As of v201702 
>  of 
> the AdWords API, the IncomeOperand can no longer be used as a 
> FunctionArgumentOperand for LocationGroups. When passed as a new operand 
> via the ADD mutate request to the services such as the 
> CampaignCriterionService, AdGroupFeedService, CampaignFeedService, and 
> CustomerFeedService, it will result in the same 
> FunctionError.INVALID_OPERAND_TYPE error that you encountered.
>
> However, I will review with the team regarding your scenario if this is 
> indeed the expected behavior since you used SET instead of the ADD operator.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/82ce9e21-d3c3-416f-97ee-7581e8005712%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread fedorinovaaori
I linked my Google My Business account to my AdWords account in accordance 
with the guidelines 
(https://developers.google.com/adwords/api/docs/guides/feed-services-locations?hl=en)

clientCustomerId 2885933372

I crate new GMB Feed (id 55357587), but still getting an error(

The the guidelines 
(https://developers.google.com/adwords/api/docs/guides/feed-services-locations?hl=en)
 
are written: "If you're familiar with feeds for other extensions, you may 
have noticed that the steps above did not include creating a FeedMapping. 
Since this feed is a system-generated feed, AdWords already knows how to 
map the feed's attributes to the placeholder fields for location 
extensions."


I fulfilled the query FeedMappingService.get, but I do not see the GMB Feed 
id in the array.

среда, 28 июня 2017 г., 18:38:25 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi,
>
> Could you perform a FeedMappingService.get() 
> 
>  
> request and check if the FeedMapping exists for this feed for 
> placeholderType 7? Could you describe how you linked your Google My 
> Business account to your AdWords account? Please provide your 
> clientCustomerId via *Reply privately to author* so I can take a look. 
>
> Thanks,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15484f50-6431-49c8-b0f2-c72d98fecbd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RequiredError.REQUIRED... What is missing?

2017-06-28 Thread sam
I believe this is coming from my addKeyword function:

http://www.w3.org/2001/XMLSchema-instance"; xsi:type=
"RequiredError">
operations[6].operand.criterion.text

operations
6


operand


criterion


text


RequiredError.REQUIRED
RequiredError
REQUIRED


Do we know what's causing this? Here's the code within the function:

  $keyword = new Keyword();
  $keyword->text = $keywordToAdd;
  $keyword->matchType = $match_type;

  $adGroupCriterion = new BiddableAdGroupCriterion();
  $adGroupCriterion->adGroupId = $adGroupId;
  $adGroupCriterion->criterion = $keyword;
  $adGroupCriterion->userStatus = $status;

  $urlList = new UrlList();
  $urlList->urls = $finalUrls;
  $adGroupCriterion->finalUrls = $urlList;

  $operation = new AdGroupCriterionOperation();
  $operation->operand = $adGroupCriterion;
  $operation->operator = 'ADD';

  return $operation;


-- 
Feedonomics just launched *FeedSPI™*, an innovative technology that allows 
you to create the* ultimate custom labels* based on the Google Shopping 
competitive pricing landscape. These custom labels allow you to reduce bids 
when your products are priced higher, and raise bids when your products are 
cheaper. Ask me about *FeedSPI™ *today!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15feeab2-b0cd-49e1-8a07-c7923a560dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


operations.operand.criterion.text, RequiredError.REQUIRED

2017-06-28 Thread sam
What is causing this error? Thanks!

http://www.w3.org/2001/XMLSchema-instance"; xsi:type="
RequiredError">
operations[38].operand.criterion.text

operations
38


operand


criterion


text


RequiredError.REQUIRED
RequiredError
REQUIRED

http://www.w3.org/2001/XMLSchema-instance"; xsi:type="
RequiredError">
operations[38].operand.criterion.text

operations
38


operand


criterion


text


RequiredError.REQUIRED
RequiredError
REQUIRED



-- 
Feedonomics just launched *FeedSPI™*, an innovative technology that allows 
you to create the* ultimate custom labels* based on the Google Shopping 
competitive pricing landscape. These custom labels allow you to reduce bids 
when your products are priced higher, and raise bids when your products are 
cheaper. Ask me about *FeedSPI™ *today!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d18b980-80a8-4e99-8bc5-59721361e9ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2017-06-28 Thread Tushar Bhasin
Hello, I get this error:

 'dateRange': {'min':'20170625','max':'20170625'}
   ^
 SyntaxError: invalid syntax

Can you please explain?


On Monday, June 6, 2016 at 4:54:26 PM UTC+2, Umesh Dengale wrote:
>
> Hello,
>
> You could use custom date range as -  'dateRange':,{'min':[startDate], 
> 'max':[endDate]}
>
> Refer below example code. Please check out Reporting basics guide 
> 
>  for 
> more details.
>
>   report = {
>   'reportName': 'ADGROUP_PERFORMANCE_REPORT',
>   *'dateRangeType': 'CUSTOM_DATE',*
>   'reportType': 'ADGROUP_PERFORMANCE_REPORT',
>   'downloadFormat': 'CSV',
>   'selector': {
>   'fields': ['Date', 'DayOfWeek', 'CampaignName', 'AdGroupName', 
> 'Cost',
>  'Impressions', 'Clicks', 'AveragePosition', 
> 'Conversions'],
>   * 'dateRange':{'min':'20160601','max':'20160601'}*
>
>   }
>   }
>
> Regards,
> Umesh, AdWords API Team.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1529738-81b0-4a64-a1e1-145848769f64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adword AWQL report data differs from standalone report feature of adwords

2017-06-28 Thread Andrei Caminschi
Hi,

I am generating a report using Adword scrips using this code

var report= AdWordsApp.report(
  "select CampaignName, AdGroupName, CountryCriteriaId, RegionCriteriaId, 
Year, Month, Clicks, Impressions, Cost, AverageCpc, AveragePosition " +
  "from GEO_PERFORMANCE_REPORT " +
  "during LAST_MONTH");


To check if the data from the report is correct i also generate a report 
from the Adwords Console with no filters specified




However, the numbers for Cost and Impressions don't match ( they're lower 
on the AWQL generated report ). Only the number of clicks match.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b86662e5-bd54-4514-8b83-2187581db6d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

Could you perform a FeedMappingService.get() 

 
request and check if the FeedMapping exists for this feed for 
placeholderType 7? Could you describe how you linked your Google My 
Business account to your AdWords account? Please provide your 
clientCustomerId via *Reply privately to author* so I can take a look. 

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57e70fa1-1223-484f-a1ad-696b0cce49b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remove Shopping adgroup negative keyword

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Yes, it is possible to remove a negative keyword from an AdGroup in a 
Shopping campaign using AdGroupCriterionService 
.
 
The RemoveKeyword 

 Java 
example shows how to remove a ad group criterion using the 'REMOVE' 
operator. Example code in other languages is available here 
.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/82d0fd89-91b9-4fc1-8f5a-234d0cd3befa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting a total budget at campaign level

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

I'm afraid its not possible to set the spending limit at the campaign 
level. You can only set the daily budget at the campaign level. 

The standard delivery method aims to evenly distribute your budget across 
the entire day (12 a.m. – 11:59 p.m.). Please see this help center article 
 for more details on ad 
delivery. For any general AdWords related questions, you could also post on 
the AdWords Community Forum 
 as 
they are better equipped to help you out. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e6526ce1-a023-4721-ab56-1a2dd7b64ac1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
Thank you for looking into this. I indeed did use the *SET operator* on an 
existing LocationGroups within a campaign.

I am following the example 
from 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201705/CampaignManagement/SetBidModifier.php
 

In the same campaign, I am able to use the SET operator to mutate Location 
and Proximity without issue.

This is how the campaign locations appear in adwords (see that I've used 
the API to bid adjust all Location and Proximity 20%):




On Wednesday, June 28, 2017 at 2:39:08 AM UTC-7, Peter Oliquino wrote:
>
> Hi Nick,
>
> As of v201702 
>  of 
> the AdWords API, the IncomeOperand can no longer be used as a 
> FunctionArgumentOperand for LocationGroups. When passed as a new operand 
> via the ADD mutate request to the services such as the 
> CampaignCriterionService, AdGroupFeedService, CampaignFeedService, and 
> CustomerFeedService, it will result in the same 
> FunctionError.INVALID_OPERAND_TYPE error that you encountered.
>
> However, I will review with the team regarding your scenario if this is 
> indeed the expected behavior since you used SET instead of the ADD operator.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1d2958d3-9775-4620-b6e1-eabbc4df8f3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You encountered the CANNOT_EXCLUDE_SIMILAR_USER_LIST 

 error 
because it is not allowed to exclude a SimilarList. Could you provide an 
example CampaignId for which you were able to exclude a SimilarList in the 
UI? Please use *Reply privately to author* when responding.

Thanks,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9c4fd50b-d509-42b3-8efc-f808c1b825d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GoogleMyBusiness MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE

2017-06-28 Thread fedorinovaaori
Hi!

I create CustomerFeed by gmbFeedId? , get an error .

Request:


http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201609";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


***

***

false
false





ADD

55341800

IDENTITY

BOOLEAN
true


7










response:

http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201609";>
000553044629cf290a37a481d10a5750
CustomerFeedService
mutate
1
71




soap:Server

[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @
operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
7']


https://adwords.google.com/api/adwords/cm/v201609";>

[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @
operations[0].operand.placeholderTypes; 
trigger:'Invalid ids: 7']


ApiException
http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="CustomerFeedError">

operations[0].operand.placeholderTypes
Invalid ids: 7

CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE
CustomerFeedError

MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE









What is the problem?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62cde4d7-cbf4-48fa-a653-71a086aa7121%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Remove Shopping adgroup negative keyword

2017-06-28 Thread Avkeren Cohen
Hi,

Is there an option with an API to remove Shopping adgroup negative keyword?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/395089cb-6f14-4c70-ba9c-78884fdcb279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CANNOT_EXCLUDE_SIMILAR_USER_LIST

2017-06-28 Thread marco_f
Hello,

I am trying to exclude Similar UserList at campaign level , through the API 
without sucess. (CANNOT_EXCLUDE_SIMILAR_USER_LIST)

This feature is available in the UI.

Do we need to do something particular ? or is it planned to be available 
through the API in a next release ?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8b96ea95-58d3-40da-a708-4531abfe29d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Setting a total budget at campaign level

2017-06-28 Thread avellina
Hello,

I have some doubts regarding campaign budgets. As far I understand it, the 
budget `amount` field is actually the daily budget amount for a given 
campaign (or multiple campaigns, if the budget is shared). It is possible 
to set a total budget limit for a single campaign, i.e. a limit spanning 
the entire campaign duration? I'm aware that I can set a `spendingLimit` at 
the *account* level using the BudgetOrderService, but I would like to know 
if I can do that also at *campaign* level.

I have also another question, which is related to the first one. If I'm 
only able to set a daily budget amount and if its `deliveryMethod` is set 
to STANDARD, which is exactly the time period considered by the AdWords 
budget server to perform throttling? A single day? The entire duration of 
the campaign (and in this case, which is the amount AdWords is allowed to 
spend)?

Thank you all for your help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4b3b57ac-57b0-4ece-b877-710cddfcc8cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick,

As of v201702 
 of 
the AdWords API, the IncomeOperand can no longer be used as a 
FunctionArgumentOperand for LocationGroups. When passed as a new operand 
via the ADD mutate request to the services such as the 
CampaignCriterionService, AdGroupFeedService, CampaignFeedService, and 
CustomerFeedService, it will result in the same 
FunctionError.INVALID_OPERAND_TYPE error that you encountered.

However, I will review with the team regarding your scenario if this is 
indeed the expected behavior since you used SET instead of the ADD operator.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3360c36-d165-448c-a660-bb242f040a8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Responsive Ads - Disk space limit per account?

2017-06-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Timur,

Sorry for the confusion.
To paraphrase my sentence, if you don't create more than 300 responsive 
display ads (gallery ads) and the size of each ad's image doesn't exceed 1 
MB (i.e.,  2 MB (1 for marketing image and 1 for logo image) x 300 = 600 
MB), then you will not face with any problems.

There're no published limitations about the *total size* of images allowed 
in an account that I'm aware of.
Or do you plan to upload images and use in other contexts than the 
responsive display ads?
I can check it with engineering but it would take some time.

Cheers,
Thanet, AdWords API Team

On Wednesday, June 28, 2017 at 4:28:50 PM UTC+9, timur.sag...@kaufda.de 
wrote:
>
> Hey Thanet,
>
> thanks for your answer.
>
> I am not talking about a single image file size. I am talking about a 
> limit on account level e.g. 1 GB images per account / 1.000 images per 
> account something like that. Are there any limitations?
>
> Thanks in advance!
>
> Best Timur
>
> On Wednesday, June 28, 2017 at 6:43:26 AM UTC+2, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Timur,
>>
>> There is a maximum size stated here 
>> :
>>  
>> 1 MB per image.
>> As long as you don't upload an image greater than the max size and also 
>> the number of all images/gallery ad doesn't exceed 300, you shouldn't run 
>> into any problems.
>>
>> Please let me know if you have further questions.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, June 27, 2017 at 2:00:43 AM UTC+9, timur@kaufda.de wrote:
>>>
>>> Dear Google-Team,
>>>
>>> in the responsive ads documentation it is not mentioned if there is any 
>>> disk space limit per account / limit of images you can upload per account.
>>>
>>> Can please you provide me this information if there are any limits?
>>>
>>> Best Timur
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0d0bc49-48a1-400a-af56-2a46cbf20d1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Load an Ad By Id

2017-06-28 Thread dimitri
Thank you so much ! It's working :)

Le mardi 27 juin 2017 19:54:16 UTC+2, Shwetha Vastrad (AdWords API Team) a 
écrit :
>
> Hi, 
>
> Yes, AdId and Ad are not one of the supported fields for AdGroupAdService 
> .
>  
> Please see this document 
> 
>  for 
> the list of supported fields for AdGroupAdService. You need to use the 
> *Id* field in the predicate to filter based on the ID of an Ad. 
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/20edfc18-6b28-4109-adb3-7fb5cbe30654%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Responsive Ads - Disk space limit per account?

2017-06-28 Thread timur . saglar
Hey Thanet,

thanks for your answer.

I am not talking about a single image file size. I am talking about a limit 
on account level e.g. 1 GB images per account / 1.000 images per 
account something like that. Are there any limitations?

Thanks in advance!

Best Timur

On Wednesday, June 28, 2017 at 6:43:26 AM UTC+2, Thanet Knack Praneenararat 
(AdWords API Team) wrote:
>
> Hi Timur,
>
> There is a maximum size stated here 
> :
>  
> 1 MB per image.
> As long as you don't upload an image greater than the max size and also 
> the number of all images/gallery ad doesn't exceed 300, you shouldn't run 
> into any problems.
>
> Please let me know if you have further questions.
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, June 27, 2017 at 2:00:43 AM UTC+9, timur@kaufda.de 
>  wrote:
>>
>> Dear Google-Team,
>>
>> in the responsive ads documentation it is not mentioned if there is any 
>> disk space limit per account / limit of images you can upload per account.
>>
>> Can please you provide me this information if there are any limits?
>>
>> Best Timur
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4cdf5c77-2ae1-4f48-abae-b2e0ece3ae2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with error PRODUCT_PARTITION_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS

2017-06-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Balthasar,

The error 

 you 
are encountering indicates that you are passing different dimension types 
in your product partition and its siblings. However, in order to better 
identify the exact cause of the issue, could you send to me the generated 
SOAP request and response via the *Reply privately to author* option?

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bde6923c-ddeb-4403-84c9-d3f859c541c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.